Skip to content

v0.2.2

Compare
Choose a tag to compare
@spk121 spk121 released this 26 Jan 02:07
· 295 commits to master since this release

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