blocked_contacts_changed


Description:

[ Version ( since = "0.17.0" ) ]
public signal void blocked_contacts_changed (GenericArray<Contact> added, GenericArray<Contact> removed)

Notify of changes in blocked_contacts.

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 blocked contacts once retrieved.

For this signal to be emitted, you must first call prepare_async with the feature TP_CONNECTION_FEATURE_CONTACT_BLOCKING.

Parameters:

added

a GenericArray of Contact which have been blocked

removed

a GenericArray of Contact which are no longer blocked