GListStore: add sorted insert function
authorRyan Lortie <desrt@desrt.ca>
Tue, 3 Feb 2015 12:18:10 +0000 (13:18 +0100)
committerRyan Lortie <desrt@desrt.ca>
Tue, 3 Feb 2015 14:46:48 +0000 (15:46 +0100)
commit3f3eac474b26d5e01fbfdb50f3e45b7f7826bad9
tree1a69d9226140ce0accb9ea52283da22dabcc15cd
parent6161b285da3d00fb4e02d4774d741799b6e18584
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.

https://bugzilla.gnome.org/show_bug.cgi?id=743927
docs/reference/gio/gio-sections.txt
gio/gliststore.c
gio/gliststore.h