Blame doc/FcDirCacheLoadFile.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcDirCacheLoadFile" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcDirCacheLoadFile \- load a cache file
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcCache * FcDirCacheLoadFile (const FcChar8 *\fIcache_file\fB, struct stat *\fIfile_stat\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
This function loads a directory cache from
Packit 352660
\fIcache_file\fR\&. If \fIfile_stat\fR is
Packit 352660
non-NULL, it will be filled with the results of stat(2) on the cache file.