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