summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-29 11:31:35 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-29 13:31:41 -0400
commitf54ab91ff3f25d4e5370810f78c18115d310281c (patch)
tree016c654f4c610c999ba780828d6459b6e6c91c53 /tests
parent66b062a9761ca86130658adb66e929b3c5acb7ba (diff)
downloadgtk+-f54ab91ff3f25d4e5370810f78c18115d310281c.tar.gz
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.
Diffstat (limited to 'tests')
-rw-r--r--tests/testassistant.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testassistant.c b/tests/testassistant.c
index d1a9ae2d4a..b478128842 100644
--- a/tests/testassistant.c
+++ b/tests/testassistant.c
@@ -23,6 +23,8 @@
#include <gtk/gtk.h>
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static GtkWidget*
get_test_page (const char *text)
{