Method

PurpleChatConversationset_topic

since: 3.0

Declaration [src]

void
purple_chat_conversation_set_topic (
  PurpleChatConversation* chat,
  const gchar* who,
  const gchar* topic
)

Description [src]

Sets the chat room’s topic.

Available since: 3.0

Parameters

who

Type: const gchar*

The user that set the topic.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
topic

Type: const gchar*

The topic.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.