2010-03-25 15:45:57 -06:00
|
|
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
|
|
.TH "FcDirCacheUnlink" "3" "18 November 2009" "" ""
|
2009-04-05 10:43:35 -06:00
|
|
|
.SH NAME
|
|
|
|
FcDirCacheUnlink \- Remove all caches related to dir
|
|
|
|
.SH SYNOPSIS
|
2010-03-25 15:45:57 -06:00
|
|
|
.nf
|
2009-04-05 10:43:35 -06:00
|
|
|
\fB#include <fontconfig.h>
|
|
|
|
.sp
|
2010-03-25 15:45:57 -06:00
|
|
|
FcBool FcDirCacheUnlink(const FcChar8 *\fIdir\fB);
|
|
|
|
(FcConfig *\fIconfig\fB);
|
|
|
|
\fR.fi
|
2009-04-05 10:43:35 -06:00
|
|
|
.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
|
2010-03-25 15:45:57 -06:00
|
|
|
Fontconfig version 2.8.0
|