Function

Gtk-3.0Gtkmain

  • Runs the main loop until gtk_main_quit() is called.

    You can nest calls to gtk_main(). In that case gtk_main_quit() will make the innermost invocation of the main loop return.

    Returns void