Fix iteration over out parameters after invoking a function.
authorXan Lopez <xan@gnome.org>
Mon, 22 Jun 2009 12:18:36 +0000 (15:18 +0300)
committerTim Horton <hortont424@gmail.com>
Sat, 18 Jul 2009 23:27:29 +0000 (19:27 -0400)
commit249a26bd0774ff7a3c45c295c1b355ab015981c1
tree740686c7a7de6da6320d9706a75ec666f01c3d14
parentcb2a4316ccf6c7fc923bbc9ccde1072d83b1e994
Fix iteration over out parameters after invoking a function.

We were using the same index to iterate over both in and out arrays,
but since they are different arrays both starting at 0 we need to use
two variables.

On top of that, use out_args as the arguments source, since that's the
array that we pass to g_function_info_invoke.
libseed/seed-engine.c