]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix gst_version binding, patch by Evan Nemerson, fixes bug 564669
authorJürg Billeter <j@bitron.ch>
Tue, 16 Dec 2008 21:20:50 +0000 (21:20 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Tue, 16 Dec 2008 21:20:50 +0000 (21:20 +0000)
2008-12-16  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gstreamer-0.10/:

Fix gst_version binding, patch by Evan Nemerson, fixes bug 564669

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=2189

ChangeLog
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index d46717a595262e15f9312d41f751d91ab6f838a5..07ea07e777e95874d3bcef8ac25c7254d9bc118f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-16  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/packages/gstreamer-0.10/:
+
+       Fix gst_version binding, patch by Evan Nemerson, fixes bug 564669
+
+       * vapi/gstreamer-0.10.vapi: regenerated
+
 2008-12-16  Jürg Billeter  <j@bitron.ch>
 
        * vala/valaclass.vala:
index d3f08fcdef6766f0f941050fdc6371020586d330..de82c0d21dfebab1baea8cb43aed7a1b313b5e76 100644 (file)
@@ -2394,7 +2394,7 @@ namespace Gst {
        [CCode (cheader_filename = "gst/gst.h")]
        public static weak Gst.MiniObject value_dup_mini_object (Gst.Value value);
        [CCode (cheader_filename = "gst/gst.h")]
-       public static void version (uint major, uint minor, uint micro, uint nano);
+       public static void version (out uint major, out uint minor, out uint micro, out uint nano);
        [CCode (cheader_filename = "gst/gst.h")]
        public static string version_string ();
 }
index 273ac916081d0929476a4ec6260f50079bbcb3b9..0b00f397ddae095c0fbf2dab7af6da234a51b9be 100644 (file)
@@ -310,6 +310,10 @@ gst_value_set_structure hidden="1"
 gst_value_subtract hidden="1"
 gst_value_take_mini_object hidden="1"
 gst_value_union hidden="1"
+gst_version.major is_out="1"
+gst_version.minor is_out="1"
+gst_version.micro is_out="1"
+gst_version.nano is_out="1"
 GStaticRecMutex name="pointer"
 GstTypeFind.get_length hidden="1"
 GstTypeFind.peek hidden="1"