Function
Purplerequest_cpar_from_account
unstable since: 3.0
Declaration [src]
PurpleRequestCommonParameters*
purple_request_cpar_from_account (
PurpleAccount* account
)
Description [src]
Creates new parameters set initially bound with the PurpleAccount
.
Available since: 3.0
This function is not directly available to language bindings.
Parameters
account
-
Type:
PurpleAccount
The
PurpleAccount
.The data is owned by the caller of the function.
Return value
Type: PurpleRequestCommonParameters
The new parameters set.
The caller of the function takes ownership of the data, and is responsible for freeing it. |