Function
Purplerequest_cpar_from_connection
unstable since: 3.0
Declaration [src]
PurpleRequestCommonParameters*
purple_request_cpar_from_connection (
PurpleConnection* gc
)
Description [src]
Creates new parameters set initially bound with the PurpleConnection
.
Available since: 3.0
This function is not directly available to language bindings.
Parameters
gc
-
Type:
PurpleConnection
The
PurpleConnection
.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. |