girparser: Don't mark simple-type out-parameters with '?' as nullable
commit66add49aee031caf43ec144d0ed91bb9a3c22c25
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 11 Dec 2017 08:08:25 +0000 (11 09:08 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 11 Dec 2017 08:08:25 +0000 (11 09:08 +0100)
treef563a25b525b5c46696b2d8454b73af4f7bba7c4
parent74ccd4688bf9c1d5e81fb519e98d7f3e2bd8a4e1
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