#include <g_types.h>
#include <stdarg.h>
Go to the source code of this file.
#define GLIB_CHECK_VERSION | ( | major, | |||
minor, | |||||
micro | ) |
Value:
(GLIB_MAJOR_VERSION > (major) || \ (GLIB_MAJOR_VERSION == (major) && GLIB_MINOR_VERSION > (minor)) || \ (GLIB_MAJOR_VERSION == (major) && GLIB_MINOR_VERSION == (minor) && \ GLIB_MICRO_VERSION >= (micro)))
typedef struct _GDebugKey GDebugKey |
typedef struct _GTrashStack GTrashStack |
void g_atexit | ( | GVoidFunc | func | ) |
Referenced by gdk_init_check().
gchar* g_get_current_dir | ( | void | ) |
gchar* g_get_home_dir | ( | void | ) |
gchar* g_get_prgname | ( | void | ) |
Referenced by gdk_init_check(), and gdk_window_new().
gchar* g_get_real_name | ( | void | ) |
gchar* g_get_tmp_dir | ( | void | ) |
gchar* g_get_user_name | ( | void | ) |
Referenced by gdk_arg_debug_cb(), gdk_arg_no_debug_cb(), and gdk_init_check().
void g_set_prgname | ( | const gchar * | prgname | ) |
Referenced by gdk_arg_name_cb(), and gdk_init_check().
G_INLINE_FUNC guint g_trash_stack_height | ( | GTrashStack ** | stack_p | ) |
G_INLINE_FUNC gpointer g_trash_stack_peek | ( | GTrashStack ** | stack_p | ) |
G_INLINE_FUNC gpointer g_trash_stack_pop | ( | GTrashStack ** | stack_p | ) |
G_INLINE_FUNC void g_trash_stack_push | ( | GTrashStack ** | stack_p, | |
gpointer | data_p | |||
) |
GLIB_VAR const guint glib_binary_age |
GLIB_VAR const guint glib_interface_age |
GLIB_VAR const guint glib_major_version |
GLIB_VAR const guint glib_micro_version |
GLIB_VAR const guint glib_minor_version |