aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-toggle.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-cell-toggle.h')
-rw-r--r--widgets/table/e-cell-toggle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/table/e-cell-toggle.h b/widgets/table/e-cell-toggle.h
index a30b6ec7b1..0916970b00 100644
--- a/widgets/table/e-cell-toggle.h
+++ b/widgets/table/e-cell-toggle.h
@@ -5,6 +5,8 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gal/e-table/e-cell.h>
+BEGIN_GNOME_DECLS
+
#define E_CELL_TOGGLE_TYPE (e_cell_toggle_get_type ())
#define E_CELL_TOGGLE(o) (GTK_CHECK_CAST ((o), E_CELL_TOGGLE_TYPE, ECellToggle))
#define E_CELL_TOGGLE_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_CELL_TOGGLE_TYPE, ECellToggleClass))
@@ -30,6 +32,8 @@ ECell *e_cell_toggle_new (int border, int n_states, GdkPixbuf **images
void e_cell_toggle_construct (ECellToggle *etog, int border,
int n_states, GdkPixbuf **images);
+END_GNOME_DECLS
+
#endif /* _E_CELL_TOGGLE_H_ */