summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechoosernativeprivate.h
diff options
context:
space:
mode:
authorTom Schoonjans <Tom.Schoonjans@diamond.ac.uk>2017-07-13 20:01:38 +0100
committerMatthias Clasen <mclasen@redhat.com>2017-07-18 13:30:44 -0400
commitf10bfcc63866d035115f746bba4744a95fa7a600 (patch)
tree95c5c9dc63b8559c9d40638856000a24d5bac975 /gtk/gtkfilechoosernativeprivate.h
parent946166e08000c3f1d5da44b5702461a83db18fbb (diff)
downloadgtk+-f10bfcc63866d035115f746bba4744a95fa7a600.tar.gz
GtkFileChooserNativeQuartz: add support for get_filter and set_filter
https://bugzilla.gnome.org/show_bug.cgi?id=784723
Diffstat (limited to 'gtk/gtkfilechoosernativeprivate.h')
-rw-r--r--gtk/gtkfilechoosernativeprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkfilechoosernativeprivate.h b/gtk/gtkfilechoosernativeprivate.h
index 7bbbed0241..5749e663dc 100644
--- a/gtk/gtkfilechoosernativeprivate.h
+++ b/gtk/gtkfilechoosernativeprivate.h
@@ -44,6 +44,7 @@ struct _GtkFileChooserNative
GFile *current_folder;
GFile *current_file;
char *current_name;
+ GtkFileFilter *current_filter;
GSList *choices;
/* Fallback mode */