| Guifications Library Reference Manual |
|---|
CoreCore — Core API |
void gf_lib_init (void); void gf_lib_uninit (void); const gchar* gf_lib_get_configure_args (void); const gchar* gf_lib_get_version (void); const gchar* gf_lib_get_lib_version (void); const gchar* gf_lib_get_website (void);
void gf_lib_init (void);
Initalizes gflib.
Note: This function must be called before trying to use any object in gflib!
const gchar* gf_lib_get_configure_args (void);
Gets the configure arguments that were used to build gflib.
| Returns : | The configure arguments that were used to build gflib. |
const gchar* gf_lib_get_version (void);
Gets the version of gflib.
| Returns : | The version of gflib. |
const gchar* gf_lib_get_lib_version (void);
Get the library version of gflib.
| Returns : | The library version of gflib. |
| << API Reference | Filesystem >> |