Function
Purplerequest_cpar_from_conversation
Declaration [src]
PurpleRequestCommonParameters*
purple_request_cpar_from_conversation (
PurpleConversation* conv
)
Description [src]
Creates new parameters set initially bound with the PurpleConversation
.
This function is not directly available to language bindings |
Parameters
conv |
PurpleConversation |
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. |