aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index 3d812da9fa..c831711779 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -1419,6 +1419,14 @@ e_calendar_view_create_popup_menu (ECalendarView *cal_view)
* menu was created rather than everyone having to call us.
* We could also have a different menu id for each view */
+ /** @HookPoint-ECalPopup: Calendar Main View Context Menu
+ * @Id: org.gnome.evolution.calendar.view.popup
+ * @Class: org.gnome.evolution.calendar.popup:1.0
+ * @Target: ECalPopupTargetSelect
+ *
+ * The context menu on the main calendar view. This menu
+ * applies to all view types.
+ */
ep = e_cal_popup_new("org.gnome.evolution.calendar.view.popup");
model = e_calendar_view_get_model(cal_view);