GTypeDebugFlags

Warning GTypeDebugFlags has been deprecated since version 2.36 and should not be used in newly-written code. 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. 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