Method
GLibMainLoopquit
Declaration [src]
void
g_main_loop_quit (
GMainLoop* loop
)
Description [src]
Stops a GMainLoop
from running. Any calls to
g_main_loop_run()
for the loop will return.
Note that sources that have already been dispatched when
g_main_loop_quit()
is called will still be executed.