Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <glib/gtypes.h>
Go to the source code of this file.
Macros | |
#define | GLIB_CHECK_VERSION(major, minor, micro) |
Functions | |
GLIB_AVAILABLE_IN_ALL const gchar * | glib_check_version (guint required_major, guint required_minor, guint required_micro) |
Variables | |
G_BEGIN_DECLS GLIB_VAR const guint | glib_major_version |
GLIB_VAR const guint | glib_minor_version |
GLIB_VAR const guint | glib_micro_version |
GLIB_VAR const guint | glib_interface_age |
GLIB_VAR const guint | glib_binary_age |
#define GLIB_CHECK_VERSION | ( | major, | |
minor, | |||
micro ) |
Definition at line 49 of file gversion.h.
GLIB_AVAILABLE_IN_ALL const gchar * glib_check_version | ( | guint | required_major, |
guint | required_minor, | ||
guint | required_micro ) |
Definition at line 42 of file gversion.h.
Definition at line 41 of file gversion.h.
G_BEGIN_DECLS GLIB_VAR const guint glib_major_version |
Definition at line 38 of file gversion.h.
Definition at line 40 of file gversion.h.
Definition at line 39 of file gversion.h.