Imported Upstream version 2.13.1
[platform/upstream/fontconfig.git] / doc / FcConfigGetRescanInterval.3
1 .\" auto-generated by docbook2man-spec from docbook-utils package
2 .TH "FcConfigGetRescanInterval" "3" "30 8月 2018" "Fontconfig 2.13.1" ""
3 .SH NAME
4 FcConfigGetRescanInterval \- Get config rescan interval
5 .SH SYNOPSIS
6 .nf
7 \fB#include <fontconfig/fontconfig.h>
8 .sp
9 int FcConfigGetRescanInterval (FcConfig *\fIconfig\fB);
10 .fi\fR
11 .SH "DESCRIPTION"
12 .PP
13 Returns the interval between automatic checks of the configuration (in
14 seconds) specified in \fIconfig\fR\&. The configuration is checked during
15 a call to FcFontList when this interval has passed since the last check.
16 An interval setting of zero disables automatic checks.
17 If \fIconfig\fR is NULL, the current configuration is used.