Sha256: d4c851ff44b6c5fae0b5e1719e7a7c2ce8f279f47074c420b4ba453fefc288bf
Contents?: true
Size: 1.19 KB
Versions: 78
Compression:
Stored size: 1.19 KB
Contents
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_rhomobile_rhodes_NativeApplication */ #ifndef _Included_com_rhomobile_rhodes_NativeApplication #define _Included_com_rhomobile_rhodes_NativeApplication #ifdef __cplusplus extern "C" { #endif /* * Class: com_rhomobile_rhodes_NativeApplication * Method: createRhodesApp * Signature: ()V */ JNIEXPORT void JNICALL Java_com_rhomobile_rhodes_RhodesApplication_createRhodesApp (JNIEnv *, jclass); /* * Class: com_rhomobile_rhodes_NativeApplication * Method: startRhodesApp * Signature: ()V */ JNIEXPORT void JNICALL Java_com_rhomobile_rhodes_RhodesApplication_startRhodesApp (JNIEnv *, jclass); /* * Class: com_rhomobile_rhodes_NativeApplication * Method: stopRhodesApp * Signature: ()V */ JNIEXPORT void JNICALL Java_com_rhomobile_rhodes_RhodesApplication_stopRhodesApp (JNIEnv *, jclass); /* * Class: com_rhomobile_rhodes_NativeApplication * Method: canStartApp * Signature: (Ljava/lang/String;Ljava/lang/String;)Z */ JNIEXPORT jboolean JNICALL Java_com_rhomobile_rhodes_RhodesApplication_canStartApp (JNIEnv *, jclass, jstring, jstring); #ifdef __cplusplus } #endif #endif
Version data entries
78 entries across 78 versions & 2 rubygems