Method
PurpleConversationset_title
since: 2.0
[−]
Declaration [src]
void
purple_conversation_set_title (
PurpleConversation* conversation,
const char* title
)
[−]
Description [src]
Sets the specified conversation’s title.
Available since: 2.0
Sets property | Purple.Conversation:title |
[−]
Parameters
title
-
Type:
const char*
The title.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.