Struct
GLibMainLoop
Description [src]
struct GMainLoop {
/* No available fields */
}
The GMainLoop struct is an opaque data type
representing the main event loop of a GLib or GTK application.
Instance methods
g_main_loop_quit
Stops a GMainLoop from running. Any calls to
g_main_loop_run() for the loop will return.