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
| Sets property | Purple.Conversation:archived-on |
Parameters
archived_on-
Type:
GDateTimeThe new archived time.
The argument can be NULL.The data is owned by the caller of the method.