Virtual Method

PurpleProtocolChatset_topic

since: 3.0

Declaration [src]

void
set_topic (
  PurpleProtocolChat* protocol_chat,
  PurpleConnection* connection,
  gint id,
  const gchar* topic
)

Description [src]

Sets the topic for the chat with id id to topic.

Available since: 3.0

Parameters

connection

Type: PurpleConnection

The PurpleConnection instance.

The data is owned by the caller of the function.
id

Type: gint

The id of the chat.

topic

Type: const gchar*

The new topic.

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