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

Parameters

nickname

Type: const char*

The new nickname.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.