aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-menus.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-02-08 04:39:09 +0800
committerChris Lahey <clahey@src.gnome.org>2002-02-08 04:39:09 +0800
commit757d9ab56d294b70f9dcd9e0f5aad34f224eae9e (patch)
tree6870ca3cb9a97d8b2f4aecae0977a1512fbf8d92 /widgets/menus/gal-view-menus.h
parentee74c2347274dd4f8f5e7ad687deb0a24eab5f7f (diff)
downloadgsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.gz
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.bz2
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.lz
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.xz
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.tar.zst
gsoc2013-evolution-757d9ab56d294b70f9dcd9e0f5aad34f224eae9e.zip
New function to handle unmerging menus at control deactivation time. (d):
2002-02-07 Christopher James Lahey <clahey@ximian.com> * menus/gal-view-menus.c, menus/gal-view-menus.h (gal_view_menus_unmerge): New function to handle unmerging menus at control deactivation time. (d): Turned off debugging output here. (build_menus): Gave the separators names and marked them with f="" to make them work better with bonobo 1. svn path=/trunk/; revision=15599
Diffstat (limited to 'widgets/menus/gal-view-menus.h')
-rw-r--r--widgets/menus/gal-view-menus.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/widgets/menus/gal-view-menus.h b/widgets/menus/gal-view-menus.h
index 0ab299e4d7..208d49761c 100644
--- a/widgets/menus/gal-view-menus.h
+++ b/widgets/menus/gal-view-menus.h
@@ -31,7 +31,9 @@ GalViewMenus *gal_view_menus_construct (GalViewMenus *menus,
void gal_view_menus_apply (GalViewMenus *menus,
BonoboUIComponent *component,
- CORBA_Environment *ev);
+ CORBA_Environment *opt_ev);
+void gal_view_menus_unmerge (GalViewMenus *gvm,
+ CORBA_Environment *opt_ev);
void gal_view_menus_set_instance (GalViewMenus *gvm,
GalViewInstance *instance);