Method
PurpleConversationget_title
since: 2.0
[−]
Declaration [src]
const char*
purple_conversation_get_title (
PurpleConversation* conversation
)
[−]
Description [src]
Returns the specified conversation’s title.
Available since: 2.0
Gets property | Purple.Conversation:title |
[−]
Return value
Type: const char*
The title.
The returned data is owned by the instance. |
The value is a NUL terminated UTF-8 string. |