aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/native/com_libmailcore_AbstractMessagePart.h
blob: 67530cc4582be426f352a7a5e13c94ef08b89cdc (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
/* 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
/*
 * 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