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.

Parameters

blocking

Type: gboolean

TRUE if 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.