Documentation/Source/eric6.E5Gui.E5SingleApplication.html

branch
maintenance
changeset 6646
51eefa621de4
parent 6632
084880ed940c
diff -r 77189681b787 -r 51eefa621de4 Documentation/Source/eric6.E5Gui.E5SingleApplication.html
--- a/Documentation/Source/eric6.E5Gui.E5SingleApplication.html	Sat Dec 01 11:45:24 2018 +0100
+++ b/Documentation/Source/eric6.E5Gui.E5SingleApplication.html	Thu Jan 10 14:22:59 2019 +0100
@@ -229,16 +229,16 @@
 </dd>
 </dl><a NAME="E5SingleApplicationServer.handleCommand" ID="E5SingleApplicationServer.handleCommand"></a>
 <h4>E5SingleApplicationServer.handleCommand</h4>
-<b>handleCommand</b>(<i>cmd, params</i>)
+<b>handleCommand</b>(<i>command, arguments</i>)
 <p>
         Public slot to handle the command sent by the client.
 </p><dl>
-<dt><i>cmd</i></dt>
+<dt><i>command</i> (str)</dt>
 <dd>
-commandstring (string)
-</dd><dt><i>params</i></dt>
+command sent by the client
+</dd><dt><i>arguments</i> (list of str)</dt>
 <dd>
-parameterstring (string)
+list of command arguments
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial