Virtual Method
ValentContactStorecontact_added
unstable since: 1.0
Declaration [src]
void
contact_added (
ValentContactStore* store,
EContact* contact
)
Description [src]
Emits ValentContactStore::contact-added signal 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
contact-
Type:
EContactThe
EContact.The data is owned by the caller of the method.