diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqimagedecoder.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqimagedecoder.html')
-rw-r--r-- | doc/html/tqimagedecoder.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 <em>not</em> destroyed. Call this function to decode some data into image changes. The data in <em>buffer</em> will be decoded, sending change information to the <a href="tqimageconsumer.html">TQImageConsumer</a> 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 <em>length</em>. <p> Returns the number of bytes consumed: 0 if consumption is complete, and -1 if decoding fails due to invalid data. |