Method
PurpleConversationset_avatar
unstable since: 3.0
Declaration [src]
void
purple_conversation_set_avatar (
PurpleConversation* conversation,
PurpleImage* 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:
PurpleImageThe new avatar to set.
The argument can be NULL.The data is owned by the caller of the method.