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.
This commit is contained in:
Keith Packard 2007-11-03 13:26:16 -07:00
parent b607922909
commit 5d82c4c85d
1 changed files with 2 additions and 2 deletions

View 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