Change documentation for callbacks to use Callable[]

This commit is contained in:
baldurk
2026-08-13 17:46:38 +01:00
parent 7567cc11c9
commit a23ee5f526
8 changed files with 77 additions and 65 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ TEMPLATE_ARRAY_INSTANTIATE_PTR(rdcarray, ICaptureViewer)
%rename("%s") IReplayManager::BlockInvoke;
%extend IReplayManager {
void BlockInvoke(InvokeCallback m) {
void BlockInvoke(ReplayInvokeCallback m) {
PyObject *global_internal_handle = NULL;
PyObject *globals = PyEval_GetGlobals();