]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix TagLib_AudioProperties binding, patch by Andreas Brauchli, fixes bug
authorJürg Billeter <j@bitron.ch>
Wed, 7 Jan 2009 20:48:29 +0000 (20:48 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Wed, 7 Jan 2009 20:48:29 +0000 (20:48 +0000)
2009-01-07  Jürg Billeter  <j@bitron.ch>

* vapi/taglib_c.vapi:

Fix TagLib_AudioProperties binding, patch by Andreas Brauchli,
fixes bug 566919

svn path=/trunk/; revision=2287

ChangeLog
vapi/taglib_c.vapi

index 9f171f19bd7f6e05f6564961fbeb5ef5d8e825b2..2b4a046ee3beb1aef6eaf0815704e4e3d4912199 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-07  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/taglib_c.vapi:
+
+       Fix TagLib_AudioProperties binding, patch by Andreas Brauchli,
+       fixes bug 566919
+
 2009-01-07  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/gtk+-2.0/:
index c690e725b61c23cf4eb20369646ba73ad3c85b2d..19db6ed5dc563574b03f681c63fadcb3117b2d6d 100644 (file)
@@ -43,7 +43,7 @@ namespace TagLib
                        [CCode (cname = "taglib_file_tag")]
                        get;
                }
-               public /*immutable*/ unowned AudioProperties audioproperties {
+               public unowned AudioProperties audioproperties {
                        [CCode (cname = "taglib_file_audioproperties")]
                        get;
                }
@@ -95,6 +95,7 @@ namespace TagLib
 
        [CCode (free_function = "", cname = "TagLib_AudioProperties")]
        [Compact]
+       [Immutable]
        public class AudioProperties
        {
                public int length {