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:
PurpleRequestCommonParameters
The parameters set.
The data is owned by the caller of the function. cb
-
Type:
PurpleRequestHelpCb
The callback.
user_data
-
Type:
gpointer
The data to be passed to the callback.
The argument can be NULL
.The data is owned by the caller of the function.