| Top |
| GQuark | fo_libfo_basic_error_quark () |
| gboolean | fo_libfo_init () |
| gpointer | (*FoMalloc) () |
| gpointer | (*FoRealloc) () |
| void | (*FoFree) () |
| gboolean | fo_libfo_init2 () |
| gboolean | fo_libfo_shutdown () |
| FoLibfoContext * | fo_libfo_context_new () |
| gboolean | fo_libfo_format () |
GQuark
fo_libfo_basic_error_quark (void);
Get the error quark for FoLibfo.
If the quark does not yet exist, create it.
gboolean fo_libfo_init2 (FoMalloc fo_malloc,FoRealloc fo_realloc,FoFree fo_free);
Initialise the libfo formatter and provide functions for allocating, reallocating, and freeing memory.
FoLibfoContext *
fo_libfo_context_new (void);
Creates a new FoLibfoContext initialized to default value.