GLib event loop — Event loop API for GLib main context and loop.
GCutGLibEventLoop is an GCutEventLoop implementation for GLib's main context and loop.
GCutEventLoop * gcut_glib_event_loop_new (GMainContext *context);
GMainContext *context
Creates a new GCutEeventLoop for context . If context is NULL, the default GLib's main context is used.
context
NULL
a GMainContext or NULL
a new GCutEventLoop.
Since: 1.1.6