Function Macro

Purpledebug_misc

since: 2.0

Declaration [src]

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

Description [src]

Outputs miscellaneous level debug information.

See g_info().

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.