diff options
Diffstat (limited to 'widgets/table/e-table-specification.h')
-rw-r--r-- | widgets/table/e-table-specification.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/table/e-table-specification.h b/widgets/table/e-table-specification.h index 7c73936079..feba63cc7a 100644 --- a/widgets/table/e-table-specification.h +++ b/widgets/table/e-table-specification.h @@ -8,6 +8,10 @@ #include <gal/e-table/e-table-column-specification.h> #include <gal/e-table/e-table-defines.h> +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + #define E_TABLE_SPECIFICATION_TYPE (e_table_specification_get_type ()) #define E_TABLE_SPECIFICATION(o) (GTK_CHECK_CAST ((o), E_TABLE_SPECIFICATION_TYPE, ETableSpecification)) #define E_TABLE_SPECIFICATION_CLASS(k) (GTK_CHECK_CLASS_CAST((k), E_TABLE_SPECIFICATION_TYPE, ETableSpecificationClass)) @@ -52,4 +56,8 @@ xmlNode *e_table_specification_save_to_node (ETableSpecificatio xmlDoc *doc); ETableSpecification *e_table_specification_duplicate (ETableSpecification *spec); +#ifdef __cplusplus +} +#endif /* __cplusplus */ + #endif /* _E_TABLE_SPECIFICATION_H_ */ |