aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/eventedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/eventedit.h')
-rw-r--r--calendar/eventedit.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/calendar/eventedit.h b/calendar/eventedit.h
index edd8059af1..85b5b86790 100644
--- a/calendar/eventedit.h
+++ b/calendar/eventedit.h
@@ -26,13 +26,17 @@ typedef struct {
GtkWidget *general_owner;
GtkWidget *general_summary;
GtkWidget *start_time, *end_time;
+
+ /* The associated ical object */
+ iCalObject *ical;
+ int new_ical;
} EventEditor;
typedef struct {
GnomePropertyBoxClass parent_class;
} EventEditorClass;
-GtkWidget *event_editor_new (void);
+GtkWidget *event_editor_new (iCalObject *);
END_GNOME_DECLS
#endif