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