Method

PurpleUiget_history_adapter

unstable since: 3.0

Declaration [src]

PurpleHistoryAdapter*
purple_ui_get_history_adapter (
  PurpleUi* ui
)

Description [src]

Gets the history adapter that the user interface wants to use.

Note: This should only be called by libpurple. If this returns NULL, then libpurple will use an in-memory history adapter instead.

Available since: 3.0

Return value

Type: PurpleHistoryAdapter

The history adapter to use.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.