Blame doc/FcConfigGetRescanInterval.3

Packit 352660
.\" auto-generated by docbook2man-spec from docbook-utils package
Packit 352660
.TH "FcConfigGetRescanInterval" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
Packit 352660
.SH NAME
Packit 352660
FcConfigGetRescanInterval \- Get config rescan interval
Packit 352660
.SH SYNOPSIS
Packit 352660
.nf
Packit 352660
\fB#include <fontconfig/fontconfig.h>
Packit 352660
.sp
Packit 352660
int FcConfigGetRescanInterval (FcConfig *\fIconfig\fB);
Packit 352660
.fi\fR
Packit 352660
.SH "DESCRIPTION"
Packit 352660
.PP
Packit 352660
Returns the interval between automatic checks of the configuration (in
Packit 352660
seconds) specified in \fIconfig\fR\&. The configuration is checked during
Packit 352660
a call to FcFontList when this interval has passed since the last check.
Packit 352660
An interval setting of zero disables automatic checks.
Packit 352660
If \fIconfig\fR is NULL, the current configuration is used.