[evolution-data-server] libebook-contacts: Document EBookQueryTest



commit 93cac60adaf12f4de8f59f9a52fd438d71e66441
Author: Mathias Hasselmann <mathias openismus com>
Date:   Fri Dec 7 13:37:50 2012 +0100

    libebook-contacts: Document EBookQueryTest

 addressbook/libebook/e-book-query.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/libebook/e-book-query.h b/addressbook/libebook/e-book-query.h
index 40c0b5c..59c8987 100644
--- a/addressbook/libebook/e-book-query.h
+++ b/addressbook/libebook/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]