Top | ![]() |
![]() |
![]() |
![]() |
EBookBackendSExpEBookBackendSExp — A utility for comparing |
EBookBackendSExp * | e_book_backend_sexp_new () |
const |
e_book_backend_sexp_text () |
|
e_book_backend_sexp_match_vcard () |
|
e_book_backend_sexp_match_contact () |
This API is an all purpose utility for comparing
EBookBackendSExp *
e_book_backend_sexp_new (const gchar *text
);
Creates a new EBookBackendSExp from text
.
constgchar * e_book_backend_sexp_text (EBookBackendSExp *sexp
);
Retrieve the text expression for the given EBookBackendSExp object.
Since: 3.8
gboolean e_book_backend_sexp_match_vcard (EBookBackendSExp *sexp
,const
);gchar *vcard
Checks if vcard
matches sexp
.
gboolean e_book_backend_sexp_match_contact (EBookBackendSExp *sexp
,);
EContact *contact
Checks if contact
matches sexp
.