- C_JNIEnv
alias C_JNIEnv = const(JNINativeInterface)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNIEnv
alias JNIEnv = const(JNINativeInterface)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JavaVM
alias JavaVM = const(JNIInvokeInterface)*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jarray
alias jarray = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jboolean
alias jboolean = ubyte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jbooleanArray
alias jbooleanArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jbyte
alias jbyte = byte
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jbyteArray
alias jbyteArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jchar
alias jchar = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jcharArray
alias jcharArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jclass
alias jclass = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jdouble
alias jdouble = double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jdoubleArray
alias jdoubleArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jfieldID
alias jfieldID = _jfieldID*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jfloat
alias jfloat = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jfloatArray
alias jfloatArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jint
alias jint = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jintArray
alias jintArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jlong
alias jlong = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jlongArray
alias jlongArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jmethodID
alias jmethodID = _jmethodID*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jobject
alias jobject = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jobjectArray
alias jobjectArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jshort
alias jshort = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jshortArray
alias jshortArray = jarray
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jsize
alias jsize = jint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jstring
alias jstring = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jthrowable
alias jthrowable = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- jweak
alias jweak = jobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_ABORT
enum JNI_ABORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_COMMIT
enum JNI_COMMIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_EDETACHED
enum JNI_EDETACHED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_ERR
enum JNI_ERR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_EVERSION
enum JNI_EVERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_FALSE
enum JNI_FALSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_OK
enum JNI_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_TRUE
enum JNI_TRUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_VERSION_1_1
enum JNI_VERSION_1_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_VERSION_1_2
enum JNI_VERSION_1_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_VERSION_1_4
enum JNI_VERSION_1_4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNI_VERSION_1_6
enum JNI_VERSION_1_6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNIInvokeInterface
struct JNIInvokeInterface
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNINativeInterface
struct JNINativeInterface
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JNINativeMethod
struct JNINativeMethod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JavaVMAttachArgs
struct JavaVMAttachArgs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JavaVMInitArgs
struct JavaVMInitArgs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- JavaVMOption
struct JavaVMOption
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _JNIEnv
struct _JNIEnv
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _JavaVM
struct _JavaVM
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _jfieldID
struct _jfieldID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- _jmethodID
struct _jmethodID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.