Blame doc/FcDirCacheLoad.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcDirCacheLoad" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcDirCacheLoad \- load a directory cache
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcCache * FcDirCacheLoad (const FcChar8 *\fIdir\fB, FcConfig *\fIconfig\fB, FcChar8 **\fIcache_file\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Loads the cache related to \fIdir\fR\&. If no cache file
Packit 352660
exists, returns NULL. The name of the cache file is returned in
Packit 352660
\fIcache_file\fR, unless that is NULL. See also
Packit 352660
FcDirCacheRead.