]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-0.10: Add type_id for Gst.Structure.
authorEvan Nemerson <evan@coeus-group.com>
Thu, 24 Dec 2009 07:38:15 +0000 (23:38 -0800)
committerEvan Nemerson <evan@coeus-group.com>
Thu, 24 Dec 2009 07:39:31 +0000 (23:39 -0800)
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala

index 0ea2d479989dc332417563b0536b85e0397524cd..33897d0bb26c2cd468d966bd933bf31c8aea8d84 100644 (file)
@@ -1167,7 +1167,7 @@ namespace Gst {
        }
        [Compact]
        [Immutable]
-       [CCode (copy_function = "gst_structure_copy", cheader_filename = "gst/gst.h")]
+       [CCode (copy_function = "gst_structure_copy", type_id = "GST_TYPE_STRUCTURE", cheader_filename = "gst/gst.h")]
        public class Structure {
                public weak GLib.Array fields;
                public GLib.Quark name;
index c1ca97fe6539e6fbb51b2eee1f1085d20dcba90f..ca2cf2253af4ebc9f656f9db0f7c2d0da0dcccfb 100644 (file)
@@ -117,7 +117,7 @@ namespace Gst {
 
        [Compact]
        [Immutable]
-       [CCode (copy_function = "gst_structure_copy", cheader_filename = "gst/gst.h")]
+       [CCode (copy_function = "gst_structure_copy", type_id = "GST_TYPE_STRUCTURE", cheader_filename = "gst/gst.h")]
        public class Structure {
                [CCode (cname = "gst_structure_empty_new", has_construct_function = false)]
                public Structure.empty (string name);