From f1b08663ddff6432289ca4780bc823c96d471657 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Sat, 18 Apr 1998 04:02:46 +0000 Subject: Yes. Yes. It works. It loads, it saves, it does all that stuff. It works, even if federico complains that we did not test close. Repetition, alarms, all that stuff you all guys love. It it is there. We did minimal testing, but we know you will happilly commit a fix if you find a problem, right? Ok, we are off to a party now. Miguel svn path=/trunk/; revision=155 --- calendar/calobj.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calendar/calobj.h') diff --git a/calendar/calobj.h b/calendar/calobj.h index 26b0acf35b..60483c68ad 100644 --- a/calendar/calobj.h +++ b/calendar/calobj.h @@ -32,6 +32,10 @@ typedef struct { int count; enum AlarmUnit units; char *data; + + /* Does not get saved, internally used */ + time_t offset; + time_t trigger; /* Widgets */ void *w_count; /* A GtkEntry */ @@ -180,6 +184,9 @@ void ical_object_generate_events (iCalObject *ico, time_t start, time /* Computes the enddate field of the recurrence based on the duration */ void ical_object_compute_end (iCalObject *ico); +/* Returns the number of seconds configured to trigger the alarm in advance to an event */ +int alarm_compute_offset (CalendarAlarm *a); + END_GNOME_DECLS #endif -- cgit v1.2.3