Imported Upstream version 2.13.0
[platform/upstream/fontconfig.git] / doc / FcDirCacheLoadFile.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcDirCacheLoadFile" "3" "06 3月 2018" "Fontconfig 2.13.0" ""
3 .SH NAME
4 FcDirCacheLoadFile \- load a cache file
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 FcCache * FcDirCacheLoadFile (const FcChar8 *\fIcache_file\fB, struct stat *\fIfile_stat\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 This function loads a directory cache from
14 \fIcache_file\fR\&. If \fIfile_stat\fR is
15 non-NULL, it will be filled with the results of stat(2) on the cache file.