Method

PurpleConversationget_archive_reason

unstable since: 3.0

Declaration [src]

const char*
purple_conversation_get_archive_reason (
  PurpleConversation* conversation
)

Description [src]

Gets the reason a conversation was archived.

Available since: 3.0

Return value

Type: const char*

The reason.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.