[vala] glib-2.0: Fix g_unix_open_pipes binding
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] glib-2.0: Fix g_unix_open_pipes binding
- Date: Mon, 23 Nov 2015 08:56:49 +0000 (UTC)
commit 9cea1ed9ddf6af83357bb4fdd95dcfc4742423ed
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Nov 22 21:49:31 2015 +0100
glib-2.0: Fix g_unix_open_pipes binding
Fixes bug 751291.
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 0d71c48..af183d6 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -5131,7 +5131,7 @@ namespace GLib {
}
[CCode (cheader_filename = "glib-unix.h")]
- public static bool open_pipe (int fds, int flags) throws GLib.Error;
+ public static bool open_pipe ([CCode (array_length = false, array_null_terminated = false)]
int[] fds, int flags) throws GLib.Error;
[CCode (cheader_filename = "glib-unix.h")]
public static bool set_fd_nonblocking (int fd, bool nonblock) throws GLib.Error;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]