summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-12-08 17:34:10 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-05-30 19:30:14 -0400
commite3ce99988f89a084deb370f477660216d163dca7 (patch)
tree43e79f2c40019590183708a53d7e414fa4a187fe /gtk/gtk.h
parentfb78f1ef8e13b4f64e395ce3dc7b9c7a2aeb22a0 (diff)
downloadgtk+-e3ce99988f89a084deb370f477660216d163dca7.tar.gz
Add GtkTreeListRowSorter
This is a special-purpose sorter that can apply the sorting of another sorter to the levels of a GtkTreeListModel.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 7651a2b390..bea638962a 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -257,6 +257,7 @@
#include <gtk/gtktreednd.h>
#include <gtk/gtktreeexpander.h>
#include <gtk/gtktreelistmodel.h>
+#include <gtk/gtktreelistrowsorter.h>
#include <gtk/gtktreemodel.h>
#include <gtk/gtktreemodelfilter.h>
#include <gtk/gtktreemodelsort.h>