add support for instance delegates, fixes bug 508734
authorJuerg Billeter <j@bitron.ch>
Mon, 14 Jan 2008 20:47:21 +0000 (20:47 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 14 Jan 2008 20:47:21 +0000 (20:47 +0000)
commit9b2aa0e3d3cd88549934ce69a22fd78bcda8a548
tree2d1aec6bce8483317d922e9ac6fb29f3cfe08f4f
parent7966116eeff1a65de4a139a1f504bed23f023d18
add support for instance delegates, fixes bug 508734

2008-01-14  Juerg Billeter  <j@bitron.ch>

* vala/parser.y, vala/valainvocationexpression.vala,
  gobject/valaccodegenerator.vala,
  gobject/valaccodegeneratorinvocationexpression.vala,
  gobject/valaccodegeneratormethod.vala: add support for instance
  delegates, fixes bug 508734

* tests/delegates.exp, tests/delegates.vala: test instance delegates

svn path=/trunk/; revision=837
ChangeLog
gobject/valaccodegenerator.vala
gobject/valaccodegeneratorinvocationexpression.vala
gobject/valaccodegeneratormethod.vala
tests/delegates.exp
tests/delegates.vala
vala/parser.y
vala/valainvocationexpression.vala