hugopl / gi-crystal

Tool to generate Crystal bindings for gobject-based libraries (i.e. GTK)
BSD 3-Clause "New" or "Revised" License
45 stars 3 forks source link

Fix array of string properties. #118

Closed hugopl closed 1 year ago

hugopl commented 1 year ago

And probably other non-nullable array properties.

Tests already exists but the bug was hidden by the existence of a setter method that was overwriting the buggy property setter method.