diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-02-09 22:31:05 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-02-09 22:31:05 +0000 |
commit | 4dd33312feee6770621e7195a8ba94a6d7215be7 (patch) | |
tree | f54ec68ae69cd8f35da12e02bdb2c112810e1a19 /gst-libs/gst/gconf | |
parent | 5314b289ec3a08658419419447cecb649b50b19d (diff) | |
download | gst-plugins-bad-4dd33312feee6770621e7195a8ba94a6d7215be7.tar.gz gst-plugins-bad-4dd33312feee6770621e7195a8ba94a6d7215be7.tar.bz2 gst-plugins-bad-4dd33312feee6770621e7195a8ba94a6d7215be7.zip |
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
Diffstat (limited to 'gst-libs/gst/gconf')
-rw-r--r-- | gst-libs/gst/gconf/gconf.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <gst/gst.h> #include <gconf/gconf-client.h> +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 */ |