Function Macro

Purpledebug_fatal

since: 2.0

Declaration [src]

#define purple_debug_fatal (
  category,
  format,
  ...
)

Description [src]

Outputs fatal error level debug information.

See g_error().

Available since: 2.0

This function is not directly available to language bindings.

Parameters

category

Type: -

The category (or NULL).

format

Type: -

The format string.

...

Type: -

The parameters to insert into the format string.