Method
PurpleConversationMemberset_nickname
unstable since: 3.0
Declaration [src]
void
purple_conversation_member_set_nickname (
PurpleConversationMember* member,
const char* nickname
)
Description [src]
Sets the custom nickname for member
.
This can be unset by passing in NULL
for nickname
.
Note: This should typically only be called by protocol plugins.
Available since: 3.0
Sets property | Purple.ConversationMember:nickname |