Signal
PurpleContactManager::person-removed
unstable since: 3.0
Declaration
void
person_removed (
PurpleContactManager* self,
PurplePerson* person,
gpointer user_data
)
Description [src]
Emitted after person has been removed from manager. This typically
happens when purple_contact_manager_remove_person() is called.
| Default handler: The default handler is called after the handlers added via |
| Available since: 3.0 |
Parameters
person-
Type:
PurplePersonThe
PurplePersonthat was removed.The data is owned by the caller of the function.