[evolution-data-server/sqlite-refactor: 6/13] Added E_BOOK_INDEX_SORT_KEY to EBookIndexType



commit 4056ca46275b01e75caac16de268593b066a02e6
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Wed Nov 20 16:15:55 2013 +0900

    Added E_BOOK_INDEX_SORT_KEY to EBookIndexType

 .../libebook-contacts/e-book-contacts-types.h      |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/addressbook/libebook-contacts/e-book-contacts-types.h 
b/addressbook/libebook-contacts/e-book-contacts-types.h
index 01a6dfa..ca6b952 100644
--- a/addressbook/libebook-contacts/e-book-contacts-types.h
+++ b/addressbook/libebook-contacts/e-book-contacts-types.h
@@ -123,16 +123,18 @@ typedef struct {
  * @E_BOOK_INDEX_PREFIX: An index suitable for searching contacts with a prefix pattern
  * @E_BOOK_INDEX_SUFFIX: An index suitable for searching contacts with a suffix pattern
  * @E_BOOK_INDEX_PHONE: An index suitable for searching contacts for phone numbers.
- * <note><para>that phone numbers must be convertible into FQTN according to E.164 to be
+ * <note><para>Phone numbers must be convertible into FQTN according to E.164 to be
  * stored in this index. The number "+9999999" for instance won't be stored because
  * the country calling code "+999" currently is not assigned.</para></note>
+ * @E_BOOK_INDEX_SORT_KEY: Indicates that a given #EContactField should be usable as a sort key.
  *
  * The type of index defined by e_source_backend_summary_setup_set_indexed_fields()
  */
 typedef enum {
        E_BOOK_INDEX_PREFIX = 0,
        E_BOOK_INDEX_SUFFIX,
-       E_BOOK_INDEX_PHONE
+       E_BOOK_INDEX_PHONE,
+       E_BOOK_INDEX_SORT_KEY
 } EBookIndexType;
 
 /**


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]