| Evolution-Data-Server Manual: Address Book Backend (libedata-book) | ||||
|---|---|---|---|---|
struct EBookBackendSExp; EBookBackendSExp * e_book_backend_sexp_new (constgchar *text);gboolean e_book_backend_sexp_match_vcard (EBookBackendSExp *sexp, constgchar *vcard);gboolean e_book_backend_sexp_match_contact (EBookBackendSExp *sexp,EContact *contact);
EBookBackendSExp * e_book_backend_sexp_new (constgchar *text);
Creates a new EBookBackendSExp from text.
|
an s-expression to parse |
Returns : |
A new EBookBackendSExp. |
gboolean e_book_backend_sexp_match_vcard (EBookBackendSExp *sexp, constgchar *vcard);
Checks if vcard matches sexp.
|
an EBookBackendSExp |
|
a VCard string |
Returns : |
TRUEFALSE |
gboolean e_book_backend_sexp_match_contact (EBookBackendSExp *sexp,EContact *contact);
Checks if contact matches sexp.
|
an EBookBackendSExp |
|
an |
Returns : |
TRUEFALSE |