diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-08 01:49:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-08 01:59:52 -0400 |
commit | 8815e1bb0c11515f9f750b8bcecd0d639c0cd534 (patch) | |
tree | 77fb07b4ef7e9bfe325ba215a2d588fc94427f0e /gtk/gtk.h | |
parent | a57e0a4bf60ea7680602c31e0c38536db12256fd (diff) | |
download | gtk+-incremental-sort2.tar.gz |
Add another incremental sort modelincremental-sort2
This one uses a very simple iterative mergesort.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -236,6 +236,7 @@ #include <gtk/gtksor2listmodel.h> #include <gtk/gtksor3listmodel.h> #include <gtk/gtksor4listmodel.h> +#include <gtk/gtksor5listmodel.h> #include <gtk/gtksortlistmodel.h> #include <gtk/gtkstacksidebar.h> #include <gtk/gtksizegroup.h> |