diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qnplugin.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qnplugin.html')
-rw-r--r-- | doc/html/qnplugin.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qnplugin.html b/doc/html/qnplugin.html index 77e88ba81..f5dd9d1c5 100644 --- a/doc/html/qnplugin.html +++ b/doc/html/qnplugin.html @@ -107,7 +107,7 @@ the plugin. The default returns 0, indicating no class. <p> If you override this class, you must also override <a href="#unuseJavaClass">TQNPlugin::unuseJavaClass</a>(). <p> The return value is actually a <tt>jref</tt>; we use <tt>void*</tt> so as to -avoid burdening plugins which do not retquire Java. +avoid burdening plugins which do not require Java. <p> <p>See also <a href="#getJavaEnv">getJavaEnv</a>() and <a href="qnpinstance.html#getJavaPeer">TQNPInstance::getJavaPeer</a>(). <h3 class=fn>void * <a name="getJavaEnv"></a>TQNPlugin::getJavaEnv () const @@ -115,7 +115,7 @@ avoid burdening plugins which do not retquire Java. Returns a pointer to the Java execution environment, or 0 if either Java is disabled or an error occurred. <p> The return value is actually a <tt>JRIEnv*</tt>; we use <tt>void*</tt> so as -to avoid burdening plugins which do not retquire Java. +to avoid burdening plugins which do not require Java. <p> <p>See also <a href="#getJavaClass">getJavaClass</a>() and <a href="qnpinstance.html#getJavaPeer">TQNPInstance::getJavaPeer</a>(). <h3 class=fn>const char * <a name="getMIMEDescription"></a>TQNPlugin::getMIMEDescription () const<tt> [pure virtual]</tt> |