Function
Gtkmain_iteration_do
Declaration [src]
gboolean
gtk_main_iteration_do(
gbooleanblocking
)
Description [src]
Runs a single iteration of the mainloop.
If no events are available either return or block depending on
the value of blocking.
Parameters
blocking-
Type:
gbooleanTRUEif you want GTK+ to block if no events are pending.
Return value
Type: gboolean
TRUE if gtk_main_quit() has been called for the
innermost mainloop.