Bug 558068 – when invoking a method, offset the in arguments by one, not
authorJohan Bilien <jobi@via.ecp.fr>
Mon, 27 Oct 2008 15:03:18 +0000 (15:03 +0000)
committerJohan Bilien <jobi@src.gnome.org>
Mon, 27 Oct 2008 15:03:18 +0000 (15:03 +0000)
commit98da4ca45e09945440ee42112e6b808ea0c89bfc
tree7692559d990e14663460ccbb2e502f8d3f626cca
parentfa1fa9c5e7a02f3efa8a623acec9bba2a119469b
Bug 558068 – when invoking a method, offset the in arguments by one, not

2008-10-27  Johan Bilien  <jobi@via.ecp.fr>

Bug 558068 – when invoking a method, offset the in arguments by one,
not the out

* tests/invoke/invoke.c, tests/invoke/testfns.c,
tests/invoke/testfns-1.0.gir: Add testing of method and constructor.
* girepository/ginvoke.c: do not offset the index of given out
arguments by one for methods, "this" is provided as in argument only.

svn path=/trunk/; revision=820
ChangeLog
girepository/ginvoke.c
tests/invoke/invoke.c
tests/invoke/testfns-1.0.gir
tests/invoke/testfns.c