18 lines
494 B
Groff
18 lines
494 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcConfigGetCache" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcConfigGetCache \- DEPRECATED used to return per-user cache filename
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcChar8 * FcConfigGetCache(FcConfig *\fIconfig\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
With fontconfig no longer using per-user cache files, this function now
|
|
simply returns NULL to indicate that no per-user file exists.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|