Skip to content

Add overrides for Gio.ListStore.sort and Gio.ListStore.insert_sorted. Fixes #130

Christoph Reiter requested to merge gio-liststore-sort into master

Those functions use CompareDataFunc which works with pointers and doesn't know anything about GObjects.

Add overrides which wrap the passed in sort function and conver the pointers to proper Python wrappers.

Merge request reports