summaryrefslogtreecommitdiff
path: root/gtk/gtkfiledialog.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-01-06 07:40:57 -0500
committerMatthias Clasen <mclasen@redhat.com>2023-01-06 07:40:57 -0500
commit9356dfc4042d09e51f0ddaf6273c2b93824be953 (patch)
treed3c7ce58595e5956384d64ec3320127019dc2f77 /gtk/gtkfiledialog.h
parent7eb843904795bc02ad6a77a45fa79f438f21dc77 (diff)
downloadgtk+-9356dfc4042d09e51f0ddaf6273c2b93824be953.tar.gz
filedialog: Drop shortcut folders
The filechooser portal does not support this, and we are defaulting to using the portal now. Lets not offer a non-functional API.
Diffstat (limited to 'gtk/gtkfiledialog.h')
-rw-r--r--gtk/gtkfiledialog.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk/gtkfiledialog.h b/gtk/gtkfiledialog.h
index 4865b0a38e..bb47830102 100644
--- a/gtk/gtkfiledialog.h
+++ b/gtk/gtkfiledialog.h
@@ -65,15 +65,6 @@ void gtk_file_dialog_set_default_filter (GtkFileDialog *self
GtkFileFilter *filter);
GDK_AVAILABLE_IN_4_10
-GListModel * gtk_file_dialog_get_shortcut_folders
- (GtkFileDialog *self);
-
-GDK_AVAILABLE_IN_4_10
-void gtk_file_dialog_set_shortcut_folders
- (GtkFileDialog *self,
- GListModel *shortcut_folders);
-
-GDK_AVAILABLE_IN_4_10
GFile * gtk_file_dialog_get_initial_folder (GtkFileDialog *self);
GDK_AVAILABLE_IN_4_10