Function
Purplerequest_cpar_set_extra_actions
unstable since: 3.0
Declaration [src]
void
purple_request_cpar_set_extra_actions (
PurpleRequestCommonParameters* cpar,
...
)
Description [src]
Sets extra actions for the PurpleRequestPage dialog.
Available since: 3.0
This function is not directly available to language bindings.
Parameters
cpar
-
Type:
PurpleRequestCommonParameters
The parameters set.
The data is owned by the caller of the function. ...
-
Type:
A list of actions. These are pairs of arguments. The first of each pair is the
char * label that appears on the button. It should have an underscore before the letter you want to use as the accelerator key for the button. The second of each pair is thePurpleRequestFieldsCb
function to use when the button is clicked. Should be terminated with the NULL label.