diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-28 17:26:13 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-28 17:26:13 +0800 |
commit | 02da17364fee21d60baf15a226c6f4f81f051f5e (patch) | |
tree | 01196e71e477170a56d0a6b6d538375df9070b06 /calendar/gui/tasks-component.c | |
parent | 7f73e47a135be5b7353e48d666a3555e6b6fc675 (diff) | |
download | gsoc2013-evolution-02da17364fee21d60baf15a226c6f4f81f051f5e.tar.gz 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/tasks-component.c')
-rw-r--r-- | calendar/gui/tasks-component.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c index 3b02c45ad8..8060c5f77d 100644 --- a/calendar/gui/tasks-component.c +++ b/calendar/gui/tasks-component.c @@ -346,6 +346,13 @@ popup_event_cb(ESourceSelector *selector, ESource *insource, GdkEventButton *eve int i; GtkMenu *menu; + /** @HookPoint-ECalPopup: Tasks Source Selector Context Menu + * @Id: org.gnome.evolution.tasks.source.popup + * @Class: org.gnome.evolution.calendar.popup:1.0 + * @Target: ECalPopupTargetSource + * + * The context menu on the source selector in the tasks window. + */ ep = e_cal_popup_new("org.gnome.evolution.tasks.source.popup"); t = e_cal_popup_target_new_source(ep, selector); t->target.widget = (GtkWidget *)component_view->tasks; |