Method
PurpleConversationget_alias
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_conversation_get_alias (
PurpleConversation* conversation
)
[−]
Description [src]
Gets the libpurple user defined alias for conversation
.
Available since: 3.0
Gets property | Purple.Conversation:alias |
[−]
Return value
Type: const char*
The alias or NULL
.
The returned data is owned by the instance. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |