Open tinchodias opened 2 years ago
IIUC from Pablo, it is more correct to create the object to pass as pointer to FFI in this way:
BUT, saving in some global way e.g. FFIExternalValueHolder ofType: 'void*'. The class FT2Types would be an example.
FFIExternalValueHolder ofType: 'void*'
FT2Types
Maybe LGitWriteBackValueInt is good as example, too.
LGitWriteBackValueInt
Note: The diff above implies this other change in the FFI signature:
IIUC from Pablo, it is more correct to create the object to pass as pointer to FFI in this way:
BUT, saving in some global way e.g.
FFIExternalValueHolder ofType: 'void*'
. The classFT2Types
would be an example.