--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html Sat Dec 23 15:40:23 2023 +0100 @@ -86,21 +86,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> (Git)</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="GitStatusMonitorThread._getInfo" ID="GitStatusMonitorThread._getInfo"></a> @@ -153,8 +153,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> <a NAME="GitStatusMonitorThread._shutdown" ID="GitStatusMonitorThread._shutdown"></a>