mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-10 18:31:11 +00:00
21 lines
590 B
Groff
21 lines
590 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcDirCacheUnlink" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcDirCacheUnlink \- Remove all caches related to dir
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcBool FcDirCacheUnlink(const FcChar8 *\fIdir\fB);
|
||
|
(FcConfig *\fIconfig\fB);
|
||
|
\fR.fi
|
||
|
.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.8.0
|