Sha256: 8701538446b213306d5e741917499c6415a42fc16d7979bc23861699e3319dcb

Contents?: true

Size: 636 Bytes

Versions: 7

Compression:

Stored size: 636 Bytes

Contents

#include <glib.h>
#include "mtex2MML.h"

/**
 * lsm_mtex_to_mathml:
 * @mtex: (allow-none): an mtex string
 * @size: mtex string length, -1 if NULL terminated
 *
 * Converts an mtex string to a Mathml representation.
 *
 * Return value: a newly allocated string, NULL on parse error. The returned data must be freed using @lsm_mtex_free_mathml_buffer.
 */

extern char * lsm_mtex_to_mathml (const char *mtex, gssize size, int global_start);

/**
 * lsm_mtex_free_mathml_buffer:
 * @mathml: (allow-none): a mathml buffer
 *
 * Free the buffer returned by @lsm_mtex_to_mathml.
 */

extern void lsm_mtex_free_mathml_buffer (char *mathml);

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mathematical-1.3.0 ext/mathematical/lasem_overrides.h
mathematical-1.2.2 ext/mathematical/lasem_overrides.h
mathematical-1.2.1 ext/mathematical/lasem_overrides.h
mathematical-1.2.0 ext/mathematical/lasem_overrides.h
mathematical-1.1.1 ext/mathematical/lasem_overrides.h
mathematical-1.1.0 ext/mathematical/lasem_overrides.h
mathematical-1.0.0 ext/mathematical/lasem_overrides.h