HomeSort by relevance Sort by last modified time
    Searched refs:GLIB_VAR (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/glib/glib/
gdebug.h 52 GLIB_VAR gboolean _g_debug_initialized;
53 GLIB_VAR guint _g_debug_flags;
gtypes.h 413 #ifndef GLIB_VAR
416 # define GLIB_VAR extern
420 # define GLIB_VAR __declspec(dllexport)
422 # define GLIB_VAR extern
425 # define GLIB_VAR extern __declspec(dllimport)
429 # define GLIB_VAR extern
431 #endif /* GLIB_VAR */
gutils.h 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;
gmem.h 99 GLIB_VAR gboolean g_mem_gc_friendly;
103 GLIB_VAR GMemVTable *glib_mem_profiler_table;
gmain.h 293 GLIB_VAR GSourceFuncs g_timeout_funcs;
294 GLIB_VAR GSourceFuncs g_child_watch_funcs;
295 GLIB_VAR GSourceFuncs g_idle_funcs;
gthread.h 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);
giochannel.h 303 GLIB_VAR GSourceFuncs g_io_watch_funcs;
gstrfuncs.h 54 GLIB_VAR const guint16 * const g_ascii_table;
gtestutils.h 227 GLIB_VAR const GTestConfig * const g_test_config_vars;
gunicode.h 274 GLIB_VAR const gchar * const g_utf8_skip;

Completed in 45 milliseconds