Method

PurpleConversationset_archive_reason

unstable since: 3.0

Declaration [src]

void
purple_conversation_set_archive_reason (
  PurpleConversation* conversation,
  const char* archive_reason
)

Description [src]

Sets the archive reason.

Available since: 3.0

Parameters

archive_reason

Type: const char*

The archive reason.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.