Documentation/Source/eric6.DebugClients.Python3.DebugClientThreads.html

changeset 5161
f7b6ded9cc37
parent 5144
1ab536d25072
diff -r d8908660fc65 -r f7b6ded9cc37 Documentation/Source/eric6.DebugClients.Python3.DebugClientThreads.html
--- a/Documentation/Source/eric6.DebugClients.Python3.DebugClientThreads.html	Sat Sep 10 19:32:56 2016 +0200
+++ b/Documentation/Source/eric6.DebugClients.Python3.DebugClientThreads.html	Sun Sep 11 13:11:58 2016 +0200
@@ -103,7 +103,7 @@
 <p>
         Public method to setup a thread for DebugClient to debug.
 </p><p>
-        If mainThread is non-zero, then we are attaching to the already
+        If mainThread is True, then we are attaching to the already
         started mainthread of the app and the rest of the args are ignored.
 </p><dl>
 <dt><i>target</i></dt>
@@ -143,7 +143,7 @@
 <p>
         Public method to acquire the lock for this client.
 </p><dl>
-<dt><i>blocking</i></dt>
+<dt><i>blocking</i> (bool)</dt>
 <dd>
 flag to indicating a blocking lock
 </dd>
@@ -152,6 +152,11 @@
 <dd>
 flag indicating successful locking
 </dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="DebugClientThreads.setCurrentThread" ID="DebugClientThreads.setCurrentThread"></a>
 <h4>DebugClientThreads.setCurrentThread</h4>
 <b>setCurrentThread</b>(<i>id</i>)

eric ide

mercurial