aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2013-07-12 20:48:38 +0800
committerFabiano FidĂȘncio <fabiano@fidencio.org>2013-07-17 17:44:24 +0800
commit09e7cfcd0d578ea88b31ce39d50f27ad76974ba2 (patch)
tree8d31fea633715cb408167220ceadf93cc6c45ffe /calendar/gui/e-calendar-view.h
parent5818e4c241dec1a0846e83820c50c9c50a003d76 (diff)
downloadgsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar.gz
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar.bz2
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar.lz
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar.xz
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.tar.zst
gsoc2013-evolution-09e7cfcd0d578ea88b31ce39d50f27ad76974ba2.zip
Bug #703899 - Moving a meeting does not ask for confirmation
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r--calendar/gui/e-calendar-view.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index 8e55587cc1..3e58f14a2d 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -249,7 +249,17 @@ void e_calendar_view_modify_and_send (ECalendarView *cal_view,
CalObjModType mod,
GtkWindow *toplevel,
gboolean new);
-
+gboolean e_calendar_view_modify (ECalendarView *cal_view,
+ ECalComponent *comp,
+ ECalClient *client,
+ CalObjModType mod);
+void e_calendar_view_send (ECalendarView *cal_view,
+ ECalComponent *comp,
+ ECalClient *client,
+ CalObjModType mod,
+ GtkWindow *toplevel,
+ gboolean strip_alarms,
+ gboolean only_new_attendees);
gboolean e_calendar_view_get_tooltips (const ECalendarViewEventData *data);
void e_calendar_view_move_tip (GtkWidget *widget,