Signal

PurpleHistoryManager::active-changed

since: 3.0

Declaration

void
active_changed (
  PurpleHistoryManager* self,
  PurpleHistoryAdapter* old,
  PurpleHistoryAdapter* current,
  gpointer user_data
)

Description [src]

Emitted after adapter has been changed for manager.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.0

Parameters

old

Type: PurpleHistoryAdapter

The old PurpleHistoryAdapter.

The data is owned by the caller of the function.
current

Type: PurpleHistoryAdapter

The new activated PurpleHistoryAdapter.

The data is owned by the caller of the function.