summaryrefslogtreecommitdiff
path: root/tests/methods/parameter-fixed-array-initializer.c-expected
Commit message (Collapse)AuthorAgeFilesLines
* tests: Update c-expectedwszqkzqk2023-01-111-1/+1
|
* codegen: Write array length of formal parameters with fixed lengthRico Tzschichholz2022-01-261-4/+4
| | | | "void foo (gint i[3]) { ... }" instead of "void foo (gint* i) { ... }"
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-031-4/+4
| | | | | This better reflects purpose of relevant variables, especially given that they aren't volatile anymore on GLib 2.68+.
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-161-0/+126