[vala/0.30] glib-2.0: Fix g_unix_open_pipes binding



commit 50e9c5f3c7155ef422d1db8bf370ecbd8c992f74
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.
    
    (cherry picked from commit 9cea1ed9ddf6af83357bb4fdd95dcfc4742423ed)

 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]