Function Macro

Purplenotify_warning

Declaration [src]

#define purple_notify_warning (
  handle,
  title,
  primary,
  secondary,
  cpar
)

Description [src]

A wrapper for purple_notify_message() that displays a warning message.

This function is not directly available to language bindings.

Parameters

handle

Type: -

The plugin or connection handle.

title

Type: -

The title of the message.

primary

Type: -

The main point of the message.

secondary

Type: -

The secondary information.

cpar

Type: -

The PurpleRequestCommonParameters associated with this request, or NULL if none is.