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:
PurpleRequestCommonParameters
The parameters set.
The data is owned by the caller of the function. account
-
Type:
PurpleAccount
The
PurpleAccount
to associate.The data is owned by the caller of the function.