20 lines
610 B
Groff
20 lines
610 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcInitReinitialize" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcInitReinitialize \- re-initialize library
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcBool FcInitReinitialize(void\fI\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Forces the default configuration file to be reloaded and resets the default
|
|
configuration. Returns FcFalse if the configuration cannot be reloaded (due
|
|
to config file errors, allocation failures or other issues) and leaves the
|
|
existing configuration unchanged. Otherwise returns FcTrue.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|