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