]> git.ipfire.org Git - thirdparty/vala.git/commit
girparser: Recognize usage of dev_t/gid_t/pid_t/uid_t/socklen_t and don't rely on...
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 18 Mar 2024 15:23:24 +0000 (16:23 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 22 Mar 2024 09:31:55 +0000 (10:31 +0100)
commit935260ceb87a4d744509f5624be9035ab2299de9
treeac23194de2253b2cf512dde0b85a3576b4a7a528
parent6d5191fdbc9d39bca33483d3f913775ac6509a11
girparser: Recognize usage of dev_t/gid_t/pid_t/uid_t/socklen_t and don't rely on given GIR type
13 files changed:
tests/Makefile.am
tests/gir/dev_t.gir [new file with mode: 0644]
tests/gir/dev_t.vapi-expected [new file with mode: 0644]
tests/gir/gid_t.gir [new file with mode: 0644]
tests/gir/gid_t.vapi-expected [new file with mode: 0644]
tests/gir/pid_t.gir [new file with mode: 0644]
tests/gir/pid_t.vapi-expected [new file with mode: 0644]
tests/gir/socklen_t.gir [new file with mode: 0644]
tests/gir/socklen_t.vapi-expected [new file with mode: 0644]
tests/gir/uid_t.gir [new file with mode: 0644]
tests/gir/uid_t.vapi-expected [new file with mode: 0644]
vala/valagirparser.vala
vapi/glib-2.0.vapi