Method
PurpleChannelJoinDetailsset_password
unstable since: 3.0
[−]
Declaration [src]
void
purple_channel_join_details_set_password (
PurpleChannelJoinDetails* details,
const char* password
)
[−]
Description [src]
Sets the password to use to join this channel.
Available since: 3.0
Sets property | Purple.ChannelJoinDetails:password |
[−]
Parameters
password
-
Type:
const char*
The new password.
The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.