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