[vala] gstreamer-0.10: Add type_id for Gst.Structure.



commit 6aa05c5c31416274ea88ff8af7e62018d5069b9e
Author: Evan Nemerson <evan coeus-group com>
Date:   Wed Dec 23 23:38:15 2009 -0800

    gstreamer-0.10: Add type_id for Gst.Structure.

 vapi/gstreamer-0.10.vapi                           |    2 +-
 .../gstreamer-0.10/gstreamer-0.10-custom.vala      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi
index 0ea2d47..33897d0 100644
--- a/vapi/gstreamer-0.10.vapi
+++ b/vapi/gstreamer-0.10.vapi
@@ -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;
diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala b/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
index c1ca97f..ca2cf22 100644
--- a/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
+++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
@@ -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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]