summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooserutils.h
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 /gtk/gtkfontchooserutils.h
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 'gtk/gtkfontchooserutils.h')
-rw-r--r--gtk/gtkfontchooserutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfontchooserutils.h b/gtk/gtkfontchooserutils.h
index ac7bf18558..7ddade5126 100644
--- a/gtk/gtkfontchooserutils.h
+++ b/gtk/gtkfontchooserutils.h
@@ -25,7 +25,7 @@
#ifndef __GTK_FONT_CHOOSER_UTILS_H__
#define __GTK_FONT_CHOOSER_UTILS_H__
-#include "gtkfontchooserprivate.h"
+#include "deprecated/gtkfontchooserprivate.h"
G_BEGIN_DECLS