summaryrefslogtreecommitdiff
path: root/tests/objects/property-array.vala
Commit message (Collapse)AuthorAgeFilesLines
* codegen: Support gobject property of null-terminated array without lengthRico Tzschichholz2019-10-021-0/+84
Properly evaluate given array_length and array_null_terminated attributes on properties to create the expected API. Fixes https://gitlab.gnome.org/GNOME/vala/issues/855