[ CCode ( instance_pos = 4.9 ) ]
[ Version ( since = "3.12" ) ]
public delegate void bSqlChangeCallback (bSqlChangeType change_type, string uid, string extra, string vcard)
A function which may be called in response to a change in contact data.
<note><para>This user callback is called inside a lock, you must not call the BookSqlite API from this callback.</para></note>
| change_type |
The bSqlChangeType which occurred |
| uid |
A contact UID |
| extra |
The extra data associated to the contact |
| vcard |
The vcard string for this UID |
| user_data |
Pointer to user provided data |