[gtk/file-chooser-api-cleanup-2: 2/2] filechooser: Drop gtk_file_chooser_[un]_select_all



commit d0502e58b33514055a02edfa721dcdd9b65706f4
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jul 8 10:12:51 2020 -0400

    filechooser: Drop gtk_file_chooser_[un]_select_all
    
    For now, we just remove them as public api, they are
    still used internally.

 gtk/gtkfilechooser.h        | 5 -----
 gtk/gtkfilechooserprivate.h | 3 +++
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/gtk/gtkfilechooser.h b/gtk/gtkfilechooser.h
index f37aea031e..a412ec1766 100644
--- a/gtk/gtkfilechooser.h
+++ b/gtk/gtkfilechooser.h
@@ -113,11 +113,6 @@ void        gtk_file_chooser_set_current_name  (GtkFileChooser *chooser,
 GDK_AVAILABLE_IN_ALL
 gchar *gtk_file_chooser_get_current_name (GtkFileChooser *chooser);
 
-GDK_AVAILABLE_IN_ALL
-void     gtk_file_chooser_select_all         (GtkFileChooser *chooser);
-GDK_AVAILABLE_IN_ALL
-void     gtk_file_chooser_unselect_all       (GtkFileChooser *chooser);
-
 /* GFile manipulation */
 GDK_AVAILABLE_IN_ALL
 GFile *  gtk_file_chooser_get_file                (GtkFileChooser  *chooser);
diff --git a/gtk/gtkfilechooserprivate.h b/gtk/gtkfilechooserprivate.h
index 85e86c8905..fc87de8ed0 100644
--- a/gtk/gtkfilechooserprivate.h
+++ b/gtk/gtkfilechooserprivate.h
@@ -111,6 +111,9 @@ struct _GtkFileChooserIface
 
 GtkFileSystem *_gtk_file_chooser_get_file_system         (GtkFileChooser    *chooser);
 
+void     gtk_file_chooser_select_all         (GtkFileChooser *chooser);
+void     gtk_file_chooser_unselect_all       (GtkFileChooser *chooser);
+
 G_END_DECLS
 
 #endif /* __GTK_FILE_CHOOSER_PRIVATE_H__ */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]