summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2017-12-18 20:04:13 +0900
committerAkira TAGOH <akira@tagoh.org>2017-12-18 20:04:13 +0900
commit0378790ca362757061bff83c8a344991f1f829c6 (patch)
treea61aa47986fd06d7a651301e56ba31df102dbd40 /doc
parent57eaf0ba7ea7f88510053688f3c3c4658da83596 (diff)
Add missing doc of FcDirCacheCreateUUID
Diffstat (limited to 'doc')
-rw-r--r--doc/fccache.fncs18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/fccache.fncs b/doc/fccache.fncs
index 34ce63f2..17e74fe5 100644
--- a/doc/fccache.fncs
+++ b/doc/fccache.fncs
@@ -71,7 +71,8 @@ FcCacheCopySet.
@FUNC@ FcDirCacheClean
@TYPE1@ const FcChar8 * @ARG1@ cache_dir
@TYPE2@ FcBool @ARG2@ verbose
-@PURPOSE@
+@PURPOSE@ Clean up a cache directory
+@DESC@
This tries to clean up the cache directory of <parameter>cache_dir</parameter>.
This returns FcTrue if the operation is successfully complete. otherwise FcFalse.
@SINCE@ 2.9.91
@@ -86,3 +87,18 @@ This tries to create CACHEDIR.TAG file at the cache directory registered
to <parameter>config</parameter>.
@SINCE@ 2.9.91
@@
+
+@RET@ FcBool
+@FUNC@ FcDirCacheCreateUUID
+@TYPE1@ FcChar8 * @ARG1@ dir
+@TYPE2@ FcBool @ARG2@ force
+@TYPE3@ FcConfig @ARG3@ config
+@PURPOSE@ Create .uuid file at a directory
+@DESC@
+This is to create .uuid file containing an UUID at a font directory of
+<parameter>dir</parameter>.
+The UUID will be used to identify the font directory and is used to determine
+the cache filename if available.
+@SINCE@ 2.12.92
+@@
+