Function Macro

Purpledebug_warning

since: 2.0

Declaration [src]

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

Description [src]

Outputs warning level debug information.

See g_warning().

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.