From 65bda1e40abb76fde528f56576dc9a62292ecba3 Mon Sep 17 00:00:00 2001 From: Juerg Billeter Date: Fri, 21 Mar 2008 10:15:14 +0000 Subject: [PATCH] fix g_shell_parse_argv binding, fixes bug 523277 2008-03-21 Juerg Billeter * vapi/glib-2.0.vapi: fix g_shell_parse_argv binding, fixes bug 523277 svn path=/trunk/; revision=1143 --- ChangeLog | 5 +++++ vapi/glib-2.0.vapi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a34c5d..b6146dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-03-21 Jürg Billeter + * vapi/glib-2.0.vapi: fix g_shell_parse_argv binding, + fixes bug 523277 + +2008-03-21 Jürg Billeter + * vapi/glib-2.0.vapi: fix g_mutex_trylock binding, fixes bug 523086 2008-03-21 Jürg Billeter diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 39700d7..0ec9cde 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -2102,7 +2102,7 @@ namespace GLib { } public static class Shell { - public static bool parse_argv (string! command_line, out int argcp, out string[] argvp) throws ShellError; + public static bool parse_argv (string! command_line, [CCode (array_length_pos = 1.9)] out string[] argvp) throws ShellError; public static string! quote (string! unquoted_string); public static string! unquote (string! quoted_string) throws ShellError; } -- 2.7.4