Home
last modified time | relevance | path

Searched refs:tpRegScriptServerFunc (Results 1 – 2 of 2) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/commands/
H A DScriptCommandRelay.h26 typedef int(*tpRegScriptServerFunc)(tpExecScriptServerFunc pFn); typedef
31 static void StartScriptServer(tpRegScriptServerFunc scriptFn);
H A DScriptCommandRelay.cpp80 void ScriptCommandRelay::StartScriptServer(tpRegScriptServerFunc scriptFn) in StartScriptServer()
84 auto server = [](tpRegScriptServerFunc function) in StartScriptServer()