summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-11-16 22:15:51 +0100
committerMatthias Clasen <mclasen@redhat.com>2020-05-30 17:42:09 -0400
commit410e7dcf5d0fdc60285554e49a17fdee9e8a886e (patch)
treec10282a57aae907ca849651a1105a1538938179c /gtk/gtk.h
parentbd8655fdeeaf864ee12e8a6d99ac060df54ef95a (diff)
downloadgtk+-410e7dcf5d0fdc60285554e49a17fdee9e8a886e.tar.gz
filter: Add GtkStringFilter
Users provide a search filter and an expression that evaluates the items to a string and then the filter goes and matches those strings to the search term.
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 e4f07f6ac3..c85c039b45 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -222,6 +222,7 @@
#include <gtk/gtkstack.h>
#include <gtk/gtkstackswitcher.h>
#include <gtk/gtkstatusbar.h>
+#include <gtk/gtkstringfilter.h>
#include <gtk/gtkstylecontext.h>
#include <gtk/gtkstyleprovider.h>
#include <gtk/gtkswitch.h>