EBookBackendSExp

EBookBackendSExp

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── EBookBackendSExp

Description

Functions

e_book_backend_sexp_new ()

EBookBackendSExp *
e_book_backend_sexp_new (const gchar *text);

Creates a new EBookBackendSExp from text .

Parameters

text

an s-expression to parse

 

Returns

A new EBookBackendSExp.


e_book_backend_sexp_match_vcard ()

gboolean
e_book_backend_sexp_match_vcard (EBookBackendSExp *sexp,
                                 const gchar *vcard);

Checks if vcard matches sexp .

Parameters

sexp

an EBookBackendSExp

 

vcard

a VCard string

 

Returns

TRUE if the VCard matches, FALSE otherwise.


e_book_backend_sexp_match_contact ()

gboolean
e_book_backend_sexp_match_contact (EBookBackendSExp *sexp,
                                   EContact *contact);

Checks if contact matches sexp .

Parameters

sexp

an EBookBackendSExp

 

contact

an EContact

 

Returns

TRUE if the contact matches, FALSE otherwise.

Types and Values

struct EBookBackendSExp

struct EBookBackendSExp;