Blame doc/FcCacheSubdir.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcCacheSubdir" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcCacheSubdir \- Return the i'th subdirectory.
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
const FcChar8 * FcCacheSubdir (const FcCache *\fIcache\fB, int\fIi\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
The set of subdirectories stored in a cache file are indexed by this
Packit 352660
function, \fIi\fR should range from 0 to
Packit 352660
\fIn\fR-1, where \fIn\fR is the return
Packit 352660
value from FcCacheNumSubdir.