| Value | Meaning |
|---|---|
| NONE0 | Print no messages |
| OBJECTS1 | Print messages about object bookkeeping |
| SIGNALS2 | Print messages about signal emissions |
| INSTANCE_COUNT4 | Keep a count of instances of each type |
| MASK7 | Mask covering all debug flags |
Deprecated: g_type_init() is now done automatically
These flags used to be passed to g_type_init_with_debug_flags() which is now deprecated.
If you need to enable debugging features, use the GOBJECT_DEBUG environment variable.