Method
PurpleChannelJoinDetailsset_nickname
unstable 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
Sets property | Purple.ChannelJoinDetails:nickname |
[−]
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.