Package: glib

Function glib:main-loop-quit

Lambda List

glib: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

2024-11-6