typeInitWithDebugFlags
fn
void typeInitWithDebugFlags(gobject.types.TypeDebugFlags debugFlags)This function used to initialise the type system with debugging flags. Since GLib 2.36, the type system is initialised automatically and this function does nothing.
If you need to enable debugging features, use the GOBJECT_DEBUG environment variable.
Parameters
debugFlags | bitwise combination of #GTypeDebugFlags values for debugging purposes |
Deprecated
the type system is now initialised automatically