gnu_java_awt_peer_qt_QtButtonPeer.h 482 Bytes
Newer Older
Tom Tromey committed
1 2
/* DO NOT EDIT THIS FILE - it is machine generated */

3 4
#include <jni.h>

Tom Tromey committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
#ifndef __gnu_java_awt_peer_qt_QtButtonPeer__
#define __gnu_java_awt_peer_qt_QtButtonPeer__

#ifdef __cplusplus
extern "C"
{
#endif

JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtButtonPeer_init (JNIEnv *env, jobject);
JNIEXPORT void JNICALL Java_gnu_java_awt_peer_qt_QtButtonPeer_setLabel (JNIEnv *env, jobject, jstring);

#ifdef __cplusplus
}
#endif

#endif /* __gnu_java_awt_peer_qt_QtButtonPeer__ */