Add a doc for FcDirCacheRescan
This commit is contained in:
parent
80081555fd
commit
787619b2c7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue