You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
721 B
23 lines
721 B
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
#ifndef __org_trinitydesktop_qt_QCustomEvent__
|
|
#define __org_trinitydesktop_qt_QCustomEvent__
|
|
|
|
#include <jni.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QCustomEvent_newTQCustomEvent (JNIEnv *env, jobject, jint);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QCustomEvent_finalize (JNIEnv *env, jobject);
|
|
extern JNIEXPORT void JNICALL Java_org_trinitydesktop_qt_QCustomEvent_dispose (JNIEnv *env, jobject);
|
|
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QCustomEvent_isDisposed (JNIEnv *env, jobject);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __org_trinitydesktop_qt_QCustomEvent__ */
|