aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/idl/evolution-calendar.idl
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-07-26 06:01:22 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-07-26 06:01:22 +0800
commit38168a2e40c23292e6e9ac8472f06a754e7981e4 (patch)
treed106fb8f52c85fa68ac03b3a760d0836e5b673b7 /calendar/idl/evolution-calendar.idl
parent6602e014932c47e7ddccebb591bc399f54dcdc4c (diff)
downloadgsoc2013-evolution-38168a2e40c23292e6e9ac8472f06a754e7981e4.tar
gsoc2013-evolution-38168a2e40c23292e6e9ac8472f06a754e7981e4.tar.gz
gsoc2013-evolution-38168a2e40c23292e6e9ac8472f06a754e7981e4.tar.bz2
gsoc2013-evolution-38168a2e40c23292e6e9ac8472f06a754e7981e4.tar.lz
gsoc2013-evolution-38168a2e40c23292e6e9ac8472f06a754e7981e4.tar.xz
gsoc2013-evolution-38168a2e40c23292e6e9ac8472f06a754e7981e4.tar.zst
gsoc2013-evolution-38168a2e40c23292e6e9ac8472f06a754e7981e4.zip
New function. (scan_property): Handle the RDATE property. (scan_period):
2000-07-25 Federico Mena Quintero <federico@helixcode.com> * cal-util/cal-component.c (cal_component_free_period_list): New function. (scan_property): Handle the RDATE property. (scan_period): Likewise. (free_icalcomponent): Likewise. (get_period_list): Likewise. (set_period_list): Likewise. (cal_component_get_rdate_list): Likewise. (cal_component_set_rdate_list): Likewise. (scan_text): Simplify a bit since we only handle the ALTREP parameter; there is no need to iterate over all parameters. (scan_datetime): Simplify; just handle the TZID parameter. (scan_summary): Simplify; just handle the ALTREP parameter. (cal_component_get_as_string): New function. * idl/evolution-calendar.idl (CalObjType): Removed the TYPE_OTHER; now we only expose the types of objects we know about. * cal-util/cal-util.h (CalObjType): Likewise. * cal-client/cal-client.c (cal_client_get_n_objects): Likewise. (cal_client_get_uids): Likewise. * conduits/calendar/calendar-conduit.c (get_calendar_objects): Likewise. (check_for_slow_setting): Likewise. * pcs/cal-backend-imc.c (count_objects): Likewise. (build_uids_list): Likewise. * pcs/cal.c (Cal_get_uids): Likewise. (Cal_get_n_objects): Likewise. svn path=/trunk/; revision=4336
Diffstat (limited to 'calendar/idl/evolution-calendar.idl')
-rw-r--r--calendar/idl/evolution-calendar.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/calendar/idl/evolution-calendar.idl b/calendar/idl/evolution-calendar.idl
index f81cfbecf8..8fc84ab233 100644
--- a/calendar/idl/evolution-calendar.idl
+++ b/calendar/idl/evolution-calendar.idl
@@ -31,8 +31,7 @@ module Calendar {
const CalObjType TYPE_EVENT = 1 << 0;
const CalObjType TYPE_TODO = 1 << 1;
const CalObjType TYPE_JOURNAL = 1 << 2;
- const CalObjType TYPE_OTHER = 1 << 3;
- const CalObjType TYPE_ANY = 0x0f;
+ const CalObjType TYPE_ANY = 0x07;
/* Types of alarms */
enum AlarmType {