Deprecate EDataCalObjType.
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 28 Jan 2013 20:32:56 +0000 (15:32 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 28 Jan 2013 21:41:57 +0000 (16:41 -0500)
No longer needed with the new D-Bus factory APIs.

calendar/libecal/e-cal-types.h
docs/reference/calendar/libecal/libecal-sections.txt

index 6dc6f7e..9dd8f75 100644 (file)
@@ -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
index 21348bb..b59f407 100644 (file)
@@ -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>