Compare commits

..

1 Commits

Author SHA1 Message Date
0218b56949 Documentation. 2020-06-23 13:12:05 -04:00

4
jni.go
View File

@ -44,8 +44,8 @@ type (
) )
const ( const (
TRUE = C.JNI_TRUE TRUE C.JNI_TRUE
FALSE = C.JNI_FALSE FALSE C.JNI_FALSE
) )
// JVMFor creates a JVM object, interpreting the given uintptr as a pointer // JVMFor creates a JVM object, interpreting the given uintptr as a pointer