summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-08-31 05:34:18 +0200
committerBenjamin Otte <otte@redhat.com>2018-09-16 18:50:17 +0200
commit4f70f7234997bcb6ae91bbaaa277c573fc17b414 (patch)
treeb97972a6fe6e172c9dbe35bb9e5db9b3c274f2a0 /gtk/gtk.h
parentdd94129e27b0ad4f4f635053f8b09e94d94c29ae (diff)
downloadgtk+-4f70f7234997bcb6ae91bbaaa277c573fc17b414.tar.gz
gtk: Add GtkFilterListModel
This is a GListModel implementation that filters the given source model.
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 6363fe8210..704f14238a 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -104,6 +104,7 @@
#include <gtk/gtkfilechoosernative.h>
#include <gtk/gtkfilechooserwidget.h>
#include <gtk/gtkfilefilter.h>
+#include <gtk/gtkfilterlistmodel.h>
#include <gtk/gtkflowbox.h>
#include <gtk/gtkfontbutton.h>
#include <gtk/gtkfontchooser.h>