Signal
PurpleHistoryManager::active-changed
unstable 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 |
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.