[doc] Document that a zero rescanInterval disables automatic checks (#17103)
This commit is contained in:
parent
41fc0fe68d
commit
3042050954
|
@ -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
|
Returns the interval between automatic checks of the configuration (in
|
||||||
seconds) specified in <parameter>config</parameter>. The configuration is checked during
|
seconds) specified in <parameter>config</parameter>. The configuration is checked during
|
||||||
a call to FcFontList when this interval has passed since the last check.
|
a call to FcFontList when this interval has passed since the last check.
|
||||||
|
An interval setting of zero disables automatic checks.
|
||||||
@@
|
@@
|
||||||
|
|
||||||
@RET@ FcBool
|
@RET@ FcBool
|
||||||
|
@ -180,6 +181,7 @@ a call to FcFontList when this interval has passed since the last check.
|
||||||
@DESC@
|
@DESC@
|
||||||
Sets the rescan interval. Returns FcFalse if the interval cannot be set (due
|
Sets the rescan interval. Returns FcFalse if the interval cannot be set (due
|
||||||
to allocation failure). Otherwise returns FcTrue.
|
to allocation failure). Otherwise returns FcTrue.
|
||||||
|
An interval setting of zero disables automatic checks.
|
||||||
@@
|
@@
|
||||||
|
|
||||||
@RET@ FcBool
|
@RET@ FcBool
|
||||||
|
|
Loading…
Reference in New Issue