summaryrefslogtreecommitdiff
path: root/tests/objects/signals-generic-return.c-expected
Commit message (Collapse)AuthorAgeFilesLines
* 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: Initialize "result" variable on declaration for abstract methods onlyRico Tzschichholz2022-01-031-4/+4
|
* codegen: Initialize type parameter properties for generics earlierRico Tzschichholz2021-12-141-1/+1
| | | | | | | If g_object_new() is used then additionally initialize type parameter properties with it. Fixes https://gitlab.gnome.org/GNOME/vala/issues/67
* vala: Fix signals with generic returnRico Tzschichholz2021-11-261-0/+421
In addition to 36999b5ffd63cc56a8648791b02bf07e7da88077