[evolution-data-server] e-cal-types.h cleanups.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] e-cal-types.h cleanups.
- Date: Mon, 28 Jan 2013 21:42:11 +0000 (UTC)
commit 4c5a81e51f1bfde2b97cf02e9a041d16df9860fb
Author: Matthew Barnes <mbarnes redhat com>
Date: Mon Jan 28 15:29:59 2013 -0500
e-cal-types.h cleanups.
calendar/libecal/e-cal-types.h | 88 ++++++++++++++++++++-------------------
1 files changed, 45 insertions(+), 43 deletions(-)
---
diff --git a/calendar/libecal/e-cal-types.h b/calendar/libecal/e-cal-types.h
index 33e2676..6dc6f7e 100644
--- a/calendar/libecal/e-cal-types.h
+++ b/calendar/libecal/e-cal-types.h
@@ -30,6 +30,50 @@
G_BEGIN_DECLS
+/**
+ * ECalClientSourceType:
+ *
+ * FIXME: Document me!
+ *
+ * Since: 3.2
+ **/
+typedef enum {
+ E_CAL_CLIENT_SOURCE_TYPE_EVENTS,
+ E_CAL_CLIENT_SOURCE_TYPE_TASKS,
+ E_CAL_CLIENT_SOURCE_TYPE_MEMOS,
+ E_CAL_CLIENT_SOURCE_TYPE_LAST /*< skip >*/
+} ECalClientSourceType;
+
+/**
+ * EDataCalObjType:
+ *
+ * FIXME Document me!
+ *
+ * Since: 3.6
+ **/
+typedef enum {
+ Event = 1 << 0,
+ Todo = 1 << 1,
+ Journal = 1 << 2,
+ AnyType = 0x07
+} EDataCalObjType;
+
+/**
+ * EDataCalObjModType:
+ *
+ * FIXME Document me!
+ *
+ * Since: 3.6
+ **/
+typedef enum {
+ This = 1 << 0,
+ ThisAndPrior = 1 << 1,
+ ThisAndFuture = 1 << 2,
+ All = 0x07
+} EDataCalObjModType;
+
+/** Everything below this point is deprecated. **/
+
#ifndef EDS_DISABLE_DEPRECATED
#define E_CALENDAR_ERROR e_calendar_error_quark()
@@ -82,49 +126,7 @@ typedef enum {
#endif /* EDS_DISABLE_DEPRECATED */
-/**
- * ECalClientSourceType:
- *
- * FIXME: Document me!
- *
- * Since: 3.2
- **/
-typedef enum {
- E_CAL_CLIENT_SOURCE_TYPE_EVENTS,
- E_CAL_CLIENT_SOURCE_TYPE_TASKS,
- E_CAL_CLIENT_SOURCE_TYPE_MEMOS,
- E_CAL_CLIENT_SOURCE_TYPE_LAST /*< skip >*/
-} ECalClientSourceType;
-
-/**
- * EDataCalObjType:
- *
- * FIXME Document me!
- *
- * Since: 3.6
- **/
-typedef enum {
- Event = 1 << 0,
- Todo = 1 << 1,
- Journal = 1 << 2,
- AnyType = 0x07
-} EDataCalObjType;
-
-/**
- * EDataCalObjModType:
- *
- * FIXME Document me!
- *
- * Since: 3.6
- **/
-typedef enum {
- This = 1 << 0,
- ThisAndPrior = 1 << 1,
- ThisAndFuture = 1 << 2,
- All = 0x07
-} EDataCalObjModType;
-
G_END_DECLS
-#endif
+#endif /* E_CAL_TYPES_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]