contact_list_changed
Description:
[ Version ( since = "0.15.5" ) ]
public signal void contact_list_changed (GenericArray<Contact> added, GenericArray<Contact> removed)
public signal void contact_list_changed (GenericArray<Contact> added, GenericArray<Contact> removed)
Notify of changes in the list of contacts as returned by dup_contact_list.
It is guaranteed that all contacts have desired features prepared. See add_contact_features to define which features needs to be prepared.
This signal is also emitted for the initial set of contacts once retrieved.
For this signal to be emitted, you must first call
prepare_async with the feature TP_CONNECTION_FEATURE_CONTACT_LIST
.
Parameters:
added |
a GenericArray of Contact added to contacts list |
removed |
a GenericArray of Contact removed from contacts list |