This key can be used with e_book_sqlite_get_key_value().
In the case of a migration from an older SQLite, any value which was previously stored with e_book_backend_sqlitedb_set_sync_data() can be retrieved with this key.
This environment variable configures where the address book factory loads its backend modules from.
This environment variable configures where the address book factory subprocess is located in.
Frees the data
structure, previously allocated with e_book_cache_search_data_new()
or e_book_cache_search_data_copy().
an #EBookCacheSearchData
Frees the ptr
structure, previously allocated with e_book_meta_backend_info_new()
or e_book_meta_backend_info_copy().
an #EBookMetaBackendInfo
Fetches the extra data previously set for uid,
either with
e_book_sqlite_set_contact_extra() or when adding contacts,
without locking internal mutex.
An #EBookSqlite
The uid of the contact to fetch the extra data for
Fetch the #EContact specified by uid
in ebsql
without locking internal mutex.
If meta_contact
is specified, then a shallow #EContact will be created
holding only the %E_CONTACT_UID and %E_CONTACT_REV fields.
An #EBookSqlite
The uid of the contact to fetch
Whether an entire contact is desired, or only the metadata
Fetch a vcard string for uid
in ebsql
without locking internal mutex.
If meta_contact
is specified, then a shallow vcard representation will be
created holding only the %E_CONTACT_UID and %E_CONTACT_REV fields.
An #EBookSqlite
The uid of the contact to fetch
Whether an entire contact is desired, or only the metadata
This key can be used with e_book_sqlite_get_key_value().
In the case of a migration from an older SQLite, any value which was previously stored with e_book_backend_sqlitedb_set_is_populated() can be retrieved with this key.