Method
PurpleChannelJoinDetailsget_name
unstable since: 3.0
[−]
Declaration [src]
const char*
purple_channel_join_details_get_name (
PurpleChannelJoinDetails* details
)
[−]
Description [src]
Gets the name of the channel.
Available since: 3.0
Gets property | Purple.ChannelJoinDetails:name |
[−]
Return value
Type: const char*
The name of the channel.
The returned data is owned by the instance. |
The return value can be NULL . |
The value is a NUL terminated UTF-8 string. |