aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-collection.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-collection.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-collection.h')
-rw-r--r--widgets/menus/gal-view-collection.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/menus/gal-view-collection.h b/widgets/menus/gal-view-collection.h
index bfe47781a7..bfb790d0ae 100644
--- a/widgets/menus/gal-view-collection.h
+++ b/widgets/menus/gal-view-collection.h
@@ -5,6 +5,11 @@
#include <gtk/gtkobject.h>
#include <gal/menus/gal-view-factory.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+
#define GAL_VIEW_COLLECTION_TYPE (gal_view_collection_get_type ())
#define GAL_VIEW_COLLECTION(o) (GTK_CHECK_CAST ((o), GAL_VIEW_COLLECTION_TYPE, GalViewCollection))
#define GAL_VIEW_COLLECTION_CLASS(k) (GTK_CHECK_CLASS_CAST((k), GAL_VIEW_COLLECTION_TYPE, GalViewCollectionClass))
@@ -78,4 +83,9 @@ void gal_view_collection_load (GalViewColl
void gal_view_collection_save (GalViewCollection *collection);
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+
#endif /* _GAL_VIEW_COLLECTION_H_ */