Method
PurpleConversationget_description
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_conversation_get_description (
PurpleConversation* conversation
)
[−]
Description [src]
Gets the description of conversation
.
Available since: 3.0
Gets property | Purple.Conversation:description |
[−]
Return value
Type: const char*
The description of conversation
or NULL
.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |