]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Add missing [Compact]
authorJürg Billeter <j@bitron.ch>
Fri, 12 Dec 2008 07:52:39 +0000 (07:52 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 12 Dec 2008 07:52:39 +0000 (07:52 +0000)
2008-12-12  Jürg Billeter  <j@bitron.ch>

* vapi/curses.vapi:

Add missing [Compact]

svn path=/trunk/; revision=2135

ChangeLog
vapi/curses.vapi

index c240a566916b058133d05543f4c72a6ca050e60b..f0c0813f35258ea5f9a24fff21a40b91d3b84ae1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-12  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/curses.vapi:
+
+       Add missing [Compact]
+
 2008-12-11  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/libsoup-2.4/:
index be903089b57926bf4df26febc2b1cf8113ceff48..d469ad74dcd668bcfd0cc31573cc0768cb563ac9 100644 (file)
@@ -55,6 +55,7 @@ namespace Curses {
 
        public const int ESCDELAY;
 
+       [Compact]
        [CCode (copy_function = "dupwin", free_function = "delwin", cname = "WINDOW", cprefix = "")]
        public class Window {
                public int box(ulong verch, ulong horch);
@@ -255,6 +256,7 @@ namespace Curses {
                public int vline(ulong ch, int n);
        }
 
+       [Compact]
        [CCode (copy_function = "dupwin", free_function = "delwin", cname = "WINDOW", cprefix = "")]
        public class Pad : Window {
                [CCode (cname = "newpad")]
@@ -267,6 +269,7 @@ namespace Curses {
                public int refresh(int pminrow, int pmincol, int sminrow, int smincol, int smaxrow, int smaxcol);
        }
 
+       [Compact]
        [CCode (free_function = "delscreen", cname = "SCREEN", cprefix = "")]
        public class Screen {
                [CCode (cname = "newterm")]