aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-etable.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-02-17 16:38:17 +0800
committerChris Lahey <clahey@src.gnome.org>2001-02-17 16:38:17 +0800
commit044ffd870ee8223967439aa5217936e3e1b8500c (patch)
treece7695b8e88e7da7d50875871be2359c6a3c680c /widgets/menus/gal-view-etable.h
parent5480b1b7bdc26136ddb111e9f9a60e7b879c2d13 (diff)
downloadgsoc2013-evolution-044ffd870ee8223967439aa5217936e3e1b8500c.tar
gsoc2013-evolution-044ffd870ee8223967439aa5217936e3e1b8500c.tar.gz
gsoc2013-evolution-044ffd870ee8223967439aa5217936e3e1b8500c.tar.bz2
gsoc2013-evolution-044ffd870ee8223967439aa5217936e3e1b8500c.tar.lz
gsoc2013-evolution-044ffd870ee8223967439aa5217936e3e1b8500c.tar.xz
gsoc2013-evolution-044ffd870ee8223967439aa5217936e3e1b8500c.tar.zst
gsoc2013-evolution-044ffd870ee8223967439aa5217936e3e1b8500c.zip
From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com>
2001-02-17 Christopher James Lahey <clahey@ximian.com> From a patch submitted by Murray Cumming <Murray.Cumming@mybau.com> * gal-define-views-model.h, gal-view-collection.h, gal-view-etable.h, gal-view-factory-etable.h, gal-view-factory.h, gal-view.h: Added GNOME_DECLS. svn path=/trunk/; revision=8266
Diffstat (limited to 'widgets/menus/gal-view-etable.h')
-rw-r--r--widgets/menus/gal-view-etable.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/menus/gal-view-etable.h b/widgets/menus/gal-view-etable.h
index 98a1ddc861..9fde64a9cb 100644
--- a/widgets/menus/gal-view-etable.h
+++ b/widgets/menus/gal-view-etable.h
@@ -7,6 +7,10 @@
#include <gal/e-table/e-table-state.h>
#include <gal/e-table/e-table-specification.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
#define GAL_VIEW_ETABLE_TYPE (gal_view_etable_get_type ())
#define GAL_VIEW_ETABLE(o) (GTK_CHECK_CAST ((o), GAL_VIEW_ETABLE_TYPE, GalViewEtable))
#define GAL_VIEW_ETABLE_CLASS(k) (GTK_CHECK_CLASS_CAST((k), GAL_VIEW_ETABLE_TYPE, GalViewEtableClass))
@@ -33,4 +37,8 @@ GalView *gal_view_etable_construct (GalViewEtable *view,
ETableSpecification *spec,
const gchar *title);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#endif /* _GAL_VIEW_ETABLE_H_ */