Method
PurpleConversationset_archived_by
unstable since: 3.0
Declaration [src]
void
purple_conversation_set_archived_by (
PurpleConversation* conversation,
PurpleConversationMember* archived_by
)
Description [src]
Sets who archived the conversation.
Available since: 3.0
| Sets property | Purple.Conversation:archived-by |
Parameters
archived_by-
Type:
PurpleConversationMemberThe new archiver.
The argument can be NULL.The data is owned by the caller of the method.