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

Parameters

archived_by

Type: PurpleConversationMember

The new archiver.

The argument can be NULL.
The data is owned by the caller of the method.