Method

PurpleChannelJoinDetailsget_nickname

since: 3.0

Declaration [src]

const char*
purple_channel_join_details_get_nickname (
  PurpleChannelJoinDetails* details
)

Description [src]

Gets the nickname of the user in the channel.

Available since: 3.0

Return value

Type: const char*

The user’s channel-specific nickname to use.

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