From 7c6939793b1691b4b950a856cdcd31f1e020b14a Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 3 Nov 2007 22:39:54 -0700 Subject: [PATCH] Update documentation for stale FcConfigGetConfig function. The old per-user cache filename is no longer used. --- doc/fcconfig.fncs | 5 +++-- 1 file 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 * -- 2.39.2