18 lines
403 B
Groff
18 lines
403 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.TH "FcFileIsDir" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcFileIsDir \- check whether a file is a directory
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcFileIsDir(const FcChar8 *\fIfile\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Returns FcTrue if \fIfile\fR is a directory, otherwise
|
|
returns FcFalse.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|