diff options
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r-- | pango/pango-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h index ba8f9887..1af5372b 100644 --- a/pango/pango-utils.h +++ b/pango/pango-utils.h @@ -86,12 +86,14 @@ gboolean pango_parse_stretch (const char *str, * stored in the registry). The returned string should not be * g_free'd. */ +G_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. */ +G_DEPRECATED const char * pango_get_lib_subdirectory (void) G_GNUC_PURE; #endif /* PANGO_ENABLE_BACKEND */ |