Virtual Method

PurpleProtocolConversationget_channel_join_details

since: 3.0

Declaration [src]

PurpleChannelJoinDetails*
get_channel_join_details (
  PurpleProtocolConversation* protocol,
  PurpleAccount* account
)

Description [src]

User interfaces will use this function to get an instance of PurpleChannelJoinDetails that can be presented to a user for them to edit.

Available since: 3.0

Parameters

account

Type: PurpleAccount

The account that will be joining a channel.

The data is owned by the caller of the function.

Return value

Type: PurpleChannelJoinDetails

The new join channel details.

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