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
+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/:
[CCode (cname = "taglib_file_tag")]
get;
}
- public /*immutable*/ unowned AudioProperties audioproperties {
+ public unowned AudioProperties audioproperties {
[CCode (cname = "taglib_file_audioproperties")]
get;
}
[CCode (free_function = "", cname = "TagLib_AudioProperties")]
[Compact]
+ [Immutable]
public class AudioProperties
{
public int length {