Function

Purplerequest_cpar_set_conversation

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: PurpleRequestCommonParameters

The parameters set.

The data is owned by the caller of the function.
conv

Type: PurpleConversation

The PurpleConversation to associate.

The data is owned by the caller of the function.