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

Support nilable string properties. #160

Closed hugopl closed 1 month ago

hugopl commented 1 month ago

#prop? : String? and #prop=(value : Nil) methods are added for string properties.