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
This commit is contained in:
Ryan Lortie
2015-02-03 13:18:10 +01:00
parent 6161b285da
commit 3f3eac474b
3 changed files with 46 additions and 0 deletions

View File

@@ -4287,6 +4287,7 @@ GListStore
g_list_store_get_type
g_list_store_new
g_list_store_insert
g_list_store_insert_sorted
g_list_store_append
g_list_store_remove
g_list_store_remove_all