Function
Purplerequest_cpar_from_connection
Declaration [src]
PurpleRequestCommonParameters*
purple_request_cpar_from_connection (
PurpleConnection* gc
)
Description [src]
Creates new parameters set initially bound with the PurpleConnection
.
This function is not directly available to language bindings |
Parameters
gc |
PurpleConnection |
The |
|
The data is owned by the caller of the function. |
Return value
Returns: | PurpleRequestCommonParameters |
The new parameters set. |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |