Method

PurpleChannelJoinDetailsget_password

since: 3.0

Declaration [src]

const char*
purple_channel_join_details_get_password (
  PurpleChannelJoinDetails* details
)

Description [src]

Gets the password the user specified to join this channel.

Available since: 3.0

Return value

Type: const char*

The password to join this channel.

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