Virtual Method

PurpleDebugUiprint

since: 3.0

Declaration [src]

void
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 function.
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 function.
The value is a NUL terminated UTF-8 string.