GNOME Bugzilla – Bug 641512
local_command_line "arguments" argument is a string instead of an array of strings.
Last modified: 2011-02-10 09:50:48 UTC
The argument "arguments" in the virtual "local_command_line" function (Gio) is an string, meanwhile in C is an array of strings. Vala's argument should be an array of strings too. See sources for C: http://git.gnome.org/browse/glib/tree/gio/gapplication.c#n245 and for Vala: http://git.gnome.org/browse/vala/tree/vapi/gio-2.0.vapi#n77
commit ac47799a0c9162cacecb913be6d56b12b2310639 Author: Jürg Billeter <j@bitron.ch> Date: Mon Feb 7 10:32:37 2011 +0100 gio-2.0: Fix g_application_local_command_line binding Fixes bug 641512.