2023-08-28 05:57:34 +00:00
|
|
|
.\" auto-generated by docbook2man-spec from docbook-utils package
|
2025-01-10 01:40:29 +00:00
|
|
|
.TH "FcDirCacheUnlink" "3" "22 12月 2023" "Fontconfig 2.15.0" ""
|
2023-08-28 05:57:34 +00:00
|
|
|
.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.
|