summaryrefslogtreecommitdiff
path: root/tests/structs/structs.c-expected
Commit message (Collapse)AuthorAgeFilesLines
* codegen: Stabilize CCode.cname for backing method of lamdba expressionRico Tzschichholz2023-04-061-6/+6
| | | | Move lambda_id generation to CCodeAttribute and use _vala_lambda%d_ pattern
* tests: Update c-expectedwszqkzqk2023-01-111-1/+1
|
* codegen: Emit G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC() for structsRico Tzschichholz2022-02-241-0/+1
| | | | Fixes https://gitlab.gnome.org/GNOME/vala/issues/1293
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-031-20/+20
| | | | | 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/+508