Searched defs:GMainLoop (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgmain.h34 typedef struct _GMainLoop GMainLoop; /* Opaque */ typedef in typeref:struct:_GMainLoop
162 /* GMainLoop: */
164 GMainLoop *g_main_loop_new (GMainContext *context,
166 void g_main_loop_run (GMainLoop *loop);
167 void g_main_loop_quit (GMainLoop *loop);
168 GMainLoop *g_main_loop_ref (GMainLoop *loop);
169 void g_main_loop_unref (GMainLoop *loop);
170 gboolean g_main_loop_is_running (GMainLoop *loop);
171 GMainContext *g_main_loop_get_context (GMainLoop *loo
[all...]

Completed in 54 milliseconds