Function
Purplerequest_cpar_unref
unstable since: 3.0
Declaration [src]
void
purple_request_cpar_unref (
PurpleRequestCommonParameters* cpar
)
Description [src]
Decreases the reference count on the parameters set.
The object will be destroyed when this reaches 0.
Available since: 3.0
Parameters
cpar
-
Type:
PurpleRequestCommonParameters
The parameters set object to unref and possibly destroy.
The data is owned by the caller of the function.