Signal
PurpleContactManager::person-added
unstable since: 3.0
Declaration
void
person_added (
PurpleContactManager* self,
PurplePerson* person,
gpointer user_data
)
Description [src]
Emitted after person
has been added to manager
. This is typically done
when a contact is added via purple_contact_manager_add()
but can
also happen if purple_contact_manager_add_person()
is called.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0 |
Parameters
person
-
Type:
PurplePerson
The
PurplePerson
that was added.The data is owned by the caller of the function.