FcDirCacheRead.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcDirCacheRead" "3" "18 November 2009" "" ""
3.SH NAME
4FcDirCacheRead \- read or construct a directory cache
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcCache * FcDirCacheRead(const FcChar8 *\fIdir\fB);
10(FcBool \fIforce\fB);
11(FcConfig *\fIconfig\fB);
12\fR.fi
13.SH "DESCRIPTION"
14.PP
15This returns a cache for \fIdir\fR\&. If
16\fIforce\fR is FcFalse, then an existing, valid cache file
17will be used. Otherwise, a new cache will be created by scanning the
18directory and that returned.
19.SH "VERSION"
20.PP
21Fontconfig version 2.8.0
22