GLib overrides: allow calling GObject.Binding.unbind() unconditionally with newer... 7c10cce5cb28a2562e28249d08893e6a145d5b62
commit7c10cce5cb28a2562e28249d08893e6a145d5b62
authorChristoph Reiter <reiter.christoph@gmail.com>
Thu, 16 Aug 2018 14:46:30 +0000 (16 16:46 +0200)
committerChristoph Reiter <reiter.christoph@gmail.com>
Thu, 16 Aug 2018 14:46:30 +0000 (16 16:46 +0200)
treef5cc51ea5ec238f7a2124d0e1701ad4362fc7b2b
parentf3d1dc70f1cb0d18738bb293cc7b1bd3a2731c86
GLib overrides: allow calling GObject.Binding.unbind() unconditionally with newer glib

Older glib did unref the binding on each call, but this is fixed in glib master and allows
us to remove the overrides.

See https://gitlab.gnome.org/GNOME/glib/merge_requests/244
gi/overrides/GObject.py
tests/test_gobject.py