bind_property_full not implemented
Looks like bind_property_full()
isn't implemented yet (for Gtk4 at least)
File "/home/januz/code/gtg_mine/.local_build/install/lib/python3.10/site-packages/GTG/gtk/browser/sidebar.py", line 284, in tags_bind_cb
item.bind_property_full('name', label, 'label', GObject.BindingFlags.DEFAULT | GObject.BindingFlags.SYNC_CREATE)
File "/usr/lib/python3.10/site-packages/gi/overrides/GObject.py", line 499, in _unsupported_method
raise RuntimeError('This method is currently unsupported.')
RuntimeError: This method is currently unsupported.