List of all callback defined by LibLcConfig
The callback have to be a C function-pointer …
Callback signature
- LcConfigSetIncludeFunc
#define LcConfigIncludeCallF_ARGS \
MK_RT_ARGS struct LcConfigS* const cfg, MK_STRN incDir, MK_STRN path, MK_BFL ret_inout
#define LcConfigIncludeFreeF_ARGS MK_RT_ARGS struct LcConfigS* const cfg
- LcConfigSetSettingDeleteFunc
#define LcSettingDeleteCallF_ARGS \
MK_RT_ARGS struct LcConfigS* const cfg, struct LcSettingS* const cfs
#define LcSettingDeleteFreeF_ARGS MK_RT_ARGS struct LcConfigS* const cfg
Callbacks defined by LibLcConfig
- Global LcConfigSetIncludeFunc_RT (MK_RT const mkrt, LC_CFG const cfg, LcConfigIncludeCallF fConfigIncludeCall, LC_CBP fConfigIncludeData, LcConfigIncludeFreeF fConfigIncludeFree)
- LcConfigSetIncludeFunc
- Global LcConfigSetSettingDeleteFunc_RT (MK_RT const mkrt, LC_CFG const cfg, LcSettingDeleteCallF fSettingDeleteCall, LC_CBP fSettingDeleteData, LcSettingDeleteFreeF fSettingDeleteFree)
- LcConfigSetSettingDeleteFunc