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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCopyDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCopyDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -87,17 +87,17 @@
 </p>
 <dl>
 
-<dt><i>source</i></dt>
+<dt><i>source</i> (str)</dt>
 <dd>
-name of the source file/directory (string)
+name of the source file/directory
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget (QWidget)
+parent widget
 </dd>
-<dt><i>move</i></dt>
+<dt><i>move</i> (bool)</dt>
 <dd>
-flag indicating a move operation (boolean)
+flag indicating a move operation
 </dd>
 </dl>
 <a NAME="GitCopyDialog.getData" ID="GitCopyDialog.getData"></a>
@@ -110,8 +110,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-the target name (string) and a flag indicating
-            the operation should be enforced (boolean)
+the target name and a flag indicating the operation should be enforced
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, bool)
 </dd>
 </dl>
 <a NAME="GitCopyDialog.on_dirButton_clicked" ID="GitCopyDialog.on_dirButton_clicked"></a>
@@ -131,9 +136,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-contents of the target edit (string)
+contents of the target edit
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial