Method

PurpleChannelJoinDetailsset_nickname

since: 3.0

Declaration [src]

void
purple_channel_join_details_set_nickname (
  PurpleChannelJoinDetails* details,
  const char* nickname
)

Description [src]

Sets the channel-specific nickname for the user.

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 function.
The value is a NUL terminated UTF-8 string.