FACT++  1.0
JNIEXPORT jint JNICALL Java_dim_Native_stop ( JNIEnv *  env,
jclass  nativeClass 
)

Definition at line 367 of file dim_jni.c.

References Java_dim_Dbg_setMask(), and JNI_OnUnLoad().

Referenced by Java_dim_Native_init().

368 {
369 
370  if(nativeClass){}
371  return JNI_OnUnLoad(env, 0);
372 }
JNIEXPORT jint JNICALL JNI_OnUnLoad(JNIEnv *env, void *reserved)
Definition: dim_jni.c:312

+ Here is the call graph for this function:

+ Here is the caller graph for this function: