Skip to content

v0.18.0

Compare
Choose a tag to compare
@hugopl hugopl released this 19 Sep 21:47
· 39 commits to main since this release

Fixed

  • Fix compilation with glibs2 2.78 and gobj introspection 1.78 (#125).
  • Increase reference of transfer full interface parameters (#122).
  • Check if object is null before increase its reference (#119).
  • Fix array of string properties (#118).

Changed

  • Remove hardcoded g_object_ref calls, binding authors now need to implement
    GICrystal.ref/GICrystal.unref for their special types (#123).