summaryrefslogtreecommitdiffstats
path: root/doc/html/qnpstream.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qnpstream.html')
-rw-r--r--doc/html/qnpstream.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qnpstream.html b/doc/html/qnpstream.html
index 66f624173..74cfb296d 100644
--- a/doc/html/qnpstream.html
+++ b/doc/html/qnpstream.html
@@ -74,8 +74,8 @@ Destroys the stream.
<h3 class=fn>bool <a name="complete"></a>TQNPStream::complete () const
</h3>
-Returns TRUE if the stream has received all the data from the
-source; otherwise returns FALSE.
+Returns true if the stream has received all the data from the
+source; otherwise returns false.
<h3 class=fn>uint <a name="end"></a>TQNPStream::end () const
</h3>
@@ -93,8 +93,8 @@ Returns the time when the source of the stream was last modified.
<h3 class=fn>bool <a name="okay"></a>TQNPStream::okay () const
</h3>
-Returns TRUE if no errors have occurred on the stream; otherwise
-returns FALSE.
+Returns true if no errors have occurred on the stream; otherwise
+returns false.
<h3 class=fn>void <a name="requestRead"></a>TQNPStream::requestRead ( int&nbsp;offset, uint&nbsp;length )
</h3>
@@ -103,7 +103,7 @@ Requests the section of the stream, of <em>length</em> bytes from <em>offset</em
<h3 class=fn>bool <a name="seekable"></a>TQNPStream::seekable () const
</h3>
-Returns TRUE if the stream is seekable; otherwise returns FALSE.
+Returns true if the stream is seekable; otherwise returns false.
<h3 class=fn>const char * <a name="type"></a>TQNPStream::type () const
</h3>