Function Macro
Purplerequest_ok_cancel
Declaration [src]
#define purple_request_ok_cancel (
handle,
title,
primary,
secondary,
default_action,
cpar,
user_data,
ok_cb,
cancel_cb
)
Description [src]
A wrapper for purple_request_action()
that uses
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. |
|
ok_cb |
- |
A |
|
cancel_cb |
- |
A |