Function
Purplerequest_cpar_set_help_cb
unstable since: 3.0
Declaration [src]
void
purple_request_cpar_set_help_cb (
PurpleRequestCommonParameters* cpar,
PurpleRequestHelpCb cb,
gpointer user_data
)
Parameters
cpar-
Type:
PurpleRequestCommonParametersThe parameters set.
The data is owned by the caller of the function. cb-
Type:
PurpleRequestHelpCbThe callback.
user_data-
Type:
gpointerThe data to be passed to the callback.
The argument can be NULL.The data is owned by the caller of the function.