Function Macro
GLibmain_quit
deprecated: 2.2
Declaration [src]
#define g_main_quit (
loop
)
Description [src]
Stops the GMainLoop
.
If g_main_run()
was called to run the GMainLoop
, it will now return.
Deprecated since: 2.2
Use g_main_loop_quit()
instead.
This function is not directly available to language bindings.