bump to 1.0.0 and clean up spec file
[platform/upstream/libical.git] / src / java / jniICalPeriodType_cxx.h
1 \r
2 /*======================================================================\r
3  FILE: jniICalPeriodType_cxx.h\r
4  CREATOR: structConverter\r
5  (C) COPYRIGHT 2002, Critical Path\r
6 ======================================================================*/\r
7 \r
8 #ifndef _jni_ICalPeriodType_H\r
9 #define _jni_ICalPeriodType_H\r
10 #include <jni.h>\r
11 \r
12 // I forgot how to do this using a typedef in c++!!!!\r
13 #define ICalPeriodType icalperiodtype\r
14 \r
15 \r
16 #ifdef __cplusplus\r
17 extern "C" {\r
18 #endif\r
19 \r
20 #include "ical.h"\r
21 \r
22 static void initICalPeriodTypeFieldIDs(JNIEnv* env, jclass clazz);\r
23 \r
24 void  jni_SetStart_in_ICalPeriodType(struct ICalPeriodType* __ICalPeriodType_, JNIEnv *env, jobject thisICalPeriodType);\r
25 void jni_GetStart_from_ICalPeriodType(struct ICalPeriodType* __ICalPeriodType_, JNIEnv *env, jobject thisICalPeriodType);\r
26 void  jni_SetEnd_in_ICalPeriodType(struct ICalPeriodType* __ICalPeriodType_, JNIEnv *env, jobject thisICalPeriodType);\r
27 void jni_GetEnd_from_ICalPeriodType(struct ICalPeriodType* __ICalPeriodType_, JNIEnv *env, jobject thisICalPeriodType);\r
28 void  jni_SetDuration_in_ICalPeriodType(struct ICalPeriodType* __ICalPeriodType_, JNIEnv *env, jobject thisICalPeriodType);\r
29 void jni_GetDuration_from_ICalPeriodType(struct ICalPeriodType* __ICalPeriodType_, JNIEnv *env, jobject thisICalPeriodType);\r
30 \r
31 void jni_SetAll_in_ICalPeriodType(struct ICalPeriodType* __ICalPeriodType_, JNIEnv* env, jobject thisICalPeriodType);\r
32 void jni_GetAll_from_ICalPeriodType(struct ICalPeriodType* __ICalPeriodType_, JNIEnv* env, jobject thisICalPeriodType);\r
33 \r
34 JNIEXPORT void JNICALL Java_net_cp_jlibical_ICalPeriodType_init__J(JNIEnv* env, jobject thisICalPeriodType, jlong data);\r
35 JNIEXPORT void JNICALL Java_net_cp_jlibical_ICalPeriodType_initFIDs(JNIEnv *env, jclass clazz);\r
36 \r
37 \r
38 #ifdef __cplusplus\r
39 }\r
40 #endif\r
41 \r
42 #endif\r