GTypeDebugFlags

These flags used to be passed to gobject.global.typeInitWithDebugFlags which is now deprecated.

If you need to enable debugging features, use the GOBJECT_DEBUG environment variable.

More...

Values

ValueMeaning
None0

Print no messages

Objects1

Print messages about object bookkeeping

Signals2

Print messages about signal emissions

InstanceCount4

Keep a count of instances of each type

Mask7

Mask covering all debug flags

Detailed Description

Deprecated: gobject.global.typeInit is now done automatically