[evolution-data-server/openismus-work-3-8] Added E_BOOK_INDEX_SORT_KEY to EBookIndexType
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work-3-8] Added E_BOOK_INDEX_SORT_KEY to EBookIndexType
- Date: Sun, 1 Dec 2013 09:30:10 +0000 (UTC)
commit 80d4c9ba9f6bf6f0314563ea1e43d1c77cff51a3
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]