Upload tizen 2.0 beta source
[framework/graphics/fontconfig.git] / doc / FcConfigParseAndLoad.3
1 .\" This manpage has been automatically generated by docbook2man 
2 .\" from a DocBook document.  This tool can be found at:
3 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
4 .\" Please send any bug reports, improvements, comments, patches, 
5 .\" etc. to Steve Cheng <steve@ggi-project.org>.
6 .TH "FcConfigParseAndLoad" "3" "11 3月 2012" "" ""
7
8 .SH NAME
9 FcConfigParseAndLoad \- load a configuration file
10 .SH SYNOPSIS
11 .sp
12 \fB#include <fontconfig.h>
13 .sp
14 FcBool FcConfigParseAndLoad (FcConfig *\fIconfig\fB, const FcChar8 *\fIfile\fB, FcBool \fIcomplain\fB);
15 \fR
16 .SH "DESCRIPTION"
17 .PP
18 Walks the configuration in 'file' and constructs the internal representation
19 in 'config'.  Any include files referenced from within 'file' will be loaded
20 and parsed.  If 'complain' is FcFalse, no warning will be displayed if
21 \&'file' does not exist. Error and warning messages will be output to stderr.
22 Returns FcFalse if some error occurred while loading the file, either a
23 parse error, semantic error or allocation failure. Otherwise returns FcTrue.
24 .SH "VERSION"
25 .PP
26 Fontconfig version 2.9.0