summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-11-15 10:51:41 +0100
committerTimm Bäder <mail@baedert.org>2016-11-17 15:42:25 +0100
commit55fda57c44ab90380a92ec36518d572b7d7992b8 (patch)
treec4dc1b13b1edf93689c69dcd0eb9f63daeb6d33f /gtk/gtkfilechooserentry.h
parentf4929360aa583106ae204a49f52bb3349bc3508c (diff)
downloadgtk+-55fda57c44ab90380a92ec36518d572b7d7992b8.tar.gz
filechooserwidget: Forward file filter to entry
And in the entry, apply the currently used filter as a second step to the completion items. https://bugzilla.gnome.org/show_bug.cgi?id=773007
Diffstat (limited to 'gtk/gtkfilechooserentry.h')
-rw-r--r--gtk/gtkfilechooserentry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserentry.h b/gtk/gtkfilechooserentry.h
index cf7d8504ba..732a87a741 100644
--- a/gtk/gtkfilechooserentry.h
+++ b/gtk/gtkfilechooserentry.h
@@ -46,6 +46,8 @@ void _gtk_file_chooser_entry_select_filename (GtkFileChooserEnt
void _gtk_file_chooser_entry_set_local_only (GtkFileChooserEntry *chooser_entry,
gboolean local_only);
gboolean _gtk_file_chooser_entry_get_local_only (GtkFileChooserEntry *chooser_entry);
+void _gtk_file_chooser_entry_set_file_filter (GtkFileChooserEntry *chooser_entry,
+ GtkFileFilter *filter);
G_END_DECLS