typeInitWithDebugFlags

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.

More...
void
typeInitWithDebugFlags

Parameters

debugFlags gobject.types.TypeDebugFlags

bitwise combination of #GTypeDebugFlags values for debugging purposes

Detailed Description

Deprecated: the type system is now initialised automatically