Signal
PurplePresenceManager::removed
unstable since: 3.0
Declaration
void
removed (
PurplePresenceManager* self,
PurpleSavedPresence* presence,
gpointer user_data
)
Description [src]
Emitted when a PurpleSavedPresence
is successfully removed from the manager.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0 |
Parameters
presence
-
Type:
PurpleSavedPresence
The presence that was removed.
The data is owned by the caller of the function.