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.
tdebindings/qtjava/javalib/qtjava/TQMimeSource.h

25 lines
950 B

/* DO NOT EDIT THIS FILE - it is machine generated */
#ifndef __org_trinitydesktop_qt_QMimeSource__
#define __org_trinitydesktop_qt_QMimeSource__
#include <jni.h>
#ifdef __cplusplus
extern "C"
{
#endif
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QMimeSource_format__I (JNIEnv *env, jobject, jint);
extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_qt_QMimeSource_format__ (JNIEnv *env, jobject);
extern JNIEXPORT jboolean JNICALL Java_org_trinitydesktop_qt_QMimeSource_provides (JNIEnv *env, jobject, jstring);
extern JNIEXPORT jbyteArray JNICALL Java_org_trinitydesktop_qt_QMimeSource_encodedData (JNIEnv *env, jobject, jstring);
extern JNIEXPORT jint JNICALL Java_org_trinitydesktop_qt_QMimeSource_serialNumber (JNIEnv *env, jobject);
extern JNIEXPORT jlong JNICALL Java_org_trinitydesktop_qt_QMimeSource_mimeSource (JNIEnv *env, jobject);
#ifdef __cplusplus
}
#endif
#endif /* __org_trinitydesktop_qt_QMimeSource__ */