Method

PurpleProtocolManagerget_all

since: 3.0

Declaration [src]

GList*
purple_protocol_manager_get_all (
  PurpleProtocolManager* manager
)

Description [src]

Gets a sorted list of all PurpleProtocols that are currently registered in manager.

Available since: 3.0

Return value

Type: A list of PurpleProtocol*

The list containing all of the PurpleProtocols registered with manager.

The caller of the method takes ownership of the data container, but not the data inside it.