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