Package: glib

Function g-main-loop-run

Lambda List

g-main-loop-run (loop)

Arguments

loop -- a g-main-loop instance

Details

Runs a main loop until the g-main-loop-quit function is called on the main loop. If this is called for the thread of the context of the main loop, it will process events from the main loop, otherwise it will simply wait.
 

See also

2021-12-10