FcDirCacheLoad.3 revision a32e9e42
auto-generated by docbook2man-spec from docbook-utils package
"FcDirCacheLoad" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
NAME
FcDirCacheLoad - load a directory cache
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcCache * FcDirCacheLoad (const FcChar8 *dir, FcConfig *config, FcChar8 **cache_file);
"DESCRIPTION"

Loads the cache related to dir. If no cache file exists, returns NULL. The name of the cache file is returned in cache_file, unless that is NULL. See also FcDirCacheRead.