Function

Purplerequest_cpar_get_conversation

since: 3.0

Declaration [src]

PurpleConversation*
purple_request_cpar_get_conversation (
  PurpleRequestCommonParameters* cpar
)

Description [src]

Gets the PurpleConversation associated with the request.

Available since: 3.0

Parameters

cpar

Type: PurpleRequestCommonParameters

The parameters set (may be NULL).

The data is owned by the caller of the function.

Return value

Type: PurpleConversation

The associated PurpleConversation, or NULL if none is set.

The data is owned by the called function.