Function
Purplerequest_cpar_get_help_cb
unstable since: 3.0
Declaration [src]
PurpleRequestHelpCb
purple_request_cpar_get_help_cb (
PurpleRequestCommonParameters* cpar,
gpointer* user_data
)
Description [src]
Gets the callback for the Help button.
Available since: 3.0
This function is not directly available to language bindings.
Parameters
cpar
-
Type:
PurpleRequestCommonParameters
The parameters set (may be
NULL
).The data is owned by the caller of the function. user_data
-
Type:
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
Type: PurpleRequestHelpCb
The callback.