Compare commits

..

1 Commits

Author SHA1 Message Date
afef4e65f6 Documentation. 2020-06-23 13:12:34 -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