diff options
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. |