[Fontconfig] fontconfig: Branch 'master'

Keith Packard keithp at kemper.freedesktop.org
Sat Nov 3 13:26:20 PDT 2007


 doc/fcconfig.fncs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5d82c4c85d201011e60adcf887d15341ecdd5729
Author: Keith Packard <keithp at koto.keithp.com>
Date:   Sat Nov 3 13:26:16 2007 -0700

    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.

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 <parameter>config</parameter> and returns whether the
-in-memory version is in sync with the disk version.
+Checks all of the files related to <parameter>config</parameter> and returns
+whether any of them has been modified since the configuration was created.
 @@
 
 @RET@           FcBool


More information about the Fontconfig mailing list