mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 20:06:18 +01:00
e5734c37a6
GListStore already has a g_list_store_insert_sorted function, which can be used to keep the list sorted according to a fixed sort function. But if the sort function changes (as e.g. with sort columns in a list UI), the entire list needs to be resorted. In that case, you want g_list_store_sort(). https://bugzilla.gnome.org/show_bug.cgi?id=754152 |
||
---|---|---|
.. | ||
gdbus-object-manager-example | ||
.gitignore | ||
gapplication.xml | ||
gdbus-codegen.xml | ||
gdbus.xml | ||
gio-docs.xml | ||
gio-querymodules.xml | ||
gio-sections.txt | ||
gio.types | ||
glib-compile-resources.xml | ||
glib-compile-schemas.xml | ||
gresource.xml | ||
gsettings.xml | ||
gvfs-overview.odg | ||
gvfs-overview.png | ||
Makefile.am | ||
menu-example.png | ||
menu-model.png | ||
migrating-gconf.xml | ||
migrating-gdbus.xml | ||
migrating-gnome-vfs.xml | ||
migrating-posix.xml | ||
overview.xml | ||
version.xml.in |