Virtual Method

PurpleProtocolConversationget_create_conversation_details

since: 3.0

Declaration [src]

PurpleCreateConversationDetails*
get_create_conversation_details (
  PurpleProtocolConversation* protocol,
  PurpleAccount* account
)

Description [src]

Gets a PurpleCreateConversationDetails from protocol for account.

This can then be used in calls to purple_protocol_conversation_create_conversation_async() to create the conversation.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The account.

The data is owned by the caller of the function.

Return value

Type: PurpleCreateConversationDetails

The details to create a conversation with account.

The caller of the function takes ownership of the data, and is responsible for freeing it.