]> git.ipfire.org Git - thirdparty/vala.git/commit
codegen: Use real_get/set_* functions as helpers for NoAccessorMethod props
authorLuca Bruno <lucabru@src.gnome.org>
Thu, 1 Sep 2011 14:59:52 +0000 (16:59 +0200)
committerJürg Billeter <j@bitron.ch>
Wed, 30 Nov 2011 13:17:40 +0000 (14:17 +0100)
commitd280ea94caeb9eefd0400c440e1bd5b16a0773f9
tree0f380c6534306e50beb9aa1ae40cb3535a8b7751
parent097abff7a4da8e65f2e52cfccd20b05db52f668b
codegen: Use real_get/set_* functions as helpers for NoAccessorMethod props

If the base property has no accessors the class->vfunc are not defined
so we can only use our accessors. With this commit we exploit the
already defined real_get and real_set functions.

Fixes bug 658006.
codegen/valagobjectmodule.vala