Skip to content

v0.3.1

Compare
Choose a tag to compare
@spk121 spk121 released this 03 Jan 15:00
· 116 commits to master since this release
9a1a317

2020-12-31: version 0.3.1

  • Marshall GValues containing pointers
  • Add compatibility functions for guile-cairo
  • Marshall GValues containing boxed types
  • Handle in/out GClosures (#82, #83)
  • Allow the return of multiple values from signal handlers
  • Fix errors associated with defining properties of GObject or GInterface
    classes
  • Fix crash caused by passing NULL values to GClosures (#102)
  • Improve handling of the loading of shared libraries, reducing the
    incidence of problems caused when guile-gi loads a different GLib
    or GObject version than the one a dlopened library may depend on
  • Handle some GInterface types
  • Marshall arrays of GTypes
  • Add a workaround for 'make check' failures in Guix environments