mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Rename *Method to *Callback to be more explicit in the name
This commit is contained in:
@@ -62,7 +62,7 @@ CONTAINER_TYPEMAPS(QMap)
|
||||
%rename("%s") IReplayManager::BlockInvoke;
|
||||
|
||||
%extend IReplayManager {
|
||||
void BlockInvoke(InvokeMethod m) {
|
||||
void BlockInvoke(InvokeCallback m) {
|
||||
Py_BEGIN_ALLOW_THREADS
|
||||
$self->BlockInvoke(m);
|
||||
Py_END_ALLOW_THREADS
|
||||
|
||||
Reference in New Issue
Block a user