src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerInterface.html

branch
eric7
changeset 11033
6b197c3389f7
parent 10958
79842be466d3
--- a/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerInterface.html	Sat Nov 02 19:28:14 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.RemoteServerInterface.EricServerInterface.html	Sun Nov 03 12:34:02 2024 +0100
@@ -198,8 +198,8 @@
 <td>Public slot to initialize the eric-ide server actions.</td>
 </tr>
 <tr>
-<td><a href="#EricServerInterface.initMenu">initMenu</a></td>
-<td>Public slot to initialize the eric-ide server menu.</td>
+<td><a href="#EricServerInterface.initMenus">initMenus</a></td>
+<td>Public slot to initialize the eric-ide server menus.</td>
 </tr>
 <tr>
 <td><a href="#EricServerInterface.initToolbar">initToolbar</a></td>
@@ -400,7 +400,7 @@
 
 <a NAME="EricServerInterface.connectToServer" ID="EricServerInterface.connectToServer"></a>
 <h4>EricServerInterface.connectToServer</h4>
-<b>connectToServer</b>(<i>host, port=None, timeout=None</i>)
+<b>connectToServer</b>(<i>host, port=None, timeout=None, clientId=""</i>)
 <p>
         Public method to connect to the given host and port.
 </p>
@@ -420,6 +420,11 @@
 timeout im seconds for the connection attempt
             (defaults to None)
 </dd>
+<dt><i>clientId</i> (str (optional))</dt>
+<dd>
+string prepended to each message for validity checking
+            (defaults to "")
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>
@@ -522,17 +527,17 @@
         Public slot to initialize the eric-ide server actions.
 </p>
 
-<a NAME="EricServerInterface.initMenu" ID="EricServerInterface.initMenu"></a>
-<h4>EricServerInterface.initMenu</h4>
-<b>initMenu</b>(<i></i>)
+<a NAME="EricServerInterface.initMenus" ID="EricServerInterface.initMenus"></a>
+<h4>EricServerInterface.initMenus</h4>
+<b>initMenus</b>(<i></i>)
 <p>
-        Public slot to initialize the eric-ide server menu.
+        Public slot to initialize the eric-ide server menus.
 </p>
 
 <dl>
 <dt>Return:</dt>
 <dd>
-the menu generated
+reference to the main eric-ide server menu
 </dd>
 </dl>
 <dl>

eric ide

mercurial