gcc/libjava/classpath/native/jni/qt-peer/nativewrapper.h

11 lines
204 B
C
Raw Normal View History

2005-09-23 19:36:46 +00:00
#ifndef NATIVEWRAPPER_H
#define NATIVEWRAPPER_H
#include <jni.h>
void *getNativeObject( JNIEnv *env, jobject qtcomponent );
void setNativeObject( JNIEnv *env, jobject qtcomponent, void *ptr );
#endif