vala r1088 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1088 - in trunk: . vapi
- Date: Sun, 2 Mar 2008 12:54:49 +0000 (GMT)
Author: juergbi
Date: Sun Mar 2 12:54:49 2008
New Revision: 1088
URL: http://svn.gnome.org/viewvc/vala?rev=1088&view=rev
Log:
2008-03-02 Juerg Billeter <j bitron ch>
* vapi/glib-2.0.vapi: add binding for fflush
Modified:
trunk/ChangeLog
trunk/vapi/glib-2.0.vapi
Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi (original)
+++ trunk/vapi/glib-2.0.vapi Sun Mar 2 12:54:49 2008
@@ -2013,6 +2013,8 @@
public bool eof ();
[CCode (cname = "fscanf")]
public int scanf (string format, ...);
+ [CCode (cname = "fflush")]
+ public int flush ();
}
[CCode (cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]