Blame doc/FcConfigParseAndLoad.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcConfigParseAndLoad" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcConfigParseAndLoad \- load a configuration file
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcBool FcConfigParseAndLoad (FcConfig *\fIconfig\fB, const FcChar8 *\fIfile\fB, FcBool \fIcomplain\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Walks the configuration in 'file' and constructs the internal representation
Packit 352660
in 'config'. Any include files referenced from within 'file' will be loaded
Packit 352660
and parsed. If 'complain' is FcFalse, no warning will be displayed if
Packit 352660
\&'file' does not exist. Error and warning messages will be output to stderr.
Packit 352660
Returns FcFalse if some error occurred while loading the file, either a
Packit 352660
parse error, semantic error or allocation failure. Otherwise returns FcTrue.