view bindings/java/AudioDB.h @ 719:e3f1cf653c30

wooo! direct insert works! at least for the rather limited cases I've tests. Bad news is that I seem to have found a rather nasty bug in the query code I wrote back in september. (segfaults around line 471 if the query returns no results...)
author map01bf
date Fri, 25 Jun 2010 09:08:56 +0000
parents 10d3692e0b06
children
line wrap: on
line source
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class AudioDB */

#ifndef _Included_AudioDB
#define _Included_AudioDB
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     AudioDB
 * Method:    audiodb_create
 * Signature: (Ljava/lang/String;III)Z
 */
JNIEXPORT jboolean JNICALL Java_AudioDB_audiodb_1create
  (JNIEnv *, jobject, jstring, jint, jint, jint);

/*
 * Class:     AudioDB
 * Method:    audiodb_open
 * Signature: (Ljava/lang/String;LAudioDB/Mode;)Z
 */
JNIEXPORT jboolean JNICALL Java_AudioDB_audiodb_1open
  (JNIEnv *, jobject, jstring, jobject);

/*
 * Class:     AudioDB
 * Method:    insert
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_AudioDB_insert
  (JNIEnv *, jobject);

/*
 * Class:     AudioDB
 * Method:    query
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_AudioDB_query
  (JNIEnv *, jobject);

/*
 * Class:     AudioDB
 * Method:    status
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_AudioDB_status
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif