From 0378790ca362757061bff83c8a344991f1f829c6 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Mon, 18 Dec 2017 20:04:13 +0900 Subject: [PATCH] Add missing doc of FcDirCacheCreateUUID --- doc/fccache.fncs | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/fccache.fncs b/doc/fccache.fncs index 34ce63f..17e74fe 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 cache_dir. 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 config. @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 +dir. +The UUID will be used to identify the font directory and is used to determine +the cache filename if available. +@SINCE@ 2.12.92 +@@ +