LcConfigC - various functions to create, initialize and destroy … More...
Collaboration diagram for LcConfigC_TOR_JV_API:Functions | |
| static native LcConfigC | jvlcconfig.LcConfigC.Create () |
Java: → C-API create a LcConfigC instance … | |
| jvlcconfig.LcConfigC.LcConfigC () | |
Java: → C-API create a LcConfigC instance … | |
| JNIEXPORT jlong JNICALL | Java_jvlcconfig_LcConfigC_CTOR (JNIEnv *env, jclass class) |
Java: → C-API create a LcConfigC instance … | |
| JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcConfigC_Create (JNIEnv *env, jclass class) |
Java: → C-API create a LcConfigC instance … | |
LcConfigC - various functions to create, initialize and destroy …
|
static |
Java: → C-API [constructor,static] LcConfigC LcConfigC.Create()
create a LcConfigC instance …
| JNIEXPORT jobject JNICALL Java_jvlcconfig_LcConfigC_Create | ( | JNIEnv * | env, |
| jclass | class ) |
Java: → C-API [constructor,static] LcConfigC LcConfigC.Create()
create a LcConfigC instance …
Definition at line 575 of file LcConfigC_jv.c.
| JNIEXPORT jlong JNICALL Java_jvlcconfig_LcConfigC_CTOR | ( | JNIEnv * | env, |
| jclass | class ) |
Java: → C-API [constructor,static] LcConfigC LcConfigC.Create()
create a LcConfigC instance …
Definition at line 561 of file LcConfigC_jv.c.
| jvlcconfig.LcConfigC.LcConfigC | ( | ) |
Java: → C-API [constructor,static] LcConfigC LcConfigC.Create()
create a LcConfigC instance …
Definition at line 257 of file LcConfigC.java.