summaryrefslogtreecommitdiff
path: root/pango/pango-modules.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-07-04 20:36:00 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-07-04 17:28:40 -0400
commitd21ea13a22b1cab8c9cb604aa3fcd2ca8073befd (patch)
tree8d79daeb8f4254e319fede8bcc970f80cec83a2a /pango/pango-modules.h
parent5112387e2c5d4e298d5781070b2f0749a2f7f005 (diff)
downloadpango-d21ea13a22b1cab8c9cb604aa3fcd2ca8073befd.tar.gz
Header cleanup
Abolish the PANGO_ENABLE_BACKEND and PANGO_ENABLE_ENGINE defines. All backend-only apis are moved into private headers, all apis that were engine-only are marked as deprecated, since engines are.
Diffstat (limited to 'pango/pango-modules.h')
-rw-r--r--pango/pango-modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-modules.h b/pango/pango-modules.h
index 82230b6c..64900a17 100644
--- a/pango/pango-modules.h
+++ b/pango/pango-modules.h
@@ -26,7 +26,7 @@
G_BEGIN_DECLS
-#ifdef PANGO_ENABLE_BACKEND
+#ifndef PANGO_DISABLE_DEPRECATED
typedef struct _PangoMap PangoMap;
typedef struct _PangoMapEntry PangoMapEntry;
@@ -70,7 +70,7 @@ void pango_map_get_engines (PangoMap *map,
PANGO_DEPRECATED_IN_1_38
void pango_module_register (PangoIncludedModule *module);
-#endif /* PANGO_ENABLE_BACKEND */
+#endif /* PANGO_DISABLE_DEPRECATED */
G_END_DECLS