summaryrefslogtreecommitdiff
path: root/tests/genie/class-abstract.c-expected
Commit message (Collapse)AuthorAgeFilesLines
* Update c-expectedwip/issue/601Rico Tzschichholz2022-01-101-11/+13
|
* codegen: Use __once instead of __volatile in generated codeVal Och2022-01-031-8/+8
| | | | | This better reflects purpose of relevant variables, especially given that they aren't volatile anymore on GLib 2.68+.
* genie: Accept accessibility and async modifiers on "construct" creation methodsRico Tzschichholz2021-11-231-0/+619
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1235