Method
PurpleConversationget_avatar
unstable 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
Gets property | Purple.Conversation:avatar |
Return value
Type: PurpleAvatar
The avatar for the conversation.
The returned data is owned by the instance. |
The return value can be NULL . |