FcDirCacheUnlink.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcDirCacheUnlink" "3" "18 November 2009" "" ""
3.SH NAME
4FcDirCacheUnlink \- Remove all caches related to dir
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcBool FcDirCacheUnlink(const FcChar8 *\fIdir\fB);
10(FcConfig *\fIconfig\fB);
11\fR.fi
12.SH "DESCRIPTION"
13.PP
14Scans the cache directories in \fIconfig\fR, removing any
15instances of the cache file for \fIdir\fR\&. Returns FcFalse
16when some internal error occurs (out of memory, etc). Errors actually
17unlinking any files are ignored.
18.SH "VERSION"
19.PP
20Fontconfig version 2.8.0
21