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
Gets property | Purple.Conversation:account |
Return value
Type: PurpleAccount
The conversation’s purple_account.
The returned data is owned by the instance. |