Home
last modified time | relevance | path

Searched refs:GLIB_VAR (Results 1 – 16 of 16) sorted by relevance

/third_party/glib/glib/
Dgversion.h36 GLIB_VAR const guint glib_major_version;
37 GLIB_VAR const guint glib_minor_version;
38 GLIB_VAR const guint glib_micro_version;
39 GLIB_VAR const guint glib_interface_age;
40 GLIB_VAR const guint glib_binary_age;
Dgtypes.h561 #ifndef GLIB_VAR
564 # define GLIB_VAR extern macro
568 # define GLIB_VAR extern __declspec(dllexport)
570 # define GLIB_VAR extern
573 # define GLIB_VAR extern __declspec(dllimport)
577 # define GLIB_VAR _GLIB_EXTERN
Dgmain.h785 GLIB_VAR GSourceFuncs g_timeout_funcs;
786 GLIB_VAR GSourceFuncs g_child_watch_funcs;
787 GLIB_VAR GSourceFuncs g_idle_funcs;
789 GLIB_VAR GSourceFuncs g_unix_signal_funcs;
790 GLIB_VAR GSourceFuncs g_unix_fd_source_funcs;
Dgmem.h390 GLIB_VAR gboolean g_mem_gc_friendly;
394 GLIB_VAR GMemVTable *glib_mem_profiler_table;
Dgiochannel.h327 GLIB_VAR GSourceFuncs g_io_watch_funcs;
Dgstrfuncs.h54 GLIB_VAR const guint16 * const g_ascii_table;
Dgunicode.h755 GLIB_VAR const gchar * const g_utf8_skip;
Dgtestutils.h582 GLIB_VAR const GTestConfig * const g_test_config_vars;
Dgtestutils.c804 GLIB_VAR char *__glib_assert_msg;
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h418 #ifndef GLIB_VAR
421 # define GLIB_VAR extern macro
425 # define GLIB_VAR __declspec(dllexport)
427 # define GLIB_VAR extern
430 # define GLIB_VAR extern __declspec(dllimport)
434 # define GLIB_VAR extern
Dgstrfuncs.in.h63 GLIB_VAR const guint16 * const g_ascii_table;
/third_party/glib/glib/deprecated/
Dgthread.h94 GLIB_VAR GThreadFunctions g_thread_functions_for_glib_use;
95 GLIB_VAR gboolean g_thread_use_default_impl;
97 GLIB_VAR guint64 (*g_thread_gettime) (void);
268 GLIB_VAR gboolean g_threads_got_initialized;
/third_party/glib/docs/reference/
Dmeson.build14 'GLIB_VAR',
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dglibconfig.in.h194 #define GLIB_VAR extern macro
/third_party/glib/docs/reference/glib/
Dglib-sections.txt714 GLIB_VAR
/third_party/glib/
DNEWS855 - !1428 Add missing 'extern' to the dllexport version of GLIB_VAR/GOBJECT_VAR