Expose buffer interpretation helpers to python

This commit is contained in:
baldurk
2026-08-13 21:05:15 +01:00
parent 2fbf67493f
commit e20c2b9985
19 changed files with 799 additions and 294 deletions
+2
View File
@@ -174,6 +174,7 @@ SWIGPY_DESTRUCTOR_CLOSURE(capviewer_deinit) /* defines capviewer_deinit_destruct
%include "Code/Interface/PersistentConfig.h"
%include "Code/Interface/RemoteHost.h"
%include "Code/Interface/Extensions.h"
%include "Code/Interface/Helpers.h"
DOCUMENT("");
@@ -186,6 +187,7 @@ TEMPLATE_ARRAY_INSTANTIATE(rdcarray, DialogButton)
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, RemoteHost)
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, ConnectedTempCapture)
TEMPLATE_ARRAY_INSTANTIATE_PTR(rdcarray, ICaptureViewer)
TEMPLATE_ARRAY_INSTANTIATE(rdcarray, ParseError)
// unignore the function from above
%rename("%s") IReplayManager::BlockInvoke;