diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-04 20:36:00 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-04 17:28:40 -0400 |
commit | d21ea13a22b1cab8c9cb604aa3fcd2ca8073befd (patch) | |
tree | 8d79daeb8f4254e319fede8bcc970f80cec83a2a /pango/pango-utils.h | |
parent | 5112387e2c5d4e298d5781070b2f0749a2f7f005 (diff) | |
download | pango-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-utils.h')
-rw-r--r-- | pango/pango-utils.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h index bb9a4621..04452eb4 100644 --- a/pango/pango-utils.h +++ b/pango/pango-utils.h @@ -48,17 +48,6 @@ PANGO_DEPRECATED gboolean pango_scan_int (const char **pos, int *out); -#ifdef PANGO_ENABLE_BACKEND -PANGO_DEPRECATED_IN_1_38 -char * pango_config_key_get_system (const char *key); -PANGO_DEPRECATED_IN_1_38 -char * pango_config_key_get (const char *key); -PANGO_DEPRECATED_IN_1_32 -void pango_lookup_aliases (const char *fontname, - char ***families, - int *n_families); -#endif /* PANGO_ENABLE_BACKEND */ - PANGO_DEPRECATED gboolean pango_parse_enum (GType type, const char *str, @@ -90,25 +79,6 @@ gboolean pango_parse_stretch (const char *str, PangoStretch *stretch, gboolean warn); -#ifdef PANGO_ENABLE_BACKEND - -/* On Unix, return the name of the "pango" subdirectory of SYSCONFDIR - * (which is set at compile time). On Win32, return the Pango - * installation directory (which is set at installation time, and - * stored in the registry). The returned string should not be - * g_free'd. - */ -PANGO_DEPRECATED -const char * pango_get_sysconf_subdirectory (void) G_GNUC_PURE; - -/* Ditto for LIBDIR/pango. On Win32, use the same Pango - * installation directory. This returned string should not be - * g_free'd either. - */ -PANGO_DEPRECATED -const char * pango_get_lib_subdirectory (void) G_GNUC_PURE; - -#endif /* PANGO_ENABLE_BACKEND */ /* Hint line position and thickness. */ |