annotate bindings/java/AudioDB.h @ 698:10d3692e0b06

* Initial commit of Java bindings. * Currently supports creation of db. More to come!
author mas01mj
date Mon, 26 Apr 2010 17:17:07 +0000
parents
children
rev   line source
mas01mj@698 1 /* DO NOT EDIT THIS FILE - it is machine generated */
mas01mj@698 2 #include <jni.h>
mas01mj@698 3 /* Header for class AudioDB */
mas01mj@698 4
mas01mj@698 5 #ifndef _Included_AudioDB
mas01mj@698 6 #define _Included_AudioDB
mas01mj@698 7 #ifdef __cplusplus
mas01mj@698 8 extern "C" {
mas01mj@698 9 #endif
mas01mj@698 10 /*
mas01mj@698 11 * Class: AudioDB
mas01mj@698 12 * Method: audiodb_create
mas01mj@698 13 * Signature: (Ljava/lang/String;III)Z
mas01mj@698 14 */
mas01mj@698 15 JNIEXPORT jboolean JNICALL Java_AudioDB_audiodb_1create
mas01mj@698 16 (JNIEnv *, jobject, jstring, jint, jint, jint);
mas01mj@698 17
mas01mj@698 18 /*
mas01mj@698 19 * Class: AudioDB
mas01mj@698 20 * Method: audiodb_open
mas01mj@698 21 * Signature: (Ljava/lang/String;LAudioDB/Mode;)Z
mas01mj@698 22 */
mas01mj@698 23 JNIEXPORT jboolean JNICALL Java_AudioDB_audiodb_1open
mas01mj@698 24 (JNIEnv *, jobject, jstring, jobject);
mas01mj@698 25
mas01mj@698 26 /*
mas01mj@698 27 * Class: AudioDB
mas01mj@698 28 * Method: insert
mas01mj@698 29 * Signature: ()V
mas01mj@698 30 */
mas01mj@698 31 JNIEXPORT void JNICALL Java_AudioDB_insert
mas01mj@698 32 (JNIEnv *, jobject);
mas01mj@698 33
mas01mj@698 34 /*
mas01mj@698 35 * Class: AudioDB
mas01mj@698 36 * Method: query
mas01mj@698 37 * Signature: ()V
mas01mj@698 38 */
mas01mj@698 39 JNIEXPORT void JNICALL Java_AudioDB_query
mas01mj@698 40 (JNIEnv *, jobject);
mas01mj@698 41
mas01mj@698 42 /*
mas01mj@698 43 * Class: AudioDB
mas01mj@698 44 * Method: status
mas01mj@698 45 * Signature: ()V
mas01mj@698 46 */
mas01mj@698 47 JNIEXPORT void JNICALL Java_AudioDB_status
mas01mj@698 48 (JNIEnv *, jobject);
mas01mj@698 49
mas01mj@698 50 #ifdef __cplusplus
mas01mj@698 51 }
mas01mj@698 52 #endif
mas01mj@698 53 #endif