Main.iterationDo

Runs a single iteration of the mainloop. If no events are available either return or block depending on the value of @blocking.

struct Main
static
bool
iterationDo
()

Parameters

blocking bool

%TRUE if you want GTK+ to block if no events are pending

Return Value

Type: bool

%TRUE if gtk_main_quit() has been called for the innermost mainloop

Meta