diff --git a/jni.d b/jni.d index c6648f6..6e4f8ca 100644 --- a/jni.d +++ b/jni.d @@ -2531,7 +2531,6 @@ import core.stdc.stdarg; //version (Android): extern (System): -@system: nothrow: @nogc: @@ -2591,6 +2590,8 @@ enum JNI_EVERSION = -3; enum JNI_COMMIT = 1; enum JNI_ABORT = 2; +@system: + struct JNINativeMethod { const(char)* name;