Function
Purplerequest_cpar_get_account
unstable since: 3.0
Declaration [src]
PurpleAccount*
purple_request_cpar_get_account (
PurpleRequestCommonParameters* cpar
)
Parameters
cpar
-
Type:
PurpleRequestCommonParameters
The parameters set (may be
NULL
).The data is owned by the caller of the function.
Return value
Type: PurpleAccount
The associated PurpleAccount
, or NULL
if none is set.
The data is owned by the called function. |