mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
Move the guts of g_type_init() into a ctor and turn g_type_init() itself into a do-nothing function. g_type_init_with_debug_flags() now ignores its arguments, but it has always been possible to achieve the same effect via environment variables. https://bugzilla.gnome.org/show_bug.cgi?id=686161