From 9e2957e662b8430e92e32be1013fcaf524f738b2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 28 Jan 2013 15:32:56 -0500 Subject: [PATCH] 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
e-cal-types -EDataCalObjType EDataCalObjModType E_CALENDAR_ERROR @@ -440,6 +439,7 @@ ECalChangeType ECalChange ECalendarStatus E_CALENDAR_STATUS_CORBA_EXCEPTION +EDataCalObjType
-- 2.7.4