FcDirCacheLoad.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcDirCacheLoad" "3" "18 November 2009" "" ""
3.SH NAME
4FcDirCacheLoad \- load a directory cache
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcCache * FcDirCacheLoad(const FcChar8 *\fIdir\fB);
10(FcConfig *\fIconfig\fB);
11(FcChar8 **\fIcache_file\fB);
12\fR.fi
13.SH "DESCRIPTION"
14.PP
15Loads the cache related to \fIdir\fR\&. If no cache file
16exists, returns NULL. The name of the cache file is returned in
17\fIcache_file\fR, unless that is NULL. See also
18FcDirCacheRead.
19.SH "VERSION"
20.PP
21Fontconfig version 2.8.0
22