Top | ![]() |
![]() |
![]() |
![]() |
|
e_book_backend_db_cache_get_contact () |
|
e_book_backend_db_cache_get_filename () |
|
e_book_backend_db_cache_set_filename () |
|
e_book_backend_db_cache_add_contact () |
|
e_book_backend_db_cache_remove_contact () |
|
e_book_backend_db_cache_check_contact () |
|
e_book_backend_db_cache_get_contacts () |
|
e_book_backend_db_cache_exists () |
|
e_book_backend_db_cache_set_populated () |
|
e_book_backend_db_cache_is_populated () |
|
e_book_backend_db_cache_search () |
|
e_book_backend_db_cache_set_time () |
|
e_book_backend_db_cache_get_time () |
EContact * e_book_backend_db_cache_get_contact (struct __db *db
,const
);gchar *uid
e_book_backend_db_cache_get_contact
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Get a cached contact. Note that the returned
gchar * e_book_backend_db_cache_get_filename (struct __db *db
);
e_book_backend_db_cache_get_filename
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Get the filename for db cache file.
void e_book_backend_db_cache_set_filename (struct __db *db
,const
);gchar *filename
e_book_backend_db_cache_set_filename
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Set the filename for db cacahe file.
gboolean e_book_backend_db_cache_add_contact (struct __db *db
,);
EContact *contact
e_book_backend_db_cache_add_contact
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Adds contact
to cache
.
gboolean e_book_backend_db_cache_remove_contact (struct __db *db
,const
);gchar *uid
e_book_backend_db_cache_remove_contact
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Removes the contact identified by uid
from cache
.
gboolean e_book_backend_db_cache_check_contact (struct __db *db
,const
);gchar *uid
e_book_backend_db_cache_check_contact
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Checks if the contact identified by uid
exists in cache
.
GList * e_book_backend_db_cache_get_contacts (struct __db *db
,const
);gchar *query
e_book_backend_db_cache_get_contacts
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Returns a list of cache
matching query
.
When done with the list, the caller must unref the contacts and
free the list.
gboolean e_book_backend_db_cache_exists (const
);gchar *uri
e_book_backend_db_cache_exists
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Checks if an EBookBackendCache exists at uri
.
void e_book_backend_db_cache_set_populated (struct __db *db
);
e_book_backend_db_cache_set_populated
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Flags cache
as being populated - that is, it is up-to-date on the
contents of the book it's caching.
gboolean e_book_backend_db_cache_is_populated (struct __db *db
);
e_book_backend_db_cache_is_populated
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Checks if cache
is populated.
GPtrArray * e_book_backend_db_cache_search (struct __db *db
,const
);gchar *query
e_book_backend_db_cache_search
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Returns an array of pointers to unique contact ID strings for contacts
in cache
matching query
. When done with the array, the caller must
free the ID strings and the array.
void e_book_backend_db_cache_set_time (struct __db *db
,const
);gchar *t
e_book_backend_db_cache_set_time
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Since: 2.26
gchar * e_book_backend_db_cache_get_time (struct __db *db
);
e_book_backend_db_cache_get_time
has been deprecated since version 3.12 and should not be used in newly-written code.
Use EBookSqlite instead
Since: 2.26