summaryrefslogtreecommitdiff
path: root/data/xcode
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-05-13 10:06:57 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-05-13 10:06:57 +0200
commit07e3b69d637f44577044a8a5dfee4556affc7bf4 (patch)
treeb2546a86d28f5cf8d422ce1f91901f49b7432b0f /data/xcode
parenta887ab8523486b259c1f264c5c3e0fdd8409451f (diff)
xcode: Add G_BEGIN_DECLS/G_END_DECLS in case someone wants to include gst_ios_init.h from C++
Diffstat (limited to 'data/xcode')
-rw-r--r--data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h b/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h
index 4a1fa52d..954a3efe 100644
--- a/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h
+++ b/data/xcode/templates/ios/GStreamer Base.xctemplate/gst_ios_init.h
@@ -3,6 +3,8 @@
#include <gst/gst.h>
+G_BEGIN_DECLS
+
/* Uncomment each line to enable the plugin categories that your application needs.
* You can also enable individual plugins. See gst_ios_init.c to see their names
**/
@@ -11,4 +13,6 @@
void gst_ios_init ();
+G_END_DECLS
+
#endif