|
@@ -0,0 +1,37 @@
|
|
|
|
|
+/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
|
+#include <jni.h>
|
|
|
|
|
+/* Header for class space_anyi_jni_parameter_ObjectTest */
|
|
|
|
|
+
|
|
|
|
|
+#ifndef _Included_space_anyi_jni_parameter_ObjectTest
|
|
|
|
|
+#define _Included_space_anyi_jni_parameter_ObjectTest
|
|
|
|
|
+#ifdef __cplusplus
|
|
|
|
|
+extern "C" {
|
|
|
|
|
+#endif
|
|
|
|
|
+/*
|
|
|
|
|
+ * Class: space_anyi_jni_parameter_ObjectTest
|
|
|
|
|
+ * Method: getStudent
|
|
|
|
|
+ * Signature: ()Lspace/anyi/jni/parameter/Student;
|
|
|
|
|
+ */
|
|
|
|
|
+JNIEXPORT jobject JNICALL Java_space_anyi_jni_parameter_ObjectTest_getStudent
|
|
|
|
|
+ (JNIEnv *, jobject);
|
|
|
|
|
+
|
|
|
|
|
+/*
|
|
|
|
|
+ * Class: space_anyi_jni_parameter_ObjectTest
|
|
|
|
|
+ * Method: printStudentInfo
|
|
|
|
|
+ * Signature: (Lspace/anyi/jni/parameter/Student;)V
|
|
|
|
|
+ */
|
|
|
|
|
+JNIEXPORT void JNICALL Java_space_anyi_jni_parameter_ObjectTest_printStudentInfo
|
|
|
|
|
+ (JNIEnv *, jobject, jobject);
|
|
|
|
|
+
|
|
|
|
|
+/*
|
|
|
|
|
+ * Class: space_anyi_jni_parameter_ObjectTest
|
|
|
|
|
+ * Method: free
|
|
|
|
|
+ * Signature: (Lspace/anyi/jni/parameter/Student;)V
|
|
|
|
|
+ */
|
|
|
|
|
+JNIEXPORT void JNICALL Java_space_anyi_jni_parameter_ObjectTest_free
|
|
|
|
|
+ (JNIEnv *, jobject, jobject);
|
|
|
|
|
+
|
|
|
|
|
+#ifdef __cplusplus
|
|
|
|
|
+}
|
|
|
|
|
+#endif
|
|
|
|
|
+#endif
|