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:
parent
b607922909
commit
5d82c4c85d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue