1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class MixedJava */
4 
5 #ifndef _Included_MixedJava
6 #define _Included_MixedJava
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     MixedJava
12  * Method:    set_object_array_elem
13  * Signature: ([LMixedJava;LMixedJava;I)V
14  */
15 JNIEXPORT void JNICALL Java_MixedJava_set_1object_1array_1elem
16   (JNIEnv *, jclass, jobjectArray, jobject, jint);
17 
18 /*
19  * Class:     MixedJava
20  * Method:    get_object_array_elem
21  * Signature: ([LMixedJava;I)LMixedJava;
22  */
23 JNIEXPORT jobject JNICALL Java_MixedJava_get_1object_1array_1elem
24   (JNIEnv *, jclass, jobjectArray, jint);
25 
26 /*
27  * Class:     MixedJava
28  * Method:    create_new_object_array
29  * Signature: (LMixedJava;)[LMixedJava;
30  */
31 JNIEXPORT jobjectArray JNICALL Java_MixedJava_create_1new_1object_1array
32   (JNIEnv *, jclass, jobject);
33 
34 #ifdef __cplusplus
35 }
36 #endif
37 #endif
38