aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-10-28 17:26:13 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-10-28 17:26:13 +0800
commit02da17364fee21d60baf15a226c6f4f81f051f5e (patch)
tree01196e71e477170a56d0a6b6d538375df9070b06 /calendar/gui/calendar-component.c
parent7f73e47a135be5b7353e48d666a3555e6b6fc675 (diff)
downloadgsoc2013-evolution-02da17364fee21d60baf15a226c6f4f81f051f5e.tar
gsoc2013-evolution-02da17364fee21d60baf15a226c6f4f81f051f5e.tar.gz
gsoc2013-evolution-02da17364fee21d60baf15a226c6f4f81f051f5e.tar.bz2
gsoc2013-evolution-02da17364fee21d60baf15a226c6f4f81f051f5e.tar.lz
gsoc2013-evolution-02da17364fee21d60baf15a226c6f4f81f051f5e.tar.xz
gsoc2013-evolution-02da17364fee21d60baf15a226c6f4f81f051f5e.tar.zst
gsoc2013-evolution-02da17364fee21d60baf15a226c6f4f81f051f5e.zip
added hook doco.
2004-10-28 Not Zed <NotZed@Ximian.com> * gui/tasks-component.c (popup_event_cb): * gui/e-calendar-view.c (e_calendar_view_create_popup_menu): * gui/e-calendar-table.c (e_calendar_table_show_popup_menu): * gui/calendar-component.c (popup_event_cb): added hook doco. svn path=/trunk/; revision=27751
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index d5f90e0daa..70b9ccd22c 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -401,6 +401,13 @@ popup_event_cb(ESourceSelector *selector, ESource *insource, GdkEventButton *eve
int i;
GtkMenu *menu;
+ /** @HookPoint-ECalPopup: Calendar Source Selector Context Menu
+ * @Id: org.gnome.evolution.calendar.source.popup
+ * @Class: org.gnome.evolution.calendar.popup:1.0
+ * @Target: ECalPopupTargetSource
+ *
+ * The context menu on the source selector in the calendar window.
+ */
ep = e_cal_popup_new("org.gnome.evolution.calendar.source.popup");
t = e_cal_popup_target_new_source(ep, selector);
t->target.widget = (GtkWidget *)component_view->calendar;