mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
change Jni name method
This commit is contained in:
parent
1bb29f610f
commit
70398e2f9f
@ -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;
|
||||
Buffer::setData((env)->GetStringUTFChars(prompt, &iscopy));
|
||||
|
@ -1,8 +1,8 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
|
||||
#ifndef _Included_org_libsdl_app_SDLActivity_getPathToJni
|
||||
#define _Included_org_libsdl_app_SDLActivity_getPathToJni
|
||||
#ifndef _Included_ui_activity_GameActivity_getPathToJni
|
||||
#define _Included_ui_activity_GameActivity_getPathToJni
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@ -11,7 +11,7 @@ extern "C" {
|
||||
* Method: getPathToJni
|
||||
* 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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user