forked from mirror/openmw-tes3mp
change Jni name method
This commit is contained in:
parent
1bb29f610f
commit
70398e2f9f
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ char const * Buffer::getData()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
JNIEXPORT void JNICALL Java_org_libsdl_app_SDLActivity_getPathToJni(JNIEnv *env, jobject obj, jstring prompt)
|
JNIEXPORT void JNICALL Java_ui_activity_GameActivity_getPathToJni(JNIEnv *env, jobject obj, jstring prompt)
|
||||||
{
|
{
|
||||||
jboolean iscopy;
|
jboolean iscopy;
|
||||||
Buffer::setData((env)->GetStringUTFChars(prompt, &iscopy));
|
Buffer::setData((env)->GetStringUTFChars(prompt, &iscopy));
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||||
#include <jni.h>
|
#include <jni.h>
|
||||||
|
|
||||||
#ifndef _Included_org_libsdl_app_SDLActivity_getPathToJni
|
#ifndef _Included_ui_activity_GameActivity_getPathToJni
|
||||||
#define _Included_org_libsdl_app_SDLActivity_getPathToJni
|
#define _Included_ui_activity_GameActivity_getPathToJni
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -11,7 +11,7 @@ extern "C" {
|
||||||
* Method: getPathToJni
|
* Method: getPathToJni
|
||||||
* Signature: (I)I
|
* Signature: (I)I
|
||||||
*/
|
*/
|
||||||
JNIEXPORT void JNICALL Java_org_libsdl_app_SDLActivity_getPathToJni(JNIEnv *env, jobject obj, jstring prompt);
|
JNIEXPORT void JNICALL Java_ui_activity_GameActivity_getPathToJni(JNIEnv *env, jobject obj, jstring prompt);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue