Method

PurpleHistoryManagerget_all

since: 3.0

Declaration [src]

GList*
purple_history_manager_get_all (
  PurpleHistoryManager* manager
)

Description [src]

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

Available since: 3.0

Return value

Type: A list of PurpleHistoryAdapter*

The list containing all of the PurpleHistoryAdapters registered with manager.

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