Update documentation for stale FcConfigGetConfig function.

The old per-user cache filename is no longer used.
This commit is contained in:
Keith Packard 2007-11-03 22:39:54 -07:00
parent 026fe895e4
commit 7c6939793b
1 changed files with 3 additions and 2 deletions

View File

@ -127,9 +127,10 @@ Note that this will not include any configuration done with FcConfigParse.
@RET@ char * @RET@ char *
@FUNC@ FcConfigGetCache @FUNC@ FcConfigGetCache
@TYPE1@ FcConfig * @ARG1@ config @TYPE1@ FcConfig * @ARG1@ config
@PURPOSE@ Get cache filename @PURPOSE@ DEPRECATED used to return per-user cache filename
@DESC@ @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 * @RET@ FcStrList *