1FcInitBringUptoDate(3) FcInitBringUptoDate(3)
2
3
4
6 FcInitBringUptoDate - reload configuration files if needed
7
9 #include <fontconfig.h>
10
11 FcBool FcInitBringUptoDate(void);
12 .fi
13
15 Checks the rescan interval in the default configuration, checking the
16 configuration if the interval has passed and reloading the configura‐
17 tion if when any changes are detected. Returns FcFalse if the configu‐
18 ration cannot be reloaded (see FcInitReinitialize). Otherwise returns
19 FcTrue.
20
22 Fontconfig version 2.8.0
23
24
25
26 18 November 2009 FcInitBringUptoDate(3)