Virtual Method
PurpleProtocolConversationget_create_conversation_details
unstable 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 method.
Return value
Type: PurpleCreateConversationDetails
The details to create a conversation with
account
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |