theConfig 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - py - jv - cc
Loading...
Searching...
No Matches
Callback Signature List

List of all callback defined by PythonLcConfig

The callback have to be a Python proc or method

Callback signature

  • LcConfigSetIncludeFunc
    callback-args := inclDir:String[in] , path:String[in] , ret:MkBufferListC[inout]
    [static] def callback ( callback-args )
    [instance] class YYY:
    def callback ( self, callback-args )
    [class] class ZZZ:
    @staticmethod
    def callback ( callback-args )
  • LcConfigSetSettingDeleteFunc
    callback-args := opt:MkObjectC[in]
    [static] def callback ( callback-args )
    [instance] class YYY:
    def callback ( self, callback-args )
    [class] class ZZZ:
    @staticmethod
    def callback ( callback-args )

Callbacks defined by PythonLcConfig

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