Method
PurpleConversationset_avatar
unstable since: 3.0
Declaration [src]
void
purple_conversation_set_avatar (
PurpleConversation* conversation,
PurpleAvatar* avatar
)
Description [src]
Sets the avatar of conversation
to avatar
.
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
Sets property | Purple.Conversation:avatar |
Parameters
avatar
-
Type:
PurpleAvatar
The new avatar to set.
The argument can be NULL
.The data is owned by the caller of the method.