aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-size.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell-size.h')
-rw-r--r--widgets/table/e-cell-size.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/table/e-cell-size.h b/widgets/table/e-cell-size.h
index 229d316642..db976a4eb6 100644
--- a/widgets/table/e-cell-size.h
+++ b/widgets/table/e-cell-size.h
@@ -8,6 +8,8 @@
#include <gal/e-table/e-cell-text.h>
+BEGIN_GNOME_DECLS
+
#define E_CELL_SIZE_TYPE (e_cell_size_get_type ())
#define E_CELL_SIZE(o) (GTK_CHECK_CAST ((o), E_CELL_SIZE_TYPE, ECellSize))
#define E_CELL_SIZE_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_CELL_SIZE_TYPE, ECellSizeClass))
@@ -25,4 +27,6 @@ typedef struct {
GtkType e_cell_size_get_type (void);
ECell *e_cell_size_new (const char *fontname, GtkJustification justify);
+END_GNOME_DECLS
+
#endif /* _E_CELL_SIZE_H_ */