gtkmm-utils 0.4.1
|
Initialization worker, necessary if you need thread-safety. More...
Static Public Member Functions | |
static void | do_init () |
Optional initialization function for gtkmm-utils. |
Initialization worker, necessary if you need thread-safety.
static void Glib::Util::Initializer::do_init | ( | ) | [static] |
Optional initialization function for gtkmm-utils.
Sets the entire default locale and initializes Glib threading. It is safe to call this function multiple times. You can of course initialize Glib threading yourself; in any case, this should most probably be the first thing in your main().