From: Jürg Billeter Date: Wed, 7 Jan 2009 20:48:29 +0000 (+0000) Subject: Fix TagLib_AudioProperties binding, patch by Andreas Brauchli, fixes bug X-Git-Tag: VALA_0_5_4~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66363b6dec19dd1f571e20a1396dd48458ae532;p=thirdparty%2Fvala.git Fix TagLib_AudioProperties binding, patch by Andreas Brauchli, fixes bug 2009-01-07 Jürg Billeter * vapi/taglib_c.vapi: Fix TagLib_AudioProperties binding, patch by Andreas Brauchli, fixes bug 566919 svn path=/trunk/; revision=2287 --- diff --git a/ChangeLog b/ChangeLog index 9f171f19b..2b4a046ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-07 Jürg Billeter + + * vapi/taglib_c.vapi: + + Fix TagLib_AudioProperties binding, patch by Andreas Brauchli, + fixes bug 566919 + 2009-01-07 Jürg Billeter * vapi/packages/gtk+-2.0/: diff --git a/vapi/taglib_c.vapi b/vapi/taglib_c.vapi index c690e725b..19db6ed5d 100644 --- a/vapi/taglib_c.vapi +++ b/vapi/taglib_c.vapi @@ -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 {