20 lines
607 B
Groff
20 lines
607 B
Groff
|
.\" auto-generated by docbook2man-spec from docbook-utils package
|
||
|
.TH "FcDirCacheUnlink" "3" "10 1月 2013" "" ""
|
||
|
.SH NAME
|
||
|
FcDirCacheUnlink \- Remove all caches related to dir
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig/fontconfig.h>
|
||
|
.sp
|
||
|
FcBool FcDirCacheUnlink (const FcChar8 *\fIdir\fB, FcConfig *\fIconfig\fB);
|
||
|
.fi\fR
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Scans the cache directories in \fIconfig\fR, removing any
|
||
|
instances of the cache file for \fIdir\fR\&. Returns FcFalse
|
||
|
when some internal error occurs (out of memory, etc). Errors actually
|
||
|
unlinking any files are ignored.
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.10.91
|