Method

PurpleChannelJoinDetailsset_name

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

Parameters

name

Type: const char*

The new name.

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