]> git.wh0rd.org - fontconfig.git/commitdiff
Correct documentation for FcConfigUptoDate (bug 12948).
authorKeith Packard <keithp@koto.keithp.com>
Sat, 3 Nov 2007 20:26:16 +0000 (13:26 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Sat, 3 Nov 2007 20:26:16 +0000 (13:26 -0700)
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

index d7ef347421d01d4b87a4d75f2ff4b413ff70d315..d252d60d4c0b761cf7f2c3d869f66142c461e7f1 100644 (file)
@@ -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