]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Support gobject property of delegates not carrying their target
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 2 Oct 2019 13:01:07 +0000 (15:01 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 3 Oct 2019 13:14:33 +0000 (15:14 +0200)
commit2e6f652e868aa3c3f6be53f6cafd484ffb39b4bd
tree26f3b43f8b0537c278587320feeb59b87d79774d
parentbab871f3a10c124465db5c47f1815bacd99e728f
codegen: Support gobject property of delegates not carrying their target

Properly evaluate given delegate_target attribute on properties to create
the expected API.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/856
codegen/valaccodebasemodule.vala
codegen/valaccodememberaccessmodule.vala
codegen/valagtypemodule.vala
tests/Makefile.am
tests/objects/property-delegate.vala [new file with mode: 0644]
vala/valapropertyaccessor.vala
vala/valasemanticanalyzer.vala