From: Keith Packard Date: Sun, 4 Nov 2007 05:39:54 +0000 (-0700) Subject: Update documentation for stale FcConfigGetConfig function. X-Git-Tag: 2.4.92~23 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=7c6939793b1691b4b950a856cdcd31f1e020b14a Update documentation for stale FcConfigGetConfig function. The old per-user cache filename is no longer used. --- 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 *