From 3b62a242bf8ff7e5542bedc42112587840f780e4 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 7 Jul 2000 02:38:52 +0000 Subject: Handle the LAST-MODIFIED property. (free_icalcomponent): Ditto. 2000-07-06 Federico Mena Quintero * cal-util/cal-component.c (scan_property): Handle the LAST-MODIFIED property. (free_icalcomponent): Ditto. (cal_component_get_last_modified): Ditto. (cal_component_set_last_modified): Ditto. (get_icaltimetype): New function to get struct icaltimetype values. (cal_component_get_created): Use get_icaltimetype(). (set_icaltimetype): New function to set struct icaltimetype values. (cal_component_set_created): Use set_icaltimetype(). svn path=/trunk/; revision=3936 --- calendar/cal-util/cal-component.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/cal-util/cal-component.h') diff --git a/calendar/cal-util/cal-component.h b/calendar/cal-util/cal-component.h index 5a66b42619..b9cc9da942 100644 --- a/calendar/cal-util/cal-component.h +++ b/calendar/cal-util/cal-component.h @@ -141,6 +141,9 @@ void cal_component_set_dtstart (CalComponent *comp, CalComponentDateTime *dt); void cal_component_get_due (CalComponent *comp, CalComponentDateTime *dt); void cal_component_set_due (CalComponent *comp, CalComponentDateTime *dt); +void cal_component_get_last_modified (CalComponent *comp, struct icaltimetype **t); +void cal_component_set_last_modified (CalComponent *comp, struct icaltimetype *t); + void cal_component_get_summary (CalComponent *comp, CalComponentText *summary); void cal_component_set_summary (CalComponent *comp, CalComponentText *summary); -- cgit v1.2.3