Function
Purplerequest_cpar_set_conversation
unstable since: 3.0
Declaration [src]
void
purple_request_cpar_set_conversation (
PurpleRequestCommonParameters* cpar,
PurpleConversation* conv
)
Description [src]
Sets the PurpleConversation associated with the request, or NULL, if
none is.
Available since: 3.0
Parameters
cpar-
Type:
PurpleRequestCommonParametersThe parameters set.
The data is owned by the caller of the function. conv-
Type:
PurpleConversationThe
PurpleConversationto associate.The data is owned by the caller of the function.