aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-printable.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-printable.h')
-rw-r--r--widgets/misc/e-printable.h4
1 files changed, 4 insertions, 0 deletions
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 <gtk/gtkobject.h>
#include <libgnomeprint/gnome-print.h>
+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_ */