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