summaryrefslogtreecommitdiff
path: root/tests/basic-types/gvariants-unboxing-safe.c-expected
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+4
| | | | | This better reflects purpose of relevant variables, especially given that they aren't volatile anymore on GLib 2.68+.
* codegen: Use a dedicated EmitContext for _variant_get*() functionsRico Tzschichholz2021-12-131-285/+285
|
* tests: Add expected generated C sourcesRico Tzschichholz2021-07-161-0/+734