From: Matthew Barnes Date: Mon, 28 Jan 2013 20:32:56 +0000 (-0500) Subject: Deprecate EDataCalObjType. X-Git-Tag: upstream/3.7.5~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e2957e662b8430e92e32be1013fcaf524f738b2;p=platform%2Fupstream%2Fevolution-data-server.git Deprecate EDataCalObjType. No longer needed with the new D-Bus factory APIs. --- 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
e-cal-types -EDataCalObjType EDataCalObjModType E_CALENDAR_ERROR @@ -440,6 +439,7 @@ ECalChangeType ECalChange ECalendarStatus E_CALENDAR_STATUS_CORBA_EXCEPTION +EDataCalObjType