LcSettingC - various functions to create, initialize and destroy … More...
Collaboration diagram for LcSettingC_TOR_JV_API:Functions | |
| native LcSettingC | jvlcconfig.LcSettingC.Add (String name, LcConfigTypeE __type) |
Java: → C-API This function adds a new child setting or element to the setting parent, which must be a group, array, or list … | |
| native LcConfigC | jvlcconfig.LcSettingC.GetConfig () |
Java: → C-API addon - return the LcConfigC from the LcSettingC … | |
| JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_Add (JNIEnv *env, jobject self, jstring name, jobject __type) |
Java: → C-API This function adds a new child setting or element to the setting parent, which must be a group, array, or list … | |
| JNIEXPORT jobject JNICALL | Java_jvlcconfig_LcSettingC_GetConfig (JNIEnv *env, jobject self) |
Java: → C-API addon - return the LcConfigC from the LcSettingC … | |
LcSettingC - various functions to create, initialize and destroy …
| native LcSettingC jvlcconfig.LcSettingC.Add | ( | String | name, |
| LcConfigTypeE | __type ) |
Java: → C-API [constructor] LcSettingC parent.Add(String name, LcConfigTypeE __type)
This function adds a new child setting or element to the setting parent, which must be a group, array, or list …
| native LcConfigC jvlcconfig.LcSettingC.GetConfig | ( | ) |
Java: → C-API LcConfigC setting.GetConfig()
addon - return the LcConfigC from the LcSettingC …
| JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_Add | ( | JNIEnv * | env, |
| jobject | self, | ||
| jstring | name, | ||
| jobject | __type ) |
Java: → C-API [constructor] LcSettingC parent.Add(String name, LcConfigTypeE __type)
This function adds a new child setting or element to the setting parent, which must be a group, array, or list …
Definition at line 849 of file LcSettingC_jv.c.
| JNIEXPORT jobject JNICALL Java_jvlcconfig_LcSettingC_GetConfig | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API LcConfigC setting.GetConfig()
addon - return the LcConfigC from the LcSettingC …
Definition at line 872 of file LcSettingC_jv.c.