gflib-gtk

gflib-gtk — Core Library API

Synopsis




void        gf_lib_gtk_init                 (gint *argc,
                                             gchar ***argv);
const gchar* gf_lib_gtk_get_configure_args  (void);
const gchar* gf_lib_gtk_get_version         (void);
const gchar* gf_lib_gtk_get_lib_version     (void);
const gchar* gf_lib_gtk_get_website         (void);

Description

The core API for gflib-gtk.

Details

gf_lib_gtk_init ()

void        gf_lib_gtk_init                 (gint *argc,
                                             gchar ***argv);

Initializes gflib-gtk.

Note: This must be called prior to using any part of gflib-gtk.

argc : A pointer to argc from your program.
argv : A pointer to argv from your program.

gf_lib_gtk_get_configure_args ()

const gchar* gf_lib_gtk_get_configure_args  (void);

Gets the arguments that were passed to configure for gflib-gtk.

Returns : The arguments that were passed to configure for gflib-gtk.

gf_lib_gtk_get_version ()

const gchar* gf_lib_gtk_get_version         (void);

Gets the version of gflib-gtk.

Returns : The version of gflib-gtk.

gf_lib_gtk_get_lib_version ()

const gchar* gf_lib_gtk_get_lib_version     (void);

Gets the library version of gflib-gtk.

Returns : The library version of gflib-gtk.

gf_lib_gtk_get_website ()

const gchar* gf_lib_gtk_get_website         (void);

Gets the website for gflib-gtk.

Returns : The website for gflib-gtk.