Function
EBookContactsBookQueryor
Declaration [src]
EBookQuery*
e_book_query_or (
gint nqs,
EBookQuery** qs,
gboolean unref
)
Parameters
nqs-
Type:
gintThe number of queries to OR.
qs-
Type:
EBookQueryPointer to an array of
EBookQueryitems.The data is owned by the caller of the function. unref-
Type:
gbooleanIf
TRUE, the new query takes ownership of the existing queries.
Return value
Type: EBookQuery
A new EBookQuery.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |