Function
Purpledebug_error
Declaration [src]
void
purple_debug_error (
const gchar* category,
const gchar* format,
...
)
Description [src]
Outputs error level debug information.
This is a wrapper for purple_debug(), and uses #PURPLE_DEBUG_ERROR as the level.
See purple_debug().
This function is not directly available to language bindings |
Parameters
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. |