summaryrefslogtreecommitdiffstats
path: root/doc/html/qnpinstance.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qnpinstance.html')
-rw-r--r--doc/html/qnpinstance.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qnpinstance.html b/doc/html/qnpinstance.html
index 87fb6d5b7..8c1db753c 100644
--- a/doc/html/qnpinstance.html
+++ b/doc/html/qnpinstance.html
@@ -59,7 +59,7 @@ body { background: #ffffff; color: black; }
<li class=fn>void <a href="#getURLNotify"><b>getURLNotify</b></a> ( const&nbsp;char&nbsp;*&nbsp;url, const&nbsp;char&nbsp;*&nbsp;window = 0, void&nbsp;*&nbsp;data = 0 )</li>
<li class=fn>void <a href="#getURL"><b>getURL</b></a> ( const&nbsp;char&nbsp;*&nbsp;url, const&nbsp;char&nbsp;*&nbsp;window = 0 )</li>
<li class=fn>void <a href="#postURL"><b>postURL</b></a> ( const&nbsp;char&nbsp;*&nbsp;url, const&nbsp;char&nbsp;*&nbsp;window, uint&nbsp;len, const&nbsp;char&nbsp;*&nbsp;buf, bool&nbsp;file )</li>
-<li class=fn>TQNPStream * <a href="#newStream"><b>newStream</b></a> ( const&nbsp;char&nbsp;*&nbsp;mimetype, const&nbsp;char&nbsp;*&nbsp;window, bool&nbsp;as_file = FALSE )</li>
+<li class=fn>TQNPStream * <a href="#newStream"><b>newStream</b></a> ( const&nbsp;char&nbsp;*&nbsp;mimetype, const&nbsp;char&nbsp;*&nbsp;window, bool&nbsp;as_file = false )</li>
<li class=fn>virtual void <a href="#streamAsFile"><b>streamAsFile</b></a> ( TQNPStream *, const&nbsp;char&nbsp;*&nbsp;fname )</li>
<li class=fn>void * <a href="#getJavaPeer"><b>getJavaPeer</b></a> () const</li>
<li class=fn>virtual void <a href="#notifyURL"><b>notifyURL</b></a> ( const&nbsp;char&nbsp;*&nbsp;url, Reason&nbsp;r, void&nbsp;*&nbsp;notifyData )</li>
@@ -192,7 +192,7 @@ an explanation of window names. Passes the arguments including <em>data</em> to
</h3>
Returns the mode of the plugin.
-<h3 class=fn><a href="qnpstream.html">TQNPStream</a>&nbsp;* <a name="newStream"></a>TQNPInstance::newStream ( const&nbsp;char&nbsp;*&nbsp;mimetype, const&nbsp;char&nbsp;*&nbsp;window, bool&nbsp;as_file = FALSE )
+<h3 class=fn><a href="qnpstream.html">TQNPStream</a>&nbsp;* <a name="newStream"></a>TQNPInstance::newStream ( const&nbsp;char&nbsp;*&nbsp;mimetype, const&nbsp;char&nbsp;*&nbsp;window, bool&nbsp;as_file = false )
</h3>
<p><b>This function is under development and is subject to change.</b>
<p> This function is <em>not tested</em>.
@@ -205,7 +205,7 @@ NPN_NewStream function of the <a href="netscape-plugin.html#Netscape">Netscape</
</h3>
<p> This function is called when a new stream has been created. The
-instance should return TRUE if it accepts the processing of the
+instance should return true if it accepts the processing of the
stream. If the instance requires the stream as a file, it should
set <em>smode</em> to <a href="#StreamMode-enum">AsFileOnly</a>, in which case the data will be
delivered some time later to the <a href="#streamAsFile">streamAsFile</a>() function.