vala r1811 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1811 - in trunk: . vapi
- Date: Sun, 28 Sep 2008 13:35:58 +0000 (UTC)
Author: juergbi
Date: Sun Sep 28 13:35:58 2008
New Revision: 1811
URL: http://svn.gnome.org/viewvc/vala?rev=1811&view=rev
Log:
2008-09-28 JÃrg Billeter <j bitron ch>
* vapi/glib-2.0.vapi:
Fix fopen and fdopen bindings, patch by Marc-Andrà Lureau
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 Sep 28 13:35:58 2008
@@ -2420,9 +2420,9 @@
[CCode (cname = "FILE", free_function = "fclose", cheader_filename = "stdio.h")]
public class FileStream {
[CCode (cname = "fopen")]
- public static FileStream open (string path, string mode);
+ public static FileStream? open (string path, string mode);
[CCode (cname = "fdopen")]
- public static FileStream fdopen (int fildes, string mode);
+ public static FileStream? fdopen (int fildes, string mode);
[CCode (cname = "fprintf")]
[PrintfFormat ()]
public void printf (string format, ...);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]