From 238d4b2091aa051391d6cbadba7140f8cb152390 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 17 Feb 2001 08:40:12 +0000 Subject: From a patch submitted by Murray Cumming 2001-02-17 Christopher James Lahey From a patch submitted by Murray Cumming * gal/util/e-util.h, gal/util/e-xml-utils.h, gal/widgets/e-canvas-utils.h, gal/widgets/e-colors.h, gal/widgets/e-cursors.h, gal/widgets/e-gui-utils.h, gal/widgets/e-popup-menu.h, gal/widgets/e-printable.h, gal/widgets/gtk-combo-stack.h: Added GNOME_DECLS. svn path=/trunk/; revision=8267 --- widgets/misc/e-popup-menu.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'widgets/misc/e-popup-menu.h') diff --git a/widgets/misc/e-popup-menu.h b/widgets/misc/e-popup-menu.h index ef872ba39f..61839902f6 100644 --- a/widgets/misc/e-popup-menu.h +++ b/widgets/misc/e-popup-menu.h @@ -4,6 +4,8 @@ #include +BEGIN_GNOME_DECLS + typedef struct _EPopupMenu EPopupMenu; struct _EPopupMenu { @@ -25,4 +27,6 @@ void e_popup_menu_run (EPopupMenu *menu_list, guint32 hide_mask, void *closure); +END_GNOME_DECLS + #endif /* E_POPUP_MENU_H */ -- cgit