Function
Purplerequest_cpar_set_account
unstable since: 3.0
Declaration [src]
void
purple_request_cpar_set_account (
PurpleRequestCommonParameters* cpar,
PurpleAccount* account
)
Description [src]
Sets the PurpleAccount associated with the request, or NULL, if none is.
Available since: 3.0
Parameters
cpar-
Type:
PurpleRequestCommonParametersThe parameters set.
The data is owned by the caller of the function. account-
Type:
PurpleAccountThe
PurpleAccountto associate.The data is owned by the caller of the function.