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-printable.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'widgets/misc/e-printable.h') diff --git a/widgets/misc/e-printable.h b/widgets/misc/e-printable.h index 18e6ec8472..581b1e6f63 100644 --- a/widgets/misc/e-printable.h +++ b/widgets/misc/e-printable.h @@ -13,6 +13,8 @@ #include #include +BEGIN_GNOME_DECLS + #define E_PRINTABLE_TYPE (e_printable_get_type ()) #define E_PRINTABLE(o) (GTK_CHECK_CAST ((o), E_PRINTABLE_TYPE, EPrintable)) #define E_PRINTABLE_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_PRINTABLE_TYPE, EPrintableClass)) @@ -69,4 +71,6 @@ gboolean e_printable_will_fit (EPrintable *e_printable, gdouble max_height, gboolean quantized); +END_GNOME_DECLS + #endif /* _E_PRINTABLE_H_ */ -- cgit v1.2.3