summaryrefslogtreecommitdiff
path: root/pango/pango-utils.h
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2014-07-26 09:57:03 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2014-07-26 11:26:45 +0200
commitf7e3a706e0fd5498f4dc5fc3c505f6a1fe2a9e75 (patch)
tree929afafb9b1ccb18f23c552566c14f90c0eecd6f /pango/pango-utils.h
parent99858303cebee35621a9152f0fd56567a3fc0229 (diff)
downloadpango-f7e3a706e0fd5498f4dc5fc3c505f6a1fe2a9e75.tar.gz
Deprecate pango_config_key_get*
The config file was used solely for dynamic module paths, but they have been killed.
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r--pango/pango-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h
index 9bac4f0c..ba8f9887 100644
--- a/pango/pango-utils.h
+++ b/pango/pango-utils.h
@@ -42,7 +42,9 @@ gboolean pango_scan_int (const char **pos,
int *out);
#ifdef PANGO_ENABLE_BACKEND
+G_DEPRECATED
char * pango_config_key_get_system (const char *key);
+G_DEPRECATED
char * pango_config_key_get (const char *key);
G_DEPRECATED
void pango_lookup_aliases (const char *fontname,