From 5d82c4c85d201011e60adcf887d15341ecdd5729 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 3 Nov 2007 13:26:16 -0700 Subject: [PATCH] Correct documentation for FcConfigUptoDate (bug 12948). FcConfigUptoDate only checks whether files have been modified since the configuration was created. Any changes to the configuration through the API since then are not considered. --- doc/fcconfig.fncs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index d7ef347..d252d60 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -61,8 +61,8 @@ Returns the current default configuration. @TYPE1@ FcConfig * @ARG1@ config @PURPOSE@ Check timestamps on config files @DESC@ -Checks all of the files related to config and returns whether the -in-memory version is in sync with the disk version. +Checks all of the files related to config and returns +whether any of them has been modified since the configuration was created. @@ @RET@ FcBool -- 2.39.2