Deprecate GtkMessageDialog
authorMatthias Clasen <mclasen@redhat.com>
Sat, 29 Oct 2022 14:36:29 +0000 (10:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 29 Oct 2022 17:31:41 +0000 (13:31 -0400)
commit66b062a9761ca86130658adb66e929b3c5acb7ba
tree7be067c23b2d2ef328cd02c118b465fe1ec1caf1
parent15572b01833910a3b65edcc28eaa28968847fe71
Deprecate GtkMessageDialog

It is getting replaced by GtkAlertDialog

This commit only moves the header to deprecated/,
and keeps the implementation in gtk/, since it will
eventually be salvaged into a private, dialog-free
widget.
16 files changed:
demos/gtk-demo/dialog.c
demos/gtk-demo/expander.c
gtk/deprecated/gtkmessagedialog.h [new file with mode: 0644]
gtk/deprecated/meson.build
gtk/gtk.h
gtk/gtkalertdialog.c
gtk/gtkmessagedialog.c
gtk/gtkmessagedialog.h [deleted file]
gtk/gtkprintoperation-unix.c
gtk/gtkprintoperation.c
gtk/gtkprintunixdialog.c
gtk/gtkwindow.c
gtk/inspector/logs.c
gtk/meson.build
tests/testfilechooser.c
tests/testvolumebutton.c