Method

ValentContactsAdapterstore_removed

unstable since: 1.0

Declaration [src]

void
valent_contacts_adapter_store_removed (
  ValentContactsAdapter* adapter,
  ValentContactStore* store
)

Description [src]

Called when store has been removed from adapter.

This method should only be called by implementations of ValentContactsAdapter. adapter will drop its reference on store and emit GListModel::items-changed.

Available since: 1.0

Parameters

store

Type: ValentContactStore

A ValentContactStore

The data is owned by the caller of the method.