summaryrefslogtreecommitdiff
path: root/pango/pango-utils.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-08-27 22:09:29 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-08-27 22:09:29 -0400
commit8316111583488356b77ec8ea4e5249d902127b3b (patch)
tree7757cfc6ee17cf173d084a8505a6b457473e427b /pango/pango-utils.h
parent90a1bb8607c05d585de00bb36488ec4b90247c9b (diff)
downloadpango-8316111583488356b77ec8ea4e5249d902127b3b.tar.gz
Deprecate pango_lookup_aliases()
Part of Bug 377539 - (pango-threadsafe) Make Pango thread-safe
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r--pango/pango-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h
index 188ea509..c55d6dd5 100644
--- a/pango/pango-utils.h
+++ b/pango/pango-utils.h
@@ -44,6 +44,7 @@ gboolean pango_scan_int (const char **pos,
#ifdef PANGO_ENABLE_BACKEND
char * pango_config_key_get_system (const char *key);
char * pango_config_key_get (const char *key);
+G_DEPRECATED
void pango_lookup_aliases (const char *fontname,
char ***families,
int *n_families);