vala r2287 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r2287 - in trunk: . vapi
- Date: Wed, 7 Jan 2009 20:48:29 +0000 (UTC)
Author: juergbi
Date: Wed Jan 7 20:48:29 2009
New Revision: 2287
URL: http://svn.gnome.org/viewvc/vala?rev=2287&view=rev
Log:
2009-01-07 JÃrg Billeter <j bitron ch>
* vapi/taglib_c.vapi:
Fix TagLib_AudioProperties binding, patch by Andreas Brauchli,
fixes bug 566919
Modified:
trunk/ChangeLog
trunk/vapi/taglib_c.vapi
Modified: trunk/vapi/taglib_c.vapi
==============================================================================
--- trunk/vapi/taglib_c.vapi (original)
+++ trunk/vapi/taglib_c.vapi Wed Jan 7 20:48:29 2009
@@ -43,7 +43,7 @@
[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 @@
[CCode (free_function = "", cname = "TagLib_AudioProperties")]
[Compact]
+ [Immutable]
public class AudioProperties
{
public int length {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]