Type.initWithDebugFlags

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...
struct Type
static
void
initWithDebugFlags

Parameters

debugFlags GTypeDebugFlags

bitwise combination of #GTypeDebugFlags values for debugging purposes

Detailed Description

Deprecated: the type system is now initialised automatically

Meta