src/eric7/Documentation/Source/eric7.Cooperation.CooperationServer.html

branch
eric7
changeset 10423
299802979277
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Cooperation.CooperationServer.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Cooperation.CooperationServer.html	Tue Dec 19 19:57:08 2023 +0100
@@ -91,13 +91,13 @@
 </p>
 <dl>
 
-<dt><i>address</i></dt>
+<dt><i>address</i> (QHostAddress)</dt>
 <dd>
-address the server should listen on (QHostAddress)
+address the server should listen on
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent object (QObject)
+reference to the parent object
 </dd>
 </dl>
 <a NAME="CooperationServer.incomingConnection" ID="CooperationServer.incomingConnection"></a>
@@ -109,9 +109,9 @@
 </p>
 <dl>
 
-<dt><i>socketDescriptor</i></dt>
+<dt><i>socketDescriptor</i> (int)</dt>
 <dd>
-native socket descriptor (integer)
+native socket descriptor
 </dd>
 </dl>
 <a NAME="CooperationServer.startListening" ID="CooperationServer.startListening"></a>
@@ -123,21 +123,27 @@
 </p>
 <dl>
 
-<dt><i>port</i></dt>
+<dt><i>port</i> (int)</dt>
 <dd>
-port to listen on (integer)
+port to listen on
 </dd>
-<dt><i>findFreePort</i></dt>
+<dt><i>findFreePort</i> (bool)</dt>
 <dd>
 flag indicating to search for a free port
-            depending on the configuration (boolean)
+            depending on the configuration
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple giving a flag indicating success (boolean) and
-            the port the server listens on
+tuple giving a flag indicating success and the port the
+            server listens on
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (bool, int)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial