HomeSort by relevance Sort by last modified time
    Searched defs:GMainLoop (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 39 typedef struct _GMainLoop GMainLoop;
162 GMainLoop* mainLoop();
165 GMainLoop* m_runLoopMain;
WorkQueue.h 51 typedef struct _GMainLoop GMainLoop;
176 GMainLoop* m_eventLoop;
  /external/bluetooth/glib/glib/
gmain.h 34 typedef struct _GMainLoop GMainLoop; /* Opaque */
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 *loop)
    [all...]

Completed in 54 milliseconds