diff options
Diffstat (limited to 'calendar/gui/gnome-cal.h')
-rw-r--r-- | calendar/gui/gnome-cal.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/calendar/gui/gnome-cal.h b/calendar/gui/gnome-cal.h index da53f29882..6bdbf4ca1b 100644 --- a/calendar/gui/gnome-cal.h +++ b/calendar/gui/gnome-cal.h @@ -10,7 +10,8 @@ #include <gnome.h> -#include "calendar.h" +/*#include "calendar.h"*/ +#include "cal-client/cal-client.h" BEGIN_GNOME_DECLS @@ -20,9 +21,9 @@ BEGIN_GNOME_DECLS typedef struct { GnomeApp gnome_app; - Calendar *cal; + CalClient *calc; /* was Calendar *cal; */ time_t current_display; - + GtkWidget *notebook; GtkWidget *day_view; GtkWidget *week_view; @@ -63,6 +64,8 @@ void gnome_calendar_object_changed (GnomeCalendar *gcal, iCalObject *obj, int flags); +void calendar_notify (time_t time, CalendarAlarm *which, void *data); + GnomeCalendar *gnome_calendar_locate (const char *pathname); /* Notifies the calendar that the time format has changed and it must update all its views */ |