GTypeDebugFlags

The GTypeDebugFlags enumeration values can be passed to g_type_init_with_debug_flags() to trigger debugging messages during runtime. Note that the messages can also be triggered by setting the GOBJECT_DEBUG environment variable to a ':'-separated list of "objects" and "signals". G_TYPE_DEBUG_NONE Print no messages. G_TYPE_DEBUG_OBJECTS Print messages about object bookkeeping. G_TYPE_DEBUG_SIGNALS Print messages about signal emissions. G_TYPE_DEBUG_MASK Mask covering all debug flags.

Values

ValueMeaning
NONE0
OBJECTS1 << 0
SIGNALS1 << 1
MASK0x03

Meta