GNOME Bugzilla – Bug 743927
GListStore: add sorted insert function
Last modified: 2015-02-03 14:59:34 UTC
As requested by Alex. See patches.
Created attachment 296014 [details] [review] GListStore: add sorted insert function Add g_list_store_insert_sorted() which takes a GCompareDataFunc to decide where to insert. This ends up being a very trivial function, thanks to GSequence.
Created attachment 296015 [details] [review] tests: add test for GListStore inserted sort
Attachment 296014 [details] pushed as 3f3eac4 - GListStore: add sorted insert function Attachment 296015 [details] pushed as 26af7c1 - tests: add test for GListStore inserted sort