Searched refs:GLIB_VAR (Results 1 – 16 of 16) sorted by relevance
52 GLIB_VAR gboolean _g_debug_initialized;53 GLIB_VAR guint _g_debug_flags;
413 #ifndef GLIB_VAR416 # define GLIB_VAR extern macro420 # define GLIB_VAR __declspec(dllexport)422 # define GLIB_VAR extern425 # define GLIB_VAR extern __declspec(dllimport)429 # define GLIB_VAR extern
420 GLIB_VAR const guint glib_major_version;421 GLIB_VAR const guint glib_minor_version;422 GLIB_VAR const guint glib_micro_version;423 GLIB_VAR const guint glib_interface_age;424 GLIB_VAR const guint glib_binary_age;
116 GLIB_VAR GThreadFunctions g_thread_functions_for_glib_use;117 GLIB_VAR gboolean g_thread_use_default_impl;118 GLIB_VAR gboolean g_threads_got_initialized;120 GLIB_VAR guint64 (*g_thread_gettime) (void);
99 GLIB_VAR gboolean g_mem_gc_friendly;103 GLIB_VAR GMemVTable *glib_mem_profiler_table;
293 GLIB_VAR GSourceFuncs g_timeout_funcs;294 GLIB_VAR GSourceFuncs g_child_watch_funcs;295 GLIB_VAR GSourceFuncs g_idle_funcs;
54 GLIB_VAR const guint16 * const g_ascii_table;
303 GLIB_VAR GSourceFuncs g_io_watch_funcs;
227 GLIB_VAR const GTestConfig * const g_test_config_vars;
274 GLIB_VAR const gchar * const g_utf8_skip;
373 GLIB_VAR
45 functions. Add DLL_EXPORT to glib to export also the GLIB_VAR
227 Add SCAN_OPTIONS=--ignore-decorators="GLIB_VAR" to Makefile.am to fix
3518 * gtypes.h: Refine GLIB_VAR definition. Also check for DLL_EXPORT3535 * gthread.h: Include gtypes.h to be sure to get GLIB_VAR3538 * gunicode.h: Remove duplicate GLIB_VAR definition from here, too.3667 * gutils.h: Move GLIB_VAR definition from gutils.h to gtypes.h5461 * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.5463 * gunicode.h: Mark the g_utf8_skip array with GLIB_VAR.
1520 that the use of variables from libglib gets the GLIB_VAR macro in
2380 * gparamspecs.h (GOBJECT_VAR): Can't use GLIB_VAR here, as that