Signal

PurpleContactManager::person-removed

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 g_signal_connect().

Available since: 3.0

Parameters

person

Type: PurplePerson

The PurplePerson that was removed.

The data is owned by the caller of the function.