From 3042050954ddbe205e3166c9910886839829e788 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 13 Aug 2008 03:16:39 -0400 Subject: [PATCH] [doc] Document that a zero rescanInterval disables automatic checks (#17103) --- doc/fcconfig.fncs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 6c91403..0360df9 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -170,6 +170,7 @@ blanks were present in the configuration, this function will return 0. 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. @@ @RET@ FcBool @@ -180,6 +181,7 @@ a call to FcFontList when this interval has passed since the last check. @DESC@ Sets the rescan interval. Returns FcFalse if the interval cannot be set (due to allocation failure). Otherwise returns FcTrue. +An interval setting of zero disables automatic checks. @@ @RET@ FcBool