Type.initWithDebugFlags

Warning g_type_init_with_debug_flags has been deprecated since version 2.36 and should not be used in newly-written code. the type system is now initialised automatically 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.

class Type
static
void
initWithDebugFlags

Parameters

debugFlags GTypeDebugFlags

Bitwise combination of GTypeDebugFlags values for debugging purposes.

Meta