diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-04-18 12:55:23 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-04-18 12:55:23 +0900 |
commit | dd2a3d3520b6fea20a58b2888fef0458c01b287f (patch) | |
tree | 934518717f9913887b99768c5629e54bf56095e6 /doc/fccache.fncs | |
parent | 9e62fcedfe774a13843cc0982bc3e535369b99eb (diff) |
Bug 25151 - Move cleanCacheDirectory() from fc-cache.c into
the library
Add FcDirCacheScan() API to clean up the cache files in the directory.
Diffstat (limited to 'doc/fccache.fncs')
-rw-r--r-- | doc/fccache.fncs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/fccache.fncs b/doc/fccache.fncs index f35c5d7c..2f5fa476 100644 --- a/doc/fccache.fncs +++ b/doc/fccache.fncs @@ -66,3 +66,12 @@ This returns the total number of subdirectories in the cache. This returns the number of fonts which would be included in the return from FcCacheCopySet. @@ + +@RET@ FcBool +@FUNC@ FcDirCacheClean +@TYPE1@ const FcChar8 * @ARG1@ cache_dir +@TYPE2@ FcBool @ARG2@ verbose +@PURPOSE@ +This tries to clean up the cache directory of <parameter>cache_dir</parameter>. +This returns FcTrue if the operation is successfully complete. otherwise FcFalse. +@@ |