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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPullDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPullDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -98,17 +98,17 @@
 </p>
 <dl>
 
-<dt><i>vcs</i></dt>
+<dt><i>vcs</i> (Git)</dt>
 <dd>
 reference to the git object
 </dd>
-<dt><i>repodir</i></dt>
+<dt><i>repodir</i> (str)</dt>
 <dd>
-directory name of the local repository (string)
+directory name of the local repository
 </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="GitPullDialog.__okButtonEnable" ID="GitPullDialog.__okButtonEnable"></a>
@@ -138,7 +138,12 @@
 tuple of remote name, remote url (for custom remotes),
             remote branches, a flag indicating to pull from all repositories
             and a flag indicating to remove obsolete tracking references
-            (string, string, list of strings, boolean, boolean)
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, str, list of str, bool, bool)
 </dd>
 </dl>
 <a NAME="GitPullDialog.on_remoteEdit_textChanged" ID="GitPullDialog.on_remoteEdit_textChanged"></a>
@@ -150,9 +155,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-current text of the URL edit (string)
+current text of the URL edit
 </dd>
 </dl>
 <a NAME="GitPullDialog.on_remotesComboBox_currentTextChanged" ID="GitPullDialog.on_remotesComboBox_currentTextChanged"></a>
@@ -164,9 +169,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-current text of the combo box (string)
+current text of the combo box
 </dd>
 </dl>
 <a NAME="GitPullDialog.on_updateButton_clicked" ID="GitPullDialog.on_updateButton_clicked"></a>

eric ide

mercurial