1FcDirCacheLoadFile(3) FcDirCacheLoadFile(3)
23
4
NAME
6FcDirCacheLoadFile - load a cache file
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcCache * FcDirCacheLoadFile(const FcChar8 *cache_file);
12(struct stat *file_stat);
13.fi
14
DESCRIPTION
16This function loads a directory cache from cache_file. If file_stat is
17non-NULL, it will be filled with the results of stat(2) on the cache
18file.
19
VERSION
21Fontconfig version 2.8.0
2223
24
25
18 November 2009 FcDirCacheLoadFile(3)