summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqimagedecoder.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqimagedecoder.3qt')
-rw-r--r--doc/man/man3/tqimagedecoder.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqimagedecoder.3qt b/doc/man/man3/tqimagedecoder.3qt
index 33ef1393b..5ba7a8e3c 100644
--- a/doc/man/man3/tqimagedecoder.3qt
+++ b/doc/man/man3/tqimagedecoder.3qt
@@ -66,7 +66,7 @@ Constructs a TQImageDecoder that will send change information to the TQImageCons
.SH "TQImageDecoder::~TQImageDecoder ()"
Destroys a TQImageDecoder. The image it built is destroyed. The decoder built by the factory for the file format is destroyed. The consumer for which it decoded the image is \fInot\fR destroyed.
.SH "int TQImageDecoder::decode ( const uchar * buffer, int length )"
-Call this function to decode some data into image changes. The data in \fIbuffer\fR 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 given in \fIlength\fR.
+Call this function to decode some data into image changes. The data in \fIbuffer\fR 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 given in \fIlength\fR.
.PP
Returns the number of bytes consumed: 0 if consumption is complete, and -1 if decoding fails due to invalid data.
.SH "TQImageFormatType * TQImageDecoder::format ( const char * name )\fC [static]\fR"