]> git.ipfire.org Git - thirdparty/vala.git/commit
Consistently use get_ccode_lower_case_prefix() for function names
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 14 Jun 2020 06:59:51 +0000 (08:59 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 14 Jun 2020 07:44:34 +0000 (09:44 +0200)
commit6e08f06c9faf8515f76c8079c80b328c0a030d40
treed864da8164d8091900c25f889f06e5af7f763c93
parent485beb1f34bdba917dc035cd29fa871cf0ff9581
Consistently use get_ccode_lower_case_prefix() for function names

Create the expected name for "constructor" and "finalize" functions
which are non-public API.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/1008
codegen/valagobjectmodule.vala
codegen/valagtypemodule.vala
libvaladoc/api/class.vala
tests/Makefile.am
tests/objects/class-ccode-cprefix.vala [new file with mode: 0644]