Method

ValentContactsAdapterstore_added

unstable since: 1.0

Declaration [src]

void
valent_contacts_adapter_store_added (
  ValentContactsAdapter* adapter,
  ValentContactStore* store
)

Description [src]

Called when store has been added to adapter.

This method should only be called by implementations of ValentContactsAdapter. adapter will hold a 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.