summaryrefslogtreecommitdiff
path: root/pango/pango-utils.c
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2015-04-05 22:32:48 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2015-04-05 22:32:48 +0200
commit3d7f7acea1983863c37cb01eda959252d42be555 (patch)
tree0cb628ff309f69efd060bfc7133d00f34c904074 /pango/pango-utils.c
parent3a510689764e54516b309be1c542ea0f2263d177 (diff)
downloadpango-3d7f7acea1983863c37cb01eda959252d42be555.tar.gz
Make the deprecation a bit more clear
Followup to 81904127fe1107b6c0db4ce50c3d44cdf63b7f67.
Diffstat (limited to 'pango/pango-utils.c')
-rw-r--r--pango/pango-utils.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index e8f70906..dd3122e8 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -544,11 +544,9 @@ pango_scan_int (const char **pos, int *out)
* pango_config_key_get_system:
* @key: Key to look up, in the form "SECTION/KEY".
*
- * Looks up a key, consulting only the Pango system config database
- * in $sysconfdir/pango/pangorc.
+ * Do not use. Does not do anything.
*
- * Return value: (nullable): the value, if found, otherwise %NULL. The
- * value is a newly-allocated string and must be freed with g_free().
+ * Return value: %NULL
*
* Deprecated: 1.37:
**/
@@ -562,12 +560,9 @@ pango_config_key_get_system (const char *key)
* pango_config_key_get:
* @key: Key to look up, in the form "SECTION/KEY".
*
- * Looks up a key in the Pango config database
- * (pseudo-win.ini style, read from $sysconfdir/pango/pangorc,
- * $XDG_CONFIG_HOME/pango/pangorc, and getenv (PANGO_RC_FILE).)
+ * Do not use. Does not do anything.
*
- * Return value: (nullable): the value, if found, otherwise %NULL. The
- * value is a newly-allocated string and must be freed with g_free().
+ * Return value: %NULL
*
* Deprecated: 1.37:
**/