Method

PurpleConversationset_archived_on

unstable since: 3.0

Declaration [src]

void
purple_conversation_set_archived_on (
  PurpleConversation* conversation,
  GDateTime* archived_on
)

Description [src]

Sets the time the conversation was archived.

Setting to null implies the conversation is not archived.

Available since: 3.0

Parameters

archived_on

Type: GDateTime

The new archived time.

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