diff options
author | Timm Bäder <mail@baedert.org> | 2016-11-15 10:51:41 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2016-11-17 15:42:25 +0100 |
commit | 55fda57c44ab90380a92ec36518d572b7d7992b8 (patch) | |
tree | c4dc1b13b1edf93689c69dcd0eb9f63daeb6d33f /gtk/gtkfilechooserentry.h | |
parent | f4929360aa583106ae204a49f52bb3349bc3508c (diff) | |
download | gtk+-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.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 |