From: Behdad Esfahbod Date: Wed, 13 Aug 2008 07:16:39 +0000 (-0400) Subject: [doc] Document that a zero rescanInterval disables automatic checks (#17103) X-Git-Tag: 2.7.0~174 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3042050954ddbe205e3166c9910886839829e788;p=fontconfig.git [doc] Document that a zero rescanInterval disables automatic checks (#17103) --- 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