[evolution-data-server] Deprecate EDataCalObjType.



commit 9e2957e662b8430e92e32be1013fcaf524f738b2
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Jan 28 15:32:56 2013 -0500

    Deprecate EDataCalObjType.
    
    No longer needed with the new D-Bus factory APIs.

 calendar/libecal/e-cal-types.h                     |   28 ++++++++++----------
 .../calendar/libecal/libecal-sections.txt          |    2 +-
 2 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/calendar/libecal/e-cal-types.h b/calendar/libecal/e-cal-types.h
index 6dc6f7e..9dd8f75 100644
--- a/calendar/libecal/e-cal-types.h
+++ b/calendar/libecal/e-cal-types.h
@@ -45,20 +45,6 @@ typedef enum {
 } 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!
@@ -124,6 +110,20 @@ typedef enum {
 
 #define E_CALENDAR_STATUS_CORBA_EXCEPTION E_CALENDAR_STATUS_DBUS_EXCEPTION
 
+/**
+ * EDataCalObjType:
+ *
+ * FIXME Document me!
+ *
+ * Since: 3.6
+ **/
+typedef enum {
+	Event = 1 << 0,
+	Todo = 1 << 1,
+	Journal = 1 << 2,
+	AnyType = 0x07
+} EDataCalObjType;
+
 #endif /* EDS_DISABLE_DEPRECATED */
 
 G_END_DECLS
diff --git a/docs/reference/calendar/libecal/libecal-sections.txt b/docs/reference/calendar/libecal/libecal-sections.txt
index 21348bb..b59f407 100644
--- a/docs/reference/calendar/libecal/libecal-sections.txt
+++ b/docs/reference/calendar/libecal/libecal-sections.txt
@@ -431,7 +431,6 @@ tm_to_icaltimetype
 
 <SECTION>
 <FILE>e-cal-types</FILE>
-EDataCalObjType
 EDataCalObjModType
 <SUBSECTION Deprecated>
 E_CALENDAR_ERROR
@@ -440,6 +439,7 @@ ECalChangeType
 ECalChange
 ECalendarStatus
 E_CALENDAR_STATUS_CORBA_EXCEPTION
+EDataCalObjType
 </SECTION>
 
 <SECTION>



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