Function
Gtkmain_iteration_do
Declaration [src]
gboolean
gtk_main_iteration_do (
gboolean blocking
)
Description [src]
Runs a single iteration of the mainloop.
If no events are available either return or block depending on
the value of blocking
.