aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sort-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-sort-info.h')
-rw-r--r--widgets/table/e-table-sort-info.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/table/e-table-sort-info.h b/widgets/table/e-table-sort-info.h
index c79eb019b3..a2cd4f43a0 100644
--- a/widgets/table/e-table-sort-info.h
+++ b/widgets/table/e-table-sort-info.h
@@ -5,6 +5,10 @@
#include <gtk/gtkobject.h>
#include <gnome-xml/tree.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
#define E_TABLE_SORT_INFO_TYPE (e_table_sort_info_get_type ())
#define E_TABLE_SORT_INFO(o) (GTK_CHECK_CAST ((o), E_TABLE_SORT_INFO_TYPE, ETableSortInfo))
#define E_TABLE_SORT_INFO_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_TABLE_SORT_INFO_TYPE, ETableSortInfoClass))
@@ -72,4 +76,8 @@ xmlNode *e_table_sort_info_save_to_node (ETableSortInfo *info,
xmlNode *parent);
ETableSortInfo *e_table_sort_info_duplicate (ETableSortInfo *info);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* _E_TABLE_SORT_INFO_H_ */