vala r2135 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r2135 - in trunk: . vapi
- Date: Fri, 12 Dec 2008 07:52:39 +0000 (UTC)
Author: juergbi
Date: Fri Dec 12 07:52:39 2008
New Revision: 2135
URL: http://svn.gnome.org/viewvc/vala?rev=2135&view=rev
Log:
2008-12-12 JÃrg Billeter <j bitron ch>
* vapi/curses.vapi:
Add missing [Compact]
Modified:
trunk/ChangeLog
trunk/vapi/curses.vapi
Modified: trunk/vapi/curses.vapi
==============================================================================
--- trunk/vapi/curses.vapi (original)
+++ trunk/vapi/curses.vapi Fri Dec 12 07:52:39 2008
@@ -55,6 +55,7 @@
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 @@
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 @@
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")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]