Package: glib

Function g-main-loop-quit

Lambda List

g-main-loop-quit (loop)

Arguments

loop -- a g-main-loop instance

Details

Stops a main loop from running. Any calls to the g-main-loop-run function for the main loop will return. Note that sources that have already been dispatched when the g-main-loop-quit function is called will still be executed.
 

See also

2021-12-10