Corrected comment on the type typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4896 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6c239cbb01
commit
2837d84df9
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@
|
|||
|
||||
/* The jni, jtype and jstype typemaps work together and so there should be one of each.
|
||||
* The jni typemap contains the JNI type used in the JNI (C/C++) code.
|
||||
* The jtype typemap contains the Java type used in the Java module class.
|
||||
* The jstype typemap contains the Java type used in the Java proxy class. */
|
||||
* The jtype typemap contains the Java type used in the JNI intermediary class.
|
||||
* The jstype typemap contains the Java type used in the Java proxy classes, type wrapper classes and module class. */
|
||||
|
||||
/* Primitive types */
|
||||
%typemap(jni) bool, const bool & "jboolean"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue