FcConfigGetCacheDirs.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $ 2.TH "FcConfigGetCacheDirs" "3" "18 November 2009" "" "" 3.SH NAME 4FcConfigGetCacheDirs \- return the list of directories searched for cache files 5.SH SYNOPSIS 6.nf 7\fB#include <fontconfig.h> 8.sp 9FcStrList * FcConfigGetCacheDirs(FcConfig *\fIconfig\fB); 10\fR.fi 11.SH "DESCRIPTION" 12.PP 13\fBFcConfigGetCacheDirs\fR returns a string list containing 14all of the directories that fontconfig will search when attempting to load a 15cache file for a font directory. 16If \fIconfig\fR is NULL, the current configuration is used. 17.SH "VERSION" 18.PP 19Fontconfig version 2.8.0 20