Constructor

PurpleChannelJoinDetailsnew

since: 3.0

Declaration [src]

PurpleChannelJoinDetails*
purple_channel_join_details_new (
  gboolean nickname_supported,
  gboolean password_supported
)

Description [src]

Creates a new PurpleChannelJoinDetails.

Available since: 3.0

Parameters

nickname_supported

Type: gboolean

Whether or not nicknames are supported.

password_supported

Type: gboolean

Whether or not passwords are supported.

Return value

Type: PurpleChannelJoinDetails

The new instance.

The caller of the function takes ownership of the data, and is responsible for freeing it.