parole-debug
parole-debug
|
|
Synopsis
#define PAROLE_DEBUG_ENUM (_text,
_value,
_type)
#define PAROLE_DEBUG_ENUM_FULL (_value,
_type,
...)
void parole_debug_enum (const gchar *func
,
const gchar *file
,
gint line
,
const gchar *text
,
gint v_enum
,
GType type
);
void parole_debug_enum_full (const gchar *func
,
const gchar *file
,
gint line
,
gint v_enum
,
GType type
,
const gchar *format
,
...
);
Details
PAROLE_DEBUG_ENUM()
#define PAROLE_DEBUG_ENUM(_text, _value, _type)
PAROLE_DEBUG_ENUM_FULL()
#define PAROLE_DEBUG_ENUM_FULL(_value, _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
,
...
);