bump to 1.0.0 and clean up spec file
[platform/upstream/libical.git] / src / java / jniICalTriggerType_cxx.h
1
2 /*======================================================================
3  FILE: jniICalTriggerType_cxx.h
4  CREATOR: structConverter
5  (C) COPYRIGHT 2002, Critical Path
6 ======================================================================*/
7
8 #ifndef _jni_ICalTriggerType_H
9 #define _jni_ICalTriggerType_H
10 #include <jni.h>
11
12 // I forgot how to do this using a typedef in c++!!!!
13 #define ICalTriggerType icaltriggertype
14
15
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19
20 #include "ical.h"
21
22 static void initICalTriggerTypeFieldIDs(JNIEnv* env, jclass clazz);
23
24 void  jni_SetTime_in_ICalTriggerType(struct ICalTriggerType* __ICalTriggerType_, JNIEnv *env, jobject thisICalTriggerType);
25 void jni_GetTime_from_ICalTriggerType(struct ICalTriggerType* __ICalTriggerType_, JNIEnv *env, jobject thisICalTriggerType);
26 void  jni_SetDuration_in_ICalTriggerType(struct ICalTriggerType* __ICalTriggerType_, JNIEnv *env, jobject thisICalTriggerType);
27 void jni_GetDuration_from_ICalTriggerType(struct ICalTriggerType* __ICalTriggerType_, JNIEnv *env, jobject thisICalTriggerType);
28 void jni_SetAll_in_ICalTriggerType(struct ICalTriggerType* __ICalTriggerType_, JNIEnv* env, jobject thisICalTriggerType);
29
30 void jni_GetAll_from_ICalTriggerType(struct ICalTriggerType* __ICalTriggerType_, JNIEnv* env, jobject thisICalTriggerType);
31 JNIEXPORT void JNICALL Java_net_cp_jlibical_ICalTriggerType_init__J(JNIEnv* env, jobject thisICalTriggerType, jlong data);
32 JNIEXPORT void JNICALL Java_net_cp_jlibical_ICalTriggerType_initFIDs(JNIEnv *env, jclass clazz);
33
34
35 #ifdef __cplusplus
36 }
37 #endif
38
39 #endif