diff options
Diffstat (limited to 'tdejava/koala/tdejava/KMountPoint.h')
-rw-r--r-- | tdejava/koala/tdejava/KMountPoint.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tdejava/koala/tdejava/KMountPoint.h b/tdejava/koala/tdejava/KMountPoint.h new file mode 100644 index 00000000..50fc5aaf --- /dev/null +++ b/tdejava/koala/tdejava/KMountPoint.h @@ -0,0 +1,24 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ + +#ifndef __org_trinitydesktop_koala_KMountPoint__ +#define __org_trinitydesktop_koala_KMountPoint__ + +#include <jni.h> + +#ifdef __cplusplus +extern "C" +{ +#endif + +extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_koala_KMountPoint_mountedFrom (JNIEnv *env, jobject); +extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_koala_KMountPoint_realDeviceName (JNIEnv *env, jobject); +extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_koala_KMountPoint_mountPoint (JNIEnv *env, jobject); +extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_koala_KMountPoint_mountType (JNIEnv *env, jobject); +extern JNIEXPORT jobject JNICALL Java_org_trinitydesktop_koala_KMountPoint_mountOptions (JNIEnv *env, jobject); +extern JNIEXPORT jstring JNICALL Java_org_trinitydesktop_koala_KMountPoint_devNameFromOptions (JNIEnv *env, jclass, jobjectArray); + +#ifdef __cplusplus +} +#endif + +#endif /* __org_trinitydesktop_koala_KMountPoint__ */ |