aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/tag-calendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/tag-calendar.h')
-rw-r--r--calendar/gui/tag-calendar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/tag-calendar.h b/calendar/gui/tag-calendar.h
index 2dc5bff176..c01e379b6e 100644
--- a/calendar/gui/tag-calendar.h
+++ b/calendar/gui/tag-calendar.h
@@ -30,10 +30,10 @@
#include <misc/e-calendar.h>
#include <libecal/e-cal-client.h>
-void tag_calendar_by_client (ECalendar *ecal, ECalClient *client);
+void tag_calendar_by_client (ECalendar *ecal, ECalClient *client, GCancellable *cancellable);
void tag_calendar_by_comp (ECalendar *ecal, ECalComponent *comp,
ECalClient *client, icaltimezone *display_zone,
gboolean clear_first, gboolean comp_is_on_server,
- gboolean can_recur_events_italic);
+ gboolean can_recur_events_italic, GCancellable *cancellable);
#endif