aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/native/com_libmailcore_AbstractMessagePart.h
blob: 559351a165c984f1c2e3a446b9852a26c6fa40d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_libmailcore_AbstractMessagePart */

#ifndef _Included_com_libmailcore_AbstractMessagePart
#define _Included_com_libmailcore_AbstractMessagePart
#ifdef __cplusplus
extern "C" {
#endif
#undef com_libmailcore_AbstractMessagePart_serialVersionUID
#define com_libmailcore_AbstractMessagePart_serialVersionUID 1LL
/*
 * Class:     com_libmailcore_AbstractMessagePart
 * Method:    header
 * Signature: ()Lcom/libmailcore/MessageHeader;
 */
JNIEXPORT jobject JNICALL Java_com_libmailcore_AbstractMessagePart_header
  (JNIEnv *, jobject);

/*
 * Class:     com_libmailcore_AbstractMessagePart
 * Method:    setHeader
 * Signature: (Lcom/libmailcore/MessageHeader;)V
 */
JNIEXPORT void JNICALL Java_com_libmailcore_AbstractMessagePart_setHeader
  (JNIEnv *, jobject, jobject);

/*
 * Class:     com_libmailcore_AbstractMessagePart
 * Method:    mainPart
 * Signature: ()Lcom/libmailcore/AbstractPart;
 */
JNIEXPORT jobject JNICALL Java_com_libmailcore_AbstractMessagePart_mainPart
  (JNIEnv *, jobject);

/*
 * Class:     com_libmailcore_AbstractMessagePart
 * Method:    setMainPart
 * Signature: (Lcom/libmailcore/AbstractPart;)V
 */
JNIEXPORT void JNICALL Java_com_libmailcore_AbstractMessagePart_setMainPart
  (JNIEnv *, jobject, jobject);

#ifdef __cplusplus
}
#endif
#endif