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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index 219305dceb..ab4d4e3778 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -143,7 +143,8 @@ struct _ECalendarViewClass {
ECalendarViewEvent *event);
void (*event_added) (ECalendarView *day_view,
ECalendarViewEvent *event);
- void (*user_created) (ECalendarView *cal_view);
+ void (*user_created) (ECalendarView *cal_view,
+ ECalClient *where_was_created);
/* Virtual methods */
GList * (*get_selected_events) (ECalendarView *cal_view);
@@ -261,7 +262,8 @@ const gchar * e_calendar_view_get_icalcomponent_summary
gboolean *free_text);
void e_calendar_view_emit_user_created
- (ECalendarView *cal_view);
+ (ECalendarView *cal_view,
+ ECalClient *where_was_created);
void draw_curved_rectangle (cairo_t *cr,
gdouble x0,