Method

PurpleConversationMemberget_nickname

unstable since: 3.0

Declaration [src]

const char*
purple_conversation_member_get_nickname (
  PurpleConversationMember* member
)

Description [src]

Sets the custom nickname for the remote user.

Available since: 3.0

Return value

Type: const char*

The custom nickname if set, otherwise NULL.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.