| Guifications Gtk+ Library Reference Manual |
|---|
gflib-gtkgflib-gtk — Core Library API |
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);
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. |
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. |
const gchar* gf_lib_gtk_get_version (void);
Gets the version of gflib-gtk.
| Returns : | The version of gflib-gtk. |
const gchar* gf_lib_gtk_get_lib_version (void);
Gets the library version of gflib-gtk.
| Returns : | The library version of gflib-gtk. |
| << API Reference | GfGtkColormap >> |