[vala] glib-2.0: use g_fopen for FileStream.open
- From: Evan Nemerson <evann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] glib-2.0: use g_fopen for FileStream.open
- Date: Sat, 9 Feb 2013 06:34:45 +0000 (UTC)
commit 22ff17195ee59040d6ef07f0b8ca224e7c533554
Author: Evan Nemerson <evan coeus-group com>
Date: Fri Feb 8 22:31:45 2013 -0800
glib-2.0: use g_fopen for FileStream.open
Fixes bug 691622.
vapi/glib-2.0.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 4857714..44562b3 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -2989,7 +2989,7 @@ namespace GLib {
[CCode (cname = "EOF", cheader_filename = "stdio.h")]
public const int EOF;
- [CCode (cname = "fopen")]
+ [CCode (cname = "g_fopen")]
public static FileStream? open (string path, string mode);
[CCode (cname = "fdopen")]
public static FileStream? fdopen (int fildes, string mode);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]