Function
Purpledebug
since: 2.0
Declaration [src]
void
purple_debug (
PurpleDebugLevel level,
const gchar* category,
const gchar* format,
...
)
Description [src]
Outputs debug information.
Available since: 2.0
This function is not directly available to language bindings.
Parameters
level
-
Type:
PurpleDebugLevel
The debug level.
category
-
Type:
const gchar*
The category (or
NULL
).The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. format
-
Type:
const gchar*
The format string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. ...
-
Type:
The parameters to insert into the format string.