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 compilation for vfuncs returning nullable objects or strings. #104

Closed hugopl closed 1 year ago

hugopl commented 1 year ago

I didn't fix https://github.com/hugopl/gi-crystal/issues/102 also in this branch just for lack of time to write tests, but it's very easy to fix, just a small change in convert_to_lib function.

This PR also add GI information to vfunc's to easy debugging.

Fix #103