1FcConfigSetRescanInterval(3) FcConfigSetRescanInterval(3)
2
3
4
6 FcConfigSetRescanInterval - Set config rescan interval
7
9 #include <fontconfig.h>
10
11 FcBool FcConfigSetRescanInterval(FcConfig *config);
12 (int rescanInterval);
13 .fi
14
16 Sets the rescan interval. Returns FcFalse if the interval cannot be set
17 (due to allocation failure). Otherwise returns FcTrue. An interval
18 setting of zero disables automatic checks. If config is NULL, the cur‐
19 rent configuration is used.
20
22 Fontconfig version 2.8.0
23
24
25
26 18 November 2009 FcConfigSetRescanInterval(3)