[evolution-data-server/openismus-work-3-8] Changes for Review: EBookSortType renamed to EBookCursorSortType
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work-3-8] Changes for Review: EBookSortType renamed to EBookCursorSortType
- Date: Sat, 5 Oct 2013 00:07:40 +0000 (UTC)
commit 0e9c25bf37400ac07b950938af24ad316f2896df
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Sat Oct 5 01:58:44 2013 +0200
Changes for Review: EBookSortType renamed to EBookCursorSortType
.../libebook-contacts/e-book-contacts-types.h | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/addressbook/libebook-contacts/e-book-contacts-types.h
b/addressbook/libebook-contacts/e-book-contacts-types.h
index 535ae07..0d7c54d 100644
--- a/addressbook/libebook-contacts/e-book-contacts-types.h
+++ b/addressbook/libebook-contacts/e-book-contacts-types.h
@@ -136,16 +136,16 @@ typedef enum {
} EBookIndexType;
/**
- * EBookSortType:
- * @E_BOOK_SORT_ASCENDING: Sort results in ascending order
- * @E_BOOK_SORT_DESCENDING: Sort results in descending order
+ * EBookCursorSortType:
+ * @E_BOOK_CURSOR_SORT_ASCENDING: Sort results in ascending order
+ * @E_BOOK_CURSOR_SORT_DESCENDING: Sort results in descending order
*
* Specifies the sort order of an ordered query
*/
typedef enum {
- E_BOOK_SORT_ASCENDING = 0,
- E_BOOK_SORT_DESCENDING
-} EBookSortType;
+ E_BOOK_CURSOR_SORT_ASCENDING = 0,
+ E_BOOK_CURSOR_SORT_DESCENDING
+} EBookCursorSortType;
/**
* EBookCursorOrigin:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]