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

Remove hardcoded calls to g_object_ref from generator. #123

Closed hugopl closed 1 year ago

hugopl commented 1 year ago

Bindings now need to implement GICrystal.ref for their types, GICrystal provides implementations for GObject and GParamSpec.