Function
Purplerequest_cpar_get_help_cb
Declaration [src]
PurpleRequestHelpCb
purple_request_cpar_get_help_cb (
PurpleRequestCommonParameters* cpar,
gpointer* user_data
)
Description [src]
Gets the callback for the Help button.
This function is not directly available to language bindings |
Parameters
cpar |
PurpleRequestCommonParameters |
The parameters set (may be |
|
The data is owned by the caller of the function. | |
user_data |
gpointer* |
The pointer to the variable, where user data (to be passed to callback function) should be stored. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | PurpleRequestHelpCb |
The callback. |