logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcConfigGetRescanInterval - Get config rescan interval

Description

Returns the interval between automatic checks of the configuration (in seconds) specified in config. The configuration is checked during a call to FcFontList when this interval has passed since the last check. An interval setting of zero disables automatic checks. If config is NULL, the current configuration is used. Fontconfig 2.15.0 04 July 2025 FcConfigGetRescanInterval(3)

Name

FcConfigGetRescanInterval - Get config rescan interval

Synopsis

#include<fontconfig/fontconfig.h>intFcConfigGetRescanInterval(FcConfig*config);

See Also