Method
PurpleDebugUiprint
unstable since: 3.0
Declaration [src]
void
purple_debug_ui_print (
PurpleDebugUi* ui,
PurpleDebugLevel level,
const gchar* category,
const gchar* arg_s
)
Description [src]
Outputs arg_s
via ui
with the given level
and optional category
.
Available since: 3.0
Parameters
level
-
Type:
PurpleDebugLevel
The
PurpleDebugLevel
. category
-
Type:
const gchar*
An optional category.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. arg_s
-
Type:
const gchar*
The debug string to output.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.