diff options
author | Akira TAGOH <akira@tagoh.org> | 2018-06-11 17:03:17 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2018-06-11 17:03:46 +0900 |
commit | f5dd8512bdf9fd8e01c30ae36f593758b29385cf (patch) | |
tree | 0ad5f8e2ccd3151ab317be1a9d85320f9f0268c2 /doc | |
parent | 096e8019be595c2224aaabf98da630ee917ee51c (diff) |
Remove .uuid when no font files exists on a directory
https://bugs.freedesktop.org/show_bug.cgi?id=106632
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fccache.fncs | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/fccache.fncs b/doc/fccache.fncs index 17e74fe..972b642 100644 --- a/doc/fccache.fncs +++ b/doc/fccache.fncs @@ -92,7 +92,7 @@ to <parameter>config</parameter>. @FUNC@ FcDirCacheCreateUUID @TYPE1@ FcChar8 * @ARG1@ dir @TYPE2@ FcBool @ARG2@ force -@TYPE3@ FcConfig @ARG3@ config +@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 @@ -102,3 +102,13 @@ the cache filename if available. @SINCE@ 2.12.92 @@ +@RET@ FcBool +@FUNC@ FcDirCacheDeleteUUID +@TYPE1@ const FcChar8 * @ARG1@ dir +@TYPE2@ FcConfig * @ARG2@ config +@PURPOSE@ Delete .uuid file +@DESC@ +This is to delete .uuid file containing an UUID at a font directory of +<parameter>dir</parameter>. +@SINCE@ 2.13.1 +@@ |