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