]> git.ipfire.org Git - thirdparty/vala.git/commit
girparser: Don't mark simple-type out-parameters with '?' as nullable
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 11 Dec 2017 08:08:25 +0000 (09:08 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 11 Dec 2017 08:52:31 +0000 (09:52 +0100)
commit700ed995083d32f33b67cf1d4c58bf58f1251949
tree6b636847a5d9dc965fd5ef0033a75e44a2117b30
parent89b26330fdf235563215e48226d58a8e6fde0ac1
girparser: Don't mark simple-type out-parameters with '?' as nullable

Using '?' on simple-types has a different meaning in vala and would create
a boxed-type which is not compatible with the original type.
vala/valagirparser.vala