Method
PurpleConversationset_topic
unstable since: 3.0
[−]
Declaration [src]
void
purple_conversation_set_topic (
PurpleConversation* conversation,
const char* topic
)
[−]
Description [src]
Sets the topic of conversation
to topic
.
Available since: 3.0
Sets property | Purple.Conversation:topic |
[−]
Parameters
topic
-
Type:
const char*
The new topic.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.