Deprecate GtkFileChooser and implementations
authorMatthias Clasen <mclasen@redhat.com>
Sat, 29 Oct 2022 15:31:35 +0000 (11:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 29 Oct 2022 17:31:41 +0000 (13:31 -0400)
commitf54ab91ff3f25d4e5370810f78c18115d310281c
tree016c654f4c610c999ba780828d6459b6e6c91c53
parent66b062a9761ca86130658adb66e929b3c5acb7ba
Deprecate GtkFileChooser and implementations

These are being replaced by GtkFileDialog.

This commit only moves the headers for GtkFileChooserWidget and
GtkFileChooserDialog to deprecated/, and keeps the implementations
in gtk/, since they will eventually be salvaged into a private
GtkFileChooserWindow.
32 files changed:
gtk/deprecated/gtkfilechooser.c [new file with mode: 0644]
gtk/deprecated/gtkfilechooser.h [new file with mode: 0644]
gtk/deprecated/gtkfilechooserdialog.h [new file with mode: 0644]
gtk/deprecated/gtkfilechoosernative.h [new file with mode: 0644]
gtk/deprecated/gtkfilechooserwidget.h [new file with mode: 0644]
gtk/deprecated/meson.build
gtk/gtk.h
gtk/gtkbookmarksmanager.c
gtk/gtkcolorchooserdialog.c
gtk/gtkfilechooser.c [deleted file]
gtk/gtkfilechooser.h [deleted file]
gtk/gtkfilechoosercell.c
gtk/gtkfilechooserdialog.c
gtk/gtkfilechooserdialog.h [deleted file]
gtk/gtkfilechooserentry.h
gtk/gtkfilechoosernative.c
gtk/gtkfilechoosernative.h [deleted file]
gtk/gtkfilechoosernativeportal.c
gtk/gtkfilechoosernativeprivate.h
gtk/gtkfilechoosernativequartz.c
gtk/gtkfilechoosernativewin32.c
gtk/gtkfilechooserprivate.h
gtk/gtkfilechooserutils.c
gtk/gtkfilechooserwidget.c
gtk/gtkfilechooserwidget.h [deleted file]
gtk/gtkfilechooserwidgetprivate.h
gtk/gtkfiledialog.c
gtk/gtknativedialog.c
gtk/inspector/logs.c
gtk/meson.build
tests/testassistant.c
testsuite/gtk/widget-refcount.c