Add a doc for FcDirCacheRescan

This commit is contained in:
Akira TAGOH 2014-02-06 17:15:26 +09:00
parent 80081555fd
commit 787619b2c7
1 changed files with 10 additions and 0 deletions

View File

@ -54,6 +54,16 @@ exists, returns NULL. The name of the cache file is returned in
FcDirCacheRead.
@@
@RET@ FcCache *
@FUNC@ FcDirCacheRescan
@TYPE1@ const FcChar8 * @ARG1@ dir
@TYPE2@ FcConfig * @ARG2@ config
@PURPOSE@ Re-scan a directory cache
@DESC@
Re-scan directories only at <parameter>dir</parameter> and update the cache.
returns NULL if failed.
@@
@RET@ FcCache *
@FUNC@ FcDirCacheRead
@TYPE1@ const FcChar8 * @ARG1@ dir