+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/:
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);
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")]
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")]