summaryrefslogtreecommitdiff
path: root/tests/objects/signals-lambda-delegate-2.c-expected
Commit message (Collapse)AuthorAgeFilesLines
* codegen: Fix usage of lambda-expression from delegate initializerRico Tzschichholz2023-04-131-0/+1194
Unset delegate-type if a lambda-expression handler was found to use the correct code paths. Fixes https://gitlab.gnome.org/GNOME/vala/issues/1428