pub fn main_iteration_do(blocking: bool) -> bool
Expand description
Runs a single iteration of the mainloop.
If no events are available either return or block depending on
the value of blocking
.
true
if you want GTK+ to block if no events are pending
true
if gtk_main_quit()
has been called for the
innermost mainloop