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