1FcConfigSetRescanInterval(3) FcConfigSetRescanInterval(3)
2
3
4
6 FcConfigSetRescanInterval - Set config rescan interval
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcConfigSetRescanInterval (FcConfig *config, int rescanInterval);
12
14 Sets the rescan interval. Returns FcFalse if the interval cannot be set
15 (due to allocation failure). Otherwise returns FcTrue. An interval
16 setting of zero disables automatic checks. If config is NULL, the cur‐
17 rent configuration is used.
18
19
20
21Fontconfig 2.13.1 30 8月 2018 FcConfigSetRescanInterval(3)