summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/gconf/gconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/gconf/gconf.h')
-rw-r--r--gst-libs/gst/gconf/gconf.h4
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 */