Function

Purpledebug_fatal

since: 2.0

Declaration [src]

void
purple_debug_fatal (
  const gchar* category,
  const gchar* format,
  ...
)

Description [src]

Outputs fatal error level debug information.

This is a wrapper for purple_debug(), and uses #PURPLE_DEBUG_ERROR 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.