Method

PurpleConversationget_status_message

unstable since: 3.0

Declaration [src]

const char*
purple_conversation_get_status_message (
  PurpleConversation* conversation
)

Description [src]

Gets the status message of a conversation.

See the PurpleConversation:status-message property for more information.

Available since: 3.0

Return value

Type: const char*

The status message.

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