]> git.ipfire.org Git - thirdparty/vala.git/commit
girparser: Respect given lower_case_cprefix metadata all the way
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 1 Mar 2025 18:24:43 +0000 (19:24 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 1 Mar 2025 18:24:43 +0000 (19:24 +0100)
commitb42fd41a0a167b8c5f65bf15330a469a6d4a98c8
treec3ab14d72a78022bcd9547cf6fd7f81d5ebe8b53
parent32fabbe78a06a9cc46f67305dd51d1babd58e6d4
girparser: Respect given lower_case_cprefix metadata all the way

GIR allows to define multiple prefixes in "c:identifier-prefixes".
Vala is blindly taking the first one which worked well so far, but
can go very wrong. So allow overriding this information of the
root namespace for real.
vala/valagirparser.vala