v0.2.2
2020-01-27: version 0.2.2
- Add Guile 3.0 to configure
- Callback fixes (#68, #70)
- Prevent garbage collection of callbacks before use
- Fix unpacking of integers in callbacks
- Harmonize the calling convention of callback parameters
with the calling convention of introspected C functions
- Some support for GHashTable types (#56)
- Improvements to autogenerated documentation (#50)
- Bug fixes