Signal

ValentContactStore::contact-removed

unstable since: 1.0

Declaration

void
contact_removed (
  ValentContactStore* self,
  gchar* uid,
  gpointer user_data
)

Description [src]

Emitted when an EContact is removed from store.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 1.0

Parameters

uid

Type: gchar*

The UID of the removed contact.

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