Method

PurpleConversationget_account

since: 2.0

Declaration [src]

PurpleAccount*
purple_conversation_get_account (
  PurpleConversation* conversation
)

Description [src]

Returns the specified conversation’s purple_account.

This purple_account represents the user using purple, not the person the user is having a conversation/chat/flame with.

Available since: 2.0

Return value

Type: PurpleAccount

The conversation’s purple_account.

The data is owned by the instance.