FcConfigParseAndLoad.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $
2.TH "FcConfigParseAndLoad" "3" "18 November 2009" "" ""
3.SH NAME
4FcConfigParseAndLoad \- load a configuration file
5.SH SYNOPSIS
6.nf
7\fB#include <fontconfig.h>
8.sp
9FcBool FcConfigParseAndLoad(FcConfig *\fIconfig\fB);
10(const FcChar8 *\fIfile\fB);
11(FcBool \fIcomplain\fB);
12\fR.fi
13.SH "DESCRIPTION"
14.PP
15Walks the configuration in 'file' and constructs the internal representation
16in 'config'. Any include files referenced from within 'file' will be loaded
17and parsed. If 'complain' is FcFalse, no warning will be displayed if
18\&'file' does not exist. Error and warning messages will be output to stderr.
19Returns FcFalse if some error occurred while loading the file, either a
20parse error, semantic error or allocation failure. Otherwise returns FcTrue.
21.SH "VERSION"
22.PP
23Fontconfig version 2.8.0
24