aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r--calendar/gui/e-calendar-view.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index 7804eed1ca..e0087da61f 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -114,6 +114,12 @@ typedef struct {
gint event_num;
} ECalendarViewEventData;
+typedef enum {
+ EDIT_EVENT_AUTODETECT,
+ EDIT_EVENT_FORCE_MEETING,
+ EDIT_EVENT_FORCE_APPOINTMENT
+} EEditEventMode;
+
struct _ECalendarViewClass {
GtkTableClass parent_class;
@@ -225,7 +231,7 @@ void e_calendar_view_new_appointment (ECalendarView *cal_view);
void e_calendar_view_edit_appointment (ECalendarView *cal_view,
ECal *client,
icalcomponent *icalcomp,
- gboolean meeting);
+ EEditEventMode mode);
void e_calendar_view_open_event (ECalendarView *cal_view);
void e_calendar_view_modify_and_send (ECalComponent *comp,
ECal *client,