aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-col.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-col.h')
-rw-r--r--widgets/table/e-table-col.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/table/e-table-col.h b/widgets/table/e-table-col.h
index fd15108ab9..036b317d69 100644
--- a/widgets/table/e-table-col.h
+++ b/widgets/table/e-table-col.h
@@ -5,6 +5,10 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gal/e-table/e-cell.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
#define E_TABLE_COL_TYPE (e_table_col_get_type ())
#define E_TABLE_COL(o) (GTK_CHECK_CAST ((o), E_TABLE_COL_TYPE, ETableCol))
#define E_TABLE_COL_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_TABLE_COL_TYPE, ETableColClass))
@@ -58,5 +62,10 @@ ETableCol *e_table_col_new_with_pixbuf (int col_idx, const char *text,
void e_table_col_destroy (ETableCol *etc);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+
#endif /* _E_TABLE_COL_H_ */