Method

GLibMainLoopquit

Declaration

void
g_main_loop_quit (
  GMainLoop* loop
)

Description

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.