Blame doc/FcInitBringUptoDate.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcInitBringUptoDate" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcInitBringUptoDate \- reload configuration files if needed
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
FcBool FcInitBringUptoDate (void\fI\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Checks the rescan interval in the default configuration, checking the
Packit 352660
configuration if the interval has passed and reloading the configuration if
Packit 352660
when any changes are detected. Returns FcFalse if the configuration cannot
Packit 352660
be reloaded (see FcInitReinitialize). Otherwise returns FcTrue.