summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/kdejava/KMountPoint.h
blob: fc87c000fcdbc9db0716f93bda927225d656da00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* DO NOT EDIT THIS FILE - it is machine generated */

#ifndef __org_kde_koala_KMountPoint__
#define __org_kde_koala_KMountPoint__

#include <jni.h>

#ifdef __cplusplus
extern "C"
{
#endif

extern JNIEXPORT jstring JNICALL Java_org_kde_koala_KMountPoint_mountedFrom (JNIEnv *env, jobject);
extern JNIEXPORT jstring JNICALL Java_org_kde_koala_KMountPoint_realDeviceName (JNIEnv *env, jobject);
extern JNIEXPORT jstring JNICALL Java_org_kde_koala_KMountPoint_mountPoint (JNIEnv *env, jobject);
extern JNIEXPORT jstring JNICALL Java_org_kde_koala_KMountPoint_mountType (JNIEnv *env, jobject);
extern JNIEXPORT jobject JNICALL Java_org_kde_koala_KMountPoint_mountOptions (JNIEnv *env, jobject);
extern JNIEXPORT jstring JNICALL Java_org_kde_koala_KMountPoint_devNameFromOptions (JNIEnv *env, jclass, jobjectArray);

#ifdef __cplusplus
}
#endif

#endif /* __org_kde_koala_KMountPoint__ */