[evolution-data-server/openismus-work] libebook-contacts: Document EBookQueryTest
- From: Mathias Hasselmann <hasselmm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work] libebook-contacts: Document EBookQueryTest
- Date: Tue, 11 Dec 2012 23:58:32 +0000 (UTC)
commit 2b88a5ba73a7e710cc936ca53ff920b1f276f48b
Author: Mathias Hasselmann <mathias openismus com>
Date: Fri Dec 7 13:37:50 2012 +0100
libebook-contacts: Document EBookQueryTest
addressbook/libebook-contacts/e-book-query.h | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/libebook-contacts/e-book-query.h b/addressbook/libebook-contacts/e-book-query.h
index 4bd235c..d5a842f 100644
--- a/addressbook/libebook-contacts/e-book-query.h
+++ b/addressbook/libebook-contacts/e-book-query.h
@@ -14,6 +14,15 @@ G_BEGIN_DECLS
typedef struct EBookQuery EBookQuery;
+/**
+ * EBookQueryTest:
+ * @E_BOOK_QUERY_IS: look for exact match of the supplied test value
+ * @E_BOOK_QUERY_CONTAINS: check if a field contains the test value
+ * @E_BOOK_QUERY_BEGINS_WITH: check if a field starts with the test value
+ * @E_BOOK_QUERY_ENDS_WITH: check if a field ends with the test value
+ *
+ * The kind of test a query created by e_book_query_field_test() shall perform.
+ **/
typedef enum {
E_BOOK_QUERY_IS,
E_BOOK_QUERY_CONTAINS,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]