[evolution-data-server/openismus-work: 102/122] libebook-contacts: Document EBookQueryTest



commit d7a63db0b23f00ffde5f6f6fe41ea91609ed4622
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]