Hi Émilien, On Tue, 2008-01-15 at 15:26 +0100, Émilien Tlapale wrote: > Anyway, why in OptionContext's method : > > public bool parse (out string[] argv) throws OptionError; > > argv is out? Shouldn't it be a ref?
Yes, it should be ref, as it's an in/out parameter. I've already fixed this in SVN a week ago. Jürg _______________________________________________ Vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
