MainLoop.run

Runs a main loop until MainLoop.quit is called on the loop. If this is called for the thread of the loop's glib.MainContext, it will process events from the loop, otherwise it will simply wait.

class MainLoop
void
run
()