GLib event loop
GLib event loop — Event loop API for GLib main context
and loop.
|
|
Functions
gcut_glib_event_loop_new ()
GCutEventLoop *
gcut_glib_event_loop_new (GMainContext *context
);
Creates a new GCutEeventLoop for context
. If context
is NULL
, the default GLib's main context is used.
Since: 1.1.6
Property Details
The “context”
property
“context” gpointer
Use the GMainContext for the event loop.
Flags: Read / Write / Construct Only