diff options
author | Benjamin Otte <otte@redhat.com> | 2019-11-16 22:15:51 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-05-30 17:42:09 -0400 |
commit | 410e7dcf5d0fdc60285554e49a17fdee9e8a886e (patch) | |
tree | c10282a57aae907ca849651a1105a1538938179c /gtk/gtk.h | |
parent | bd8655fdeeaf864ee12e8a6d99ac060df54ef95a (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |