diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/qnpinstance.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qnpinstance.html')
| -rw-r--r-- | doc/html/qnpinstance.html | 6 |
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 char * url, const char * window = 0, void * data = 0 )</li> <li class=fn>void <a href="#getURL"><b>getURL</b></a> ( const char * url, const char * window = 0 )</li> <li class=fn>void <a href="#postURL"><b>postURL</b></a> ( const char * url, const char * window, uint len, const char * buf, bool file )</li> -<li class=fn>TQNPStream * <a href="#newStream"><b>newStream</b></a> ( const char * mimetype, const char * window, bool as_file = FALSE )</li> +<li class=fn>TQNPStream * <a href="#newStream"><b>newStream</b></a> ( const char * mimetype, const char * window, bool as_file = false )</li> <li class=fn>virtual void <a href="#streamAsFile"><b>streamAsFile</b></a> ( TQNPStream *, const char * 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 char * url, Reason r, void * 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> * <a name="newStream"></a>TQNPInstance::newStream ( const char * mimetype, const char * window, bool as_file = FALSE ) +<h3 class=fn><a href="qnpstream.html">TQNPStream</a> * <a name="newStream"></a>TQNPInstance::newStream ( const char * mimetype, const char * window, bool 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. |
