Method

PurpleConversationget_avatar

since: 3.0

Declaration [src]

PurpleAvatar*
purple_conversation_get_avatar (
  PurpleConversation* conversation
)

Description [src]

Gets the PurpleAvatar from conversation if set.

Note: Not all protocols support this and user interfaces generally use the avatar of a contact info for a direct message.

Available since: 3.0

Return value

Type: PurpleAvatar

The avatar for the conversation.

The data is owned by the instance.
The return value can be NULL.