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