FcDirCacheLoadFile.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcDirCacheLoadFile" "3" "18 November 2009" "" ""
3.SH NAME
4FcDirCacheLoadFile \- load a cache file
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcCache * FcDirCacheLoadFile(const FcChar8 *\fIcache_file\fB);
10(struct stat *\fIfile_stat\fB);
11\fR.fi
12.SH "DESCRIPTION"
13.PP
14This function loads a directory cache from
15\fIcache_file\fR\&. If \fIfile_stat\fR is
16non-NULL, it will be filled with the results of stat(2) on the cache file.
17.SH "VERSION"
18.PP
19Fontconfig version 2.8.0
20