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