FcCacheSubdir.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $ 2.TH "FcCacheSubdir" "3" "18 November 2009" "" "" 3.SH NAME 4FcCacheSubdir \- Return the i'th subdirectory. 5.SH SYNOPSIS 6.nf 7\fB#include <fontconfig.h> 8.sp 9const FcChar8 * FcCacheSubdir(const FcCache *\fIcache\fB); 10(int\fIi\fB); 11\fR.fi 12.SH "DESCRIPTION" 13.PP 14The set of subdirectories stored in a cache file are indexed by this 15function, \fIi\fR should range from 0 to 16\fIn\fR-1, where \fIn\fR is the return 17value from FcCacheNumSubdir. 18.SH "VERSION" 19.PP 20Fontconfig version 2.8.0 21