Use [Compact] attribute, patch by Levi Bard, fixes bug 536987
authorJürg Billeter <j@bitron.ch>
Sun, 15 Jun 2008 20:31:57 +0000 (20:31 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sun, 15 Jun 2008 20:31:57 +0000 (20:31 +0000)
2008-06-15  Jürg Billeter  <j@bitron.ch>

* vapi/taglib_c.vapi:

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

svn path=/trunk/; revision=1586

ChangeLog
vapi/taglib_c.vapi

index ee4cfa4..28308c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-06-15  Jürg Billeter  <j@bitron.ch>
 
+       * vapi/taglib_c.vapi:
+
+       Use [Compact] attribute, patch by Levi Bard, fixes bug 536987
+
+2008-06-15  Jürg Billeter  <j@bitron.ch>
+
        * vapi/Makefile.am
        * vapi/gdk-pixbuf-2.0.deps:
        * vapi/packages/atk/:
index 01ff9e4..a5c0145 100644 (file)
@@ -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 @@ namespace TagLib
        }
 
        [CCode (free_function = "", lower_case_cprefix = "taglib_tag_")]
+       [Compact]
        public class Tag
        {
                public weak string title();
@@ -58,6 +60,7 @@ namespace TagLib
        }
 
        [CCode (free_function = "", cname = "TagLib_AudioProperties", cprefix = "taglib_audioproperties_")]
+       [Compact]
        public class AudioProperties
        {
                public int length ();