vala r1143 - in trunk: . vapi



Author: juergbi
Date: Fri Mar 21 10:15:14 2008
New Revision: 1143
URL: http://svn.gnome.org/viewvc/vala?rev=1143&view=rev

Log:
2008-03-21  Juerg Billeter  <j bitron ch>

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


Modified:
   trunk/ChangeLog
   trunk/vapi/glib-2.0.vapi

Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi	(original)
+++ trunk/vapi/glib-2.0.vapi	Fri Mar 21 10:15:14 2008
@@ -2102,7 +2102,7 @@
 	}
 
 	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;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]