18 lines
456 B
Groff
18 lines
456 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.TH "FcDirCacheUnload" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcDirCacheUnload \- unload a cache file
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
void FcDirCacheUnload(FcCache *\fIcache\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
This function dereferences \fIcache\fR\&. When no other
|
|
references to it remain, all memory associated with the cache will be freed.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|