Function Macro
Purplerequest_accept_cancel
Declaration [src]
#define purple_request_accept_cancel (
handle,
title,
primary,
secondary,
default_action,
cpar,
user_data,
accept_cb,
cancel_cb
)
Description [src]
A wrapper for purple_request_action()
that uses Accept and Cancel buttons.
This function is not directly available to language bindings |
Parameters
handle |
- |
The handle, as supplied as the |
|
title |
- |
The title of the message, or |
|
primary |
- |
The main point of the message, or |
|
secondary |
- |
Secondary information, or |
|
default_action |
- |
The default action, zero-indexed; if the third action
supplied should be the default, supply
|
|
cpar |
- |
The |
|
user_data |
- |
The data to pass to the callback. |
|
accept_cb |
- |
A |
|
cancel_cb |
- |
A |