1FcConfigGetRescanInterval(3) FcConfigGetRescanInterval(3)
2
3
4
6 FcConfigGetRescanInterval - Get config rescan interval
7
9 #include <fontconfig/fontconfig.h>
10
11 int FcConfigGetRescanInterval (FcConfig *config);
12
14 Returns the interval between automatic checks of the configuration (in
15 seconds) specified in config. The configuration is checked during a
16 call to FcFontList when this interval has passed since the last check.
17 An interval setting of zero disables automatic checks. If config is
18 NULL, the current configuration is used.
19
20
21
22Fontconfig 2.14.2 27 1月 2023 FcConfigGetRescanInterval(3)