Imported Upstream version 2.12.1
[platform/upstream/fontconfig.git] / doc / FcCacheSubdir.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcCacheSubdir" "3" "05 8月 2016" "Fontconfig 2.12.1" ""
3 .SH NAME
4 FcCacheSubdir \- Return the i'th subdirectory.
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 const FcChar8 * FcCacheSubdir (const FcCache *\fIcache\fB, int\fIi\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 The set of subdirectories stored in a cache file are indexed by this
14 function, \fIi\fR should range from 0 to
15 \fIn\fR-1, where \fIn\fR is the return
16 value from FcCacheNumSubdir.