Method

PurpleChannelJoinDetailsget_name

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

Return value

Type: const char*

The name of the channel.

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