Top | ![]() |
![]() |
![]() |
![]() |
|
e_contact_store_new () |
|
e_contact_store_get_client () |
|
e_contact_store_get_contact () |
|
e_contact_store_find_contact () |
|
e_contact_store_get_clients () |
|
e_contact_store_add_client () |
|
e_contact_store_remove_client () |
|
e_contact_store_set_query () |
|
e_contact_store_peek_query () |
EBookClient * e_contact_store_get_client (,
EContactStore *contact_store);
GtkTreeIter *iter
Gets the iter
.
Since: 3.2
EContact * e_contact_store_get_contact (,
EContactStore *contact_store);
GtkTreeIter *iter
Gets the iter
.
gboolean e_contact_store_find_contact (,
EContactStore *contact_storeconst
,gchar *uid);
GtkTreeIter *iter
Sets iter
to point to the contact row matching uid
.
GSList * e_contact_store_get_clients ();
EContactStore *contact_store
Gets the list of book clients that provide contacts for contact_store
.
Since: 3.2
void e_contact_store_add_client (,
EContactStore *contact_store);
EBookClient *book_client
Adds book_client
to the list of clients that provide contacts for
contact_store
. The contact_store
adds a reference to book_client
,
if added.
Since: 3.2
gboolean e_contact_store_remove_client (,
EContactStore *contact_store);
EBookClient *book_client
Removes book_client
from the list of clients that provide contacts for
contact_store
.
Since: 3.2
void e_contact_store_set_query (,
EContactStore *contact_store);
EBookQuery *book_query
Sets book_query
to be the query used to fetch contacts from the books
assigned to contact_store
.