diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-13 10:06:57 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2013-05-13 10:06:57 +0200 |
commit | 07e3b69d637f44577044a8a5dfee4556affc7bf4 (patch) | |
tree | b2546a86d28f5cf8d422ce1f91901f49b7432b0f /data/xcode | |
parent | a887ab8523486b259c1f264c5c3e0fdd8409451f (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.h | 4 |
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 |