summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-26 22:58:21 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-29 13:31:41 -0400
commit15572b01833910a3b65edcc28eaa28968847fe71 (patch)
treed74c0f21234f19a64cd52c1aa7977af0420afda2 /tests
parenta51a6a3ee23e31f868cdbea2b91171b0ddaabc79 (diff)
downloadgtk+-15572b01833910a3b65edcc28eaa28968847fe71.tar.gz
Deprecate GtkFontChooser and implementations
These are being replaced by GtkFontDialog and GtkFontDialogButton This commit only moves the headers for GtkFontChooserWidget and GtkFontChooserDialog to deprecated/, and keeps the implementations in gtk/, since they will eventually be salvaged into a private GtkFontChooserWindow.
Diffstat (limited to 'tests')
-rw-r--r--tests/testfontchooserdialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testfontchooserdialog.c b/tests/testfontchooserdialog.c
index 0ff1f389ad..78b70969c7 100644
--- a/tests/testfontchooserdialog.c
+++ b/tests/testfontchooserdialog.c
@@ -24,6 +24,8 @@
#include <gtk/gtk.h>
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static gboolean
monospace_filter (const PangoFontFamily *family,
const PangoFontFace *face,