summaryrefslogtreecommitdiff
path: root/doc/fcconfig.fncs
diff options
context:
space:
mode:
authorKeith Packard <keithp@koto.keithp.com>2007-11-03 22:39:54 -0700
committerKeith Packard <keithp@koto.keithp.com>2007-11-03 22:39:54 -0700
commit7c6939793b1691b4b950a856cdcd31f1e020b14a (patch)
tree3e38cd917b5f4f181fc0e1e650f9d412ba8cc57e /doc/fcconfig.fncs
parent026fe895e487d0a9607a8506ab8be2ff6022ea19 (diff)
downloadfontconfig-7c6939793b1691b4b950a856cdcd31f1e020b14a.tar.gz
Update documentation for stale FcConfigGetConfig function.
The old per-user cache filename is no longer used.
Diffstat (limited to 'doc/fcconfig.fncs')
-rw-r--r--doc/fcconfig.fncs5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs
index 998974f..3c3ea06 100644
--- a/doc/fcconfig.fncs
+++ b/doc/fcconfig.fncs
@@ -127,9 +127,10 @@ Note that this will not include any configuration done with FcConfigParse.
@RET@ char *
@FUNC@ FcConfigGetCache
@TYPE1@ FcConfig * @ARG1@ config
-@PURPOSE@ Get cache filename
+@PURPOSE@ DEPRECATED used to return per-user cache filename
@DESC@
-Returns the name of the file used to store per-user font information.
+With fontconfig no longer using per-user cache files, this function now
+simply returns NULL to indicate that no per-user file exists.
@@
@RET@ FcStrList *