Virtual Method
PurpleProtocolConversationget_channel_join_details
unstable 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 method.
Return value
Type: PurpleChannelJoinDetails
The new join channel details.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |