Method

PurpleConversationset_status_message

unstable since: 3.0

Declaration [src]

void
purple_conversation_set_status_message (
  PurpleConversation* conversation,
  const char* status_message
)

Description [src]

Sets the status message of a conversation.

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

Available since: 3.0

Parameters

status_message

Type: const char*

The new status message.

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