LcConfig PACKAGE - setup library and Programming-Language-Micro-Kernel (PLMK) … More...
Collaboration diagram for LcConfig_Setup_JV_API:Functions | |
| static native void | jvlcconfig.LcConfig.Cleanup () |
Java: → C-API cleanup jvlcconfig internal memory … | |
| static void | jvlcconfig.LcConfig.Setup () |
Java: → C-API setup jvlcconfig internal memory … | |
| JNIEXPORT void JNICALL | Java_jvlcconfig_LcConfig_Cleanup (JNIEnv *env, jclass class) |
Java: → C-API cleanup jvlcconfig internal memory … | |
| JNIEXPORT void JNICALL | Setup (JNIEnv *env, jclass class) |
Java: → C-API setup jvlcconfig internal memory … | |
LcConfig PACKAGE - setup library and Programming-Language-Micro-Kernel (PLMK) …
For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API
For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API
|
static |
Java: → C-API [static] Cleanup()
cleanup jvlcconfig internal memory …
| JNIEXPORT void JNICALL Java_jvlcconfig_LcConfig_Cleanup | ( | JNIEnv * | env, |
| jclass | class ) |
Java: → C-API [static] Cleanup()
cleanup jvlcconfig internal memory …
Definition at line 332 of file LibLcConfig_jv.c.
|
static |
Java: → C-API [static] Setup()
setup jvlcconfig internal memory …
Definition at line 170 of file LcConfig.java.
| JNIEXPORT void JNICALL Setup | ( | JNIEnv * | env, |
| jclass | class ) |
Java: → C-API [static] Setup()
setup jvlcconfig internal memory …
Definition at line 338 of file LibLcConfig_jv.c.