]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
fix g_shell_parse_argv binding, fixes bug 523277
authorJuerg Billeter <j@bitron.ch>
Fri, 21 Mar 2008 10:15:14 +0000 (10:15 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 21 Mar 2008 10:15:14 +0000 (10:15 +0000)
2008-03-21  Juerg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi: fix g_shell_parse_argv binding,
  fixes bug 523277

svn path=/trunk/; revision=1143

ChangeLog
vapi/glib-2.0.vapi

index 6a34c5d1f2148fb2ff6e4b2f3ee896a0af16b415..b6146dcbe7b1ed8702a1eff82b40d6ac31ec6d3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-21  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/glib-2.0.vapi: fix g_shell_parse_argv binding,
+         fixes bug 523277
+
 2008-03-21  Jürg Billeter  <j@bitron.ch>
 
        * vapi/glib-2.0.vapi: fix g_mutex_trylock binding, fixes bug 523086
index 39700d7eeda42751934219696a9ae048b5959cdd..0ec9cdec655358f40183f28f136eaaab17ac7297 100644 (file)
@@ -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;
        }