Virtual Method

ValentContactStorecontact_removed

unstable since: 1.0

Declaration [src]

void
contact_removed (
  ValentContactStore* store,
  const char* uid
)

Description [src]

Emits ValentContactStore::contact-removed on store.

This method should only be called by implementations of ValentContactStore. Signal handlers may query the state, so it must emitted after the internal representation has been updated.

Available since: 1.0

Parameters

uid

Type: const char*

The UID of contact.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.