![]() |
![]() |
![]() |
evolution-kolab_addressbook Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
gboolean kolab_util_contact_cache_assure_uid_on_econtact (EBookBackendCache *cache
,KolabMailAccess *koma
,const gchar *uri
,EContact *econtact
,gboolean bulk
,GError **error
); EContact * kolab_util_contact_cache_get_object (EBookBackendCache *cache
,KolabMailAccess *koma
,const gchar *uri
,const gchar *uid
,gboolean bulk
,GError **error
); void kolab_util_contact_cache_update_object (EBookBackendCache *cache
,KolabMailAccess *koma
,const gchar *uri
,const gchar *uid
,gboolean bulk
,GError **error
); void kolab_util_contact_cache_update_on_query (EBookBackendCache *cache
,KolabMailAccess *koma
,const gchar *query
,const gchar *uri
); GList* kolab_util_contact_cache_get_contacts (EBookBackendCache *cache
,KolabMailAccess *koma
,const gchar *query
,const gchar *uri
,GError **error
);
gboolean kolab_util_contact_cache_assure_uid_on_econtact (EBookBackendCache *cache
,KolabMailAccess *koma
,const gchar *uri
,EContact *econtact
,gboolean bulk
,GError **error
);
Sets a new uid to econtact and assures that it is not yet used in koma
.
|
An EBookBackendCache. |
|
A KolabMailAccess instance. |
|
An EContact uri string. |
|
An EContact. |
|
Whether or not this is a mass operation. |
|
GError placeholder. |
Returns : |
On Success TRUE is returned. |
EContact * kolab_util_contact_cache_get_object (EBookBackendCache *cache
,KolabMailAccess *koma
,const gchar *uri
,const gchar *uid
,gboolean bulk
,GError **error
);
void kolab_util_contact_cache_update_object (EBookBackendCache *cache
,KolabMailAccess *koma
,const gchar *uri
,const gchar *uid
,gboolean bulk
,GError **error
);
void kolab_util_contact_cache_update_on_query (EBookBackendCache *cache
,KolabMailAccess *koma
,const gchar *query
,const gchar *uri
);
Retrieves the changed and not yet cached objects and puts them into the
cache
.
|
An EBookBackendCache instance. |
|
A KolabMailAccess object. |
|
The query string associated with the update operation. |
|
The URI string for access to the koma object.
|
GList* kolab_util_contact_cache_get_contacts (EBookBackendCache *cache
,KolabMailAccess *koma
,const gchar *query
,const gchar *uri
,GError **error
);