Virtual Method

PurpleProtocolChatinfo

since: 3.0

Declaration [src]

GList*
info (
  PurpleProtocolChat* protocol_chat,
  PurpleConnection* connection
)

Description [src]

Gets the list of PurpleProtocolChatEntrys that are required to join a multi user chat.

Available since: 3.0

Parameters

connection

Type: PurpleConnection

The PurpleConnection instance.

The data is owned by the caller of the function.

Return value

Type: A list of None

The list of PurpleProtocolChatEntrys that are used to join a chat.

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