Functions
PAROLE_DEBUG_ENUM()
#define PAROLE_DEBUG_ENUM(_text, _value, _type)
PAROLE_DEBUG_ENUM_FULL()
#define PAROLE_DEBUG_ENUM_FULL(_value, _type, ...)
parole_debug_enum ()
void
parole_debug_enum (const gchar *func
,
const gchar *file
,
gint line
,
const gchar *text
,
gint v_enum
,
GType type
);
parole_debug_enum_full ()
void
parole_debug_enum_full (const gchar *func
,
const gchar *file
,
gint line
,
gint v_enum
,
GType type
,
const gchar *format
,
...
);