Method

PurpleChannelJoinDetailsset_password

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

Parameters

password

Type: const char*

The new password.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.