GTypeDebugFlags

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.

More...

Values

ValueMeaning
NONE0

Print no messages

OBJECTS1

Print messages about object bookkeeping

SIGNALS2

Print messages about signal emissions

MASK3

Mask covering all debug flags

Detailed Description

Deprecated: g_type_init() is now done automatically

Meta