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

Implement interface cast. #135

Closed hugopl closed 9 months ago

hugopl commented 9 months ago

This means we can now use the Editable interface to handle input of adwaita preferences dialogs.

Fixes #132