Module GMain.Main
@gtkdoc gtk gtk-General
val init : ?setlocale:bool -> unit -> stringinitalso sets the locale and returns its name. Either set~setlocaletofalseor GTK_SETLOCALE to "0" if you don't want to the locale to be set
val main : unit -> unitinitalso sets the locale and returns its name. Either set~setlocaletofalseor GTK_SETLOCALE to "0" if you don't want to the locale to be setmainruns the main loop, untilquitis called. Do not use in multi-threaded programs.