aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2009-05-21 16:40:36 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2009-05-21 16:40:36 +0800
commit3b946037007857c3d2be0c39db0782f9dbaef461 (patch)
tree61ef129814e9907f346ed92198e2342753a0dbfd /calendar/gui/e-calendar-view.h
parent66687b22ec92a829f752c39fa9418be33b16c0bd (diff)
downloadgsoc2013-evolution-3b946037007857c3d2be0c39db0782f9dbaef461.tar
gsoc2013-evolution-3b946037007857c3d2be0c39db0782f9dbaef461.tar.gz
gsoc2013-evolution-3b946037007857c3d2be0c39db0782f9dbaef461.tar.bz2
gsoc2013-evolution-3b946037007857c3d2be0c39db0782f9dbaef461.tar.lz
gsoc2013-evolution-3b946037007857c3d2be0c39db0782f9dbaef461.tar.xz
gsoc2013-evolution-3b946037007857c3d2be0c39db0782f9dbaef461.tar.zst
gsoc2013-evolution-3b946037007857c3d2be0c39db0782f9dbaef461.zip
Adds the resend feature to GroupWise features.
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r--calendar/gui/e-calendar-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index 1f18e67241..eedef31856 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -28,6 +28,7 @@
#include "e-cal-model.h"
#include "gnome-cal.h"
#include "e-activity-handler.h"
+#include "dialogs/comp-editor.h"
G_BEGIN_DECLS
@@ -144,6 +145,7 @@ void e_calendar_view_paste_clipboard (ECalendarView *cal_view);
void e_calendar_view_delete_selected_event (ECalendarView *cal_view);
void e_calendar_view_delete_selected_events (ECalendarView *cal_view);
void e_calendar_view_delete_selected_occurrence (ECalendarView *cal_view);
+CompEditor* e_calendar_view_open_event_with_flags (ECalendarView *cal_view, ECal *client, icalcomponent *icalcomp, guint32 flags);
GtkMenu *e_calendar_view_create_popup_menu (ECalendarView *cal_view);