comparison src/name/blackcap/exifwasher/exiv2/native.hpp @ 0:db63d01a23c6

JNI calls and test case (finally!) seem to work.
author David Barts <n5jrn@me.com>
date Tue, 31 Mar 2020 13:24:48 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:db63d01a23c6
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class name_blackcap_exifwasher_exiv2_Image */
4
5 #ifndef _Included_name_blackcap_exifwasher_exiv2_Image
6 #define _Included_name_blackcap_exifwasher_exiv2_Image
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11 * Class: name_blackcap_exifwasher_exiv2_Image
12 * Method: _ctor
13 * Signature: (Ljava/lang/String;)J
14 */
15 JNIEXPORT jlong JNICALL Java_name_blackcap_exifwasher_exiv2_Image__1ctor
16 (JNIEnv *, jobject, jstring);
17
18 /*
19 * Class: name_blackcap_exifwasher_exiv2_Image
20 * Method: _writeMetadata
21 * Signature: ()V
22 */
23 JNIEXPORT void JNICALL Java_name_blackcap_exifwasher_exiv2_Image__1writeMetadata
24 (JNIEnv *, jobject);
25
26 /*
27 * Class: name_blackcap_exifwasher_exiv2_Image
28 * Method: _getMetadata
29 * Signature: ()J
30 */
31 JNIEXPORT jlong JNICALL Java_name_blackcap_exifwasher_exiv2_Image__1getMetadata
32 (JNIEnv *, jobject);
33
34 /*
35 * Class: name_blackcap_exifwasher_exiv2_Image
36 * Method: _dtor
37 * Signature: ()V
38 */
39 JNIEXPORT void JNICALL Java_name_blackcap_exifwasher_exiv2_Image__1dtor
40 (JNIEnv *, jobject);
41
42 #ifdef __cplusplus
43 }
44 #endif
45 #endif
46 /* Header for class name_blackcap_exifwasher_exiv2_ExifData */
47
48 #ifndef _Included_name_blackcap_exifwasher_exiv2_ExifData
49 #define _Included_name_blackcap_exifwasher_exiv2_ExifData
50 #ifdef __cplusplus
51 extern "C" {
52 #endif
53 /*
54 * Class: name_blackcap_exifwasher_exiv2_ExifData
55 * Method: _erase
56 * Signature: (Ljava/lang/String;)V
57 */
58 JNIEXPORT void JNICALL Java_name_blackcap_exifwasher_exiv2_ExifData__1erase
59 (JNIEnv *, jobject, jstring);
60
61 /*
62 * Class: name_blackcap_exifwasher_exiv2_ExifData
63 * Method: _value
64 * Signature: (Ljava/lang/String;)Lname/blackcap/exifwasher/exiv2/ExifData/Value;
65 */
66 JNIEXPORT jobject JNICALL Java_name_blackcap_exifwasher_exiv2_ExifData__1value
67 (JNIEnv *, jobject, jstring);
68
69 /*
70 * Class: name_blackcap_exifwasher_exiv2_ExifData
71 * Method: _keys
72 * Signature: ()[Ljava/lang/String;
73 */
74 JNIEXPORT jobjectArray JNICALL Java_name_blackcap_exifwasher_exiv2_ExifData__1keys
75 (JNIEnv *, jobject);
76
77 #ifdef __cplusplus
78 }
79 #endif
80 #endif
81 /* Header for class name_blackcap_exifwasher_exiv2_ExifData_Value */
82
83 #ifndef _Included_name_blackcap_exifwasher_exiv2_ExifData_Value
84 #define _Included_name_blackcap_exifwasher_exiv2_ExifData_Value
85 #ifdef __cplusplus
86 extern "C" {
87 #endif
88 #ifdef __cplusplus
89 }
90 #endif
91 #endif