Struct
EBookContactsBookQuery
Functions
e_book_query_vcard_field_exists
Creates a new EBookQuery which tests if the field field exists. field
should be a vCard field name, such as #EVC_FN or #EVC_X_MSN.
e_book_query_vcard_field_test
Creates a new EBookQuery which tests field for value using the test test.
since: 2.22
Instance methods
e_book_query_andv
Creates a new EBookQuery which is the logical AND of the queries specified.
The new EBookQuery takes ownership of the specified queries.
e_book_query_orv
Creates a new EBookQuery which is the logical OR of the queries specified.
The new EBookQuery takes ownership of the specified queries.
e_book_query_unref
Decrement the reference count on q. When the reference count reaches 0, q
will be freed and any child queries will have e_book_query_unref() called.