]> git.sesse.net Git - vlc/blob - bindings/java/includes/JVLC.h
change playlist sorting to use qsort instead bubblesorting that was used.
[vlc] / bindings / java / includes / JVLC.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class org_videolan_jvlc_JVLC */
4
5 #ifndef _Included_org_videolan_jvlc_JVLC
6 #define _Included_org_videolan_jvlc_JVLC
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     org_videolan_jvlc_JVLC
12  * Method:    createInstance
13  * Signature: ([Ljava/lang/String;)J
14  */
15 JNIEXPORT jlong JNICALL Java_org_videolan_jvlc_JVLC_createInstance
16   (JNIEnv *, jobject, jobjectArray);
17
18 /*
19  * Class:     org_videolan_jvlc_JVLC
20  * Method:    _destroy
21  * Signature: ()V
22  */
23 JNIEXPORT void JNICALL Java_org_videolan_jvlc_JVLC__1destroy
24   (JNIEnv *, jobject);
25
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif