diff options
author | Timm Bäder <mail@baedert.org> | 2016-11-15 10:51:41 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-11-18 13:29:58 -0500 |
commit | dc184902d780a5302e154abd182ac7ba11ad5923 (patch) | |
tree | 2dd4e2631190061c3d1670c4d9d70359e1c0ba1c /gtk/gtkfilechooserentry.h | |
parent | 0b46c5b176fb7c53de526dd6d8a3fce9d9bd6547 (diff) | |
download | gtk+-dc184902d780a5302e154abd182ac7ba11ad5923.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.h | 2 |
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 |