summaryrefslogtreecommitdiff
path: root/testsuite/a11y/dialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-23 08:32:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-23 08:57:46 -0400
commit6f46e95c754c71dc7051714925bdd312b6b6a62d (patch)
treed9a4124dea2b23efb05aa89c3418a9fbaaccdc7d /testsuite/a11y/dialog.c
parent799fb41937950e32cace797c142ac66e290b192b (diff)
downloadgtk+-deprecate-gtkdialog.tar.gz
Deprecate GtkDialogdeprecate-gtkdialog
GtkDialog API is archaic and over-complicated. What is needed for dialogs can typically achieved more easily by adding buttons directly to a window.
Diffstat (limited to 'testsuite/a11y/dialog.c')
-rw-r--r--testsuite/a11y/dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/a11y/dialog.c b/testsuite/a11y/dialog.c
index b24933c9ce..cd1a7bc65d 100644
--- a/testsuite/a11y/dialog.c
+++ b/testsuite/a11y/dialog.c
@@ -1,5 +1,7 @@
#include <gtk/gtk.h>
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static void
dialog_role (void)
{