src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -102,18 +102,18 @@
 </p>
 <dl>
 
-<dt><i>rootDir</i></dt>
+<dt><i>rootDir</i> (str)</dt>
 <dd>
-root of the directory tree (string)
+root of the directory tree
 </dd>
-<dt><i>patchCheckData</i></dt>
+<dt><i>patchCheckData</i> (tuple of (list of str, int, bool, bool))</dt>
 <dd>
 tuple of data as returned by the
             getData() method
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="GitPatchFilesDialog.__getPatchFilesList" ID="GitPatchFilesDialog.__getPatchFilesList"></a>
@@ -126,7 +126,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of patch files (list of string)
+list of patch files
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="GitPatchFilesDialog.getData" ID="GitPatchFilesDialog.getData"></a>
@@ -142,7 +148,12 @@
 tuple of list of patch files, strip count, flag indicating
             that the patch has inaccurate end-of-file marker and a flag
             indicating to not trust the line count information
-            (list of string, integer, boolean, boolean)
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (list of str, int, bool, bool)
 </dd>
 </dl>
 <a NAME="GitPatchFilesDialog.on_addButton_clicked" ID="GitPatchFilesDialog.on_addButton_clicked"></a>

eric ide

mercurial