Home
last modified time | relevance | path

Searched refs:GMainContext (Results 1 – 5 of 5) sorted by relevance

/external/bluez/utils/eglib/
Dgmain.c65 GMainContext *context;
261 static GMainContext *default_context = NULL;
271 static GMainContext *g_main_context_default() in g_main_context_default()
276 default_context = g_new0(GMainContext, 1); in g_main_context_default()
284 static gboolean g_io_remove_watch(GMainContext *context, guint id) in g_io_remove_watch()
316 static gboolean g_timeout_remove(GMainContext *context, const guint id) in g_timeout_remove()
366 GMainContext *context = g_main_context_default(); in g_io_add_watch_full()
393 GMainLoop *g_main_loop_new(GMainContext *context, gboolean is_running) in g_main_loop_new()
408 static void timeout_handlers_prepare(GMainContext *context) in timeout_handlers_prepare()
437 static void timeout_handlers_check(GMainContext *context) in timeout_handlers_check()
[all …]
Dgmain.h57 typedef struct _GMainContext GMainContext; typedef
160 GMainLoop *g_main_loop_new(GMainContext *context, gboolean is_running);
/external/webkit/WebCore/plugins/gtk/
Dgtk2xtbin.c365 tag = g_source_attach(gs, (GMainContext*)NULL); in gtk_xtbin_new()
375 g_main_context_add_poll ((GMainContext*)NULL, in gtk_xtbin_new()
495 g_main_context_remove_poll((GMainContext*)NULL, &xt_event_poll_fd); in gtk_xtbin_destroy()
/external/dbus/
DNEWS522 - add GMainContext argument to GLib setup functions,
DChangeLog10866 Added a GMainContext argument to dbus_connection_setup_with_g_main()