mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-05 08:02:05 +00:00
18 lines
413 B
Groff
18 lines
413 B
Groff
|
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
||
|
.TH "FcDirCacheValid" "3" "18 November 2009" "" ""
|
||
|
.SH NAME
|
||
|
FcDirCacheValid \- check directory cache
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig.h>
|
||
|
.sp
|
||
|
FcBool FcDirCacheValid(const FcChar8 *\fIdir\fB);
|
||
|
\fR.fi
|
||
|
.SH "DESCRIPTION"
|
||
|
.PP
|
||
|
Returns FcTrue if \fIdir\fR has an associated valid cache
|
||
|
file, else returns FcFalse
|
||
|
.SH "VERSION"
|
||
|
.PP
|
||
|
Fontconfig version 2.8.0
|