Special variables typo reported by James Carpenter

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4920 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-06-23 19:36:24 +00:00
commit 9864ede718

View file

@ -3225,7 +3225,7 @@ JNIEXPORT jobject JNICALL Java_jnifn(...) {
</pre></blockquote>
<b><tt>$javainput, $jnicall and $owner</tt></b><br>
The $javainput special variable is used in "javaout" typemaps and $jnicall and $owner are used in "javain" typemaps.
The $javainput special variable is used in "javain" typemaps and $jnicall and $owner are used in "javaout" typemaps.
$jnicall is analogous to $action in %exception. It is replaced by the call to the native method in the intermediary JNI class.
$owner is replaced by either <tt>true</tt> if %newobject has been used, otherwise <tt>false</tt>.
$javainput is analogous to the $input special variable. It is replaced by the parameter name.
@ -4172,4 +4172,4 @@ If your SWIG installation went well Unix users should be able to type <tt>make</
For the benefit of Windows users, there are also Visual C++ project files in a couple of the <a href="Windows.html#examples">Windows Examples</a>.
</body>
</html>
</html>