Signal

ValentContactStore::contact-added

unstable since: 1.0

Declaration

void
contact_added (
  ValentContactStore* self,
  EContact* contact,
  gpointer user_data
)

Description [src]

Emitted when an EContact is added to store.

Default handler:

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

Available since: 1.0

Parameters

contact

Type: EContact

A EContact

The data is owned by the caller of the function.