21 lines
533 B
Groff
21 lines
533 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.TH "FcCacheSubdir" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcCacheSubdir \- Return the i'th subdirectory.
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
const FcChar8 * FcCacheSubdir(const FcCache *\fIcache\fB);
|
|
(int\fIi\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
The set of subdirectories stored in a cache file are indexed by this
|
|
function, \fIi\fR should range from 0 to
|
|
\fIn\fR-1, where \fIn\fR is the return
|
|
value from FcCacheNumSubdir.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|