mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user