1FcDirCacheUnlink(3) FcDirCacheUnlink(3)
2
3
4
6 FcDirCacheUnlink - Remove all caches related to dir
7
9 #include <fontconfig.h>
10
11 FcBool FcDirCacheUnlink(const FcChar8 *dir);
12 (FcConfig *config);
13 .fi
14
16 Scans the cache directories in config, removing any instances of the
17 cache file for dir. Returns FcFalse when some internal error occurs
18 (out of memory, etc). Errors actually unlinking any files are ignored.
19
21 Fontconfig version 2.8.0
22
23
24
25 18 November 2009 FcDirCacheUnlink(3)