Method
PurpleChannelJoinDetailsget_nickname
unstable 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
Gets property | Purple.ChannelJoinDetails:nickname |
[−]
Return value
Type: const char*
The user’s channel-specific nickname to use.
The returned data is owned by the instance. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |