src/eric7/Documentation/Source/eric7.VCS.StatusMonitorThread.html

branch
eric7
changeset 10436
f6881d10e995
parent 10070
9f5758c0fec1
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.VCS.StatusMonitorThread.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.VCS.StatusMonitorThread.html	Fri Dec 22 17:24:07 2023 +0100
@@ -141,21 +141,21 @@
 </p>
 <dl>
 
-<dt><i>interval</i></dt>
+<dt><i>interval</i> (int)</dt>
 <dd>
-new interval in seconds (integer)
+new interval in seconds
 </dd>
-<dt><i>project</i></dt>
+<dt><i>project</i> (Project)</dt>
 <dd>
-reference to the project object (Project)
+reference to the project object
 </dd>
-<dt><i>vcs</i></dt>
+<dt><i>vcs</i> (VersionControl)</dt>
 <dd>
 reference to the version control object
 </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="VcsStatusMonitorThread._getInfo" ID="VcsStatusMonitorThread._getInfo"></a>
@@ -208,8 +208,14 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of flag indicating successful operation (boolean) and
-            a status message in case of non successful operation (string)
+tuple of flag indicating successful operation and
+            a status message in case of non successful operation
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (bool, str)
 </dd>
 </dl>
 <dl>
@@ -246,9 +252,9 @@
 </p>
 <dl>
 
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
-name of the entry to be cleared (string)
+name of the entry to be cleared
 </dd>
 </dl>
 <a NAME="VcsStatusMonitorThread.getAutoUpdate" ID="VcsStatusMonitorThread.getAutoUpdate"></a>
@@ -261,7 +267,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-status of the auto update function (boolean)
+status of the auto update function
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="VcsStatusMonitorThread.getInterval" ID="VcsStatusMonitorThread.getInterval"></a>
@@ -274,7 +286,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-interval in seconds (integer)
+interval in seconds
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="VcsStatusMonitorThread.run" ID="VcsStatusMonitorThread.run"></a>
@@ -293,9 +311,9 @@
 </p>
 <dl>
 
-<dt><i>auto</i></dt>
+<dt><i>auto</i> (bool)</dt>
 <dd>
-status of the auto update function (boolean)
+status of the auto update function
 </dd>
 </dl>
 <a NAME="VcsStatusMonitorThread.setInterval" ID="VcsStatusMonitorThread.setInterval"></a>
@@ -307,9 +325,9 @@
 </p>
 <dl>
 
-<dt><i>interval</i></dt>
+<dt><i>interval</i> (int)</dt>
 <dd>
-new interval in seconds (integer)
+new interval in seconds
 </dd>
 </dl>
 <a NAME="VcsStatusMonitorThread.stop" ID="VcsStatusMonitorThread.stop"></a>

eric ide

mercurial