summaryrefslogtreecommitdiff
path: root/doc/fcconfig.fncs
diff options
context:
space:
mode:
authorKeith Packard <keithp@koto.keithp.com>2007-11-03 13:26:16 -0700
committerKeith Packard <keithp@koto.keithp.com>2007-11-03 13:26:16 -0700
commit5d82c4c85d201011e60adcf887d15341ecdd5729 (patch)
tree9c543c5db7ac90eb00c5a9d6a51489317896ec84 /doc/fcconfig.fncs
parentb607922909acfc7ae96de688ed34efd19cd038ac (diff)
downloadfontconfig-5d82c4c85d201011e60adcf887d15341ecdd5729.tar.gz
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.
Diffstat (limited to 'doc/fcconfig.fncs')
-rw-r--r--doc/fcconfig.fncs4
1 files 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 <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