From 4dd33312feee6770621e7195a8ba94a6d7215be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 9 Feb 2005 22:31:05 +0000 Subject: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code Original commit message from CVS: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code --- gst-libs/gst/gconf/gconf.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst-libs/gst/gconf/gconf.h') diff --git a/gst-libs/gst/gconf/gconf.h b/gst-libs/gst/gconf/gconf.h index 70007f77..7dce40b8 100644 --- a/gst-libs/gst/gconf/gconf.h +++ b/gst-libs/gst/gconf/gconf.h @@ -27,6 +27,8 @@ #include #include +G_BEGIN_DECLS + gchar * gst_gconf_get_string (const gchar *key); void gst_gconf_set_string (const gchar *key, const gchar *value); @@ -40,4 +42,6 @@ GstElement * gst_gconf_get_default_video_src (void); GstElement * gst_gconf_get_default_audio_src (void); GstElement * gst_gconf_get_default_visualization_element (void); +G_END_DECLS + #endif /* GST_GCONF_H */ -- cgit v1.2.1