vala r1586 - in trunk: . vapi



Author: juergbi
Date: Sun Jun 15 20:31:57 2008
New Revision: 1586
URL: http://svn.gnome.org/viewvc/vala?rev=1586&view=rev

Log:
2008-06-15  JÃrg Billeter  <j bitron ch>

	* vapi/taglib_c.vapi:

	Use [Compact] attribute, patch by Levi Bard, fixes bug 536987


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	Sun Jun 15 20:31:57 2008
@@ -24,6 +24,7 @@
 namespace TagLib
 {
 	[CCode (free_function = "taglib_file_free", lower_case_cprefix = "taglib_file_")]
+	[Compact]
 	public class File
 	{
 		[CCode (cname = "taglib_file_new")]
@@ -38,6 +39,7 @@
 	}
 
 	[CCode (free_function = "", lower_case_cprefix = "taglib_tag_")]
+	[Compact]
 	public class Tag
 	{
 		public weak string title();
@@ -58,6 +60,7 @@
 	}
 
 	[CCode (free_function = "", cname = "TagLib_AudioProperties", cprefix = "taglib_audioproperties_")]
+	[Compact]
 	public class AudioProperties
 	{
 		public int length ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]