]> git.ipfire.org Git - thirdparty/vala.git/commit
vala: Respect --abi-stability in Class/Interface.accept_children()
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 5 Oct 2019 20:47:48 +0000 (22:47 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 16 Oct 2019 12:23:32 +0000 (14:23 +0200)
commit2661221908acffc5607b5c16ff6f217ecd4c1926
tree2f2f5044254994a1aee3ffdb633c3e33866264a6
parent40dbdc2ad890bab89d32fd6f36465637330aacb1
vala: Respect --abi-stability in Class/Interface.accept_children()

Add common implementation to ObjectTypeSymbol.accept_children() and match
generate_class_struct_declaration() and generate_interface_declaration()

Accepting fields earlier for interfaces in not a concern while there is
no support for instance/class fields yet.
vala/valaclass.vala
vala/valainterface.vala
vala/valaobjecttypesymbol.vala