From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqimagedecoder.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/tqimagedecoder.html') diff --git a/doc/html/tqimagedecoder.html b/doc/html/tqimagedecoder.html index 9bd566431..4e605aae0 100644 --- a/doc/html/tqimagedecoder.html +++ b/doc/html/tqimagedecoder.html @@ -99,7 +99,7 @@ consumer for which it decoded the image is not destroyed. Call this function to decode some data into image changes. The data in buffer will be decoded, sending change information to the TQImageConsumer of this TQImageDecoder until one of the change -functions of the consumer returns FALSE. The length of the data is +functions of the consumer returns false. The length of the data is given in length.

Returns the number of bytes consumed: 0 if consumption is complete, and -1 if decoding fails due to invalid data. -- cgit v1.2.3