Core

Core — Core API

Synopsis




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);

Description

The core API.

Details

gf_lib_init ()

void        gf_lib_init                     (void);

Initalizes gflib.

Note: This function must be called before trying to use any object in gflib!


gf_lib_uninit ()

void        gf_lib_uninit                   (void);

Uninitializes gflib.


gf_lib_get_configure_args ()

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.

gf_lib_get_version ()

const gchar* gf_lib_get_version             (void);

Gets the version of gflib.

Returns : The version of gflib.

gf_lib_get_lib_version ()

const gchar* gf_lib_get_lib_version         (void);

Get the library version of gflib.

Returns : The library version of gflib.

gf_lib_get_website ()

const gchar* gf_lib_get_website             (void);

Gets the website for gflib.

Returns : The website for gflib.