6cd6a1d6f1
this uses a patched version of libtool to fix linking on vax.
25 lines
820 B
Groff
25 lines
820 B
Groff
.\" This manpage has been automatically generated by docbook2man
|
|
.\" from a DocBook document. This tool can be found at:
|
|
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
|
|
.\" Please send any bug reports, improvements, comments, patches,
|
|
.\" etc. to Steve Cheng <steve@ggi-project.org>.
|
|
.TH "FcDirCacheUnlink" "3" "31 May 2008" "" ""
|
|
|
|
.SH NAME
|
|
FcDirCacheUnlink \- Remove all caches related to dir
|
|
.SH SYNOPSIS
|
|
.sp
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcDirCacheUnlink (const FcChar8 *\fIdir\fB, FcConfig *\fIconfig\fB);
|
|
\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.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.6.0
|