Function
Purpledebug_warning
since: 2.0
[−]
Description [src]
Outputs warning level debug information.
This is a wrapper for purple_debug(), and uses #PURPLE_DEBUG_WARNING as the level.
See purple_debug().
Available since: 2.0
This function is not directly available to language bindings.
[−]
Parameters
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.