diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-07-26 09:57:03 +0200 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2015-04-04 16:13:07 -0700 |
commit | 81904127fe1107b6c0db4ce50c3d44cdf63b7f67 (patch) | |
tree | 3337935e75c6f99852dfff60c31531b873606537 /pango/pango-utils.h | |
parent | bc88f6809a6befdbb9a59b628ecc84901ab9d486 (diff) | |
download | pango-81904127fe1107b6c0db4ce50c3d44cdf63b7f67.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.h | 2 |
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, |