diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitFetchDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitFetchDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitFetchDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -102,17 +102,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="GitFetchDialog.__okButtonEnable" ID="GitFetchDialog.__okButtonEnable"></a> @@ -143,8 +143,12 @@ remote branches, local branch, a flag indicating to fetch from all repositories, a flag indicating to remove obsolete tracking references and a flag indicating to fetch tags as well - (string, string, list of strings, string, boolean, boolean, - boolean) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, list of str, str, bool, bool, bool) </dd> </dl> <a NAME="GitFetchDialog.on_remoteBranchesList_itemSelectionChanged" ID="GitFetchDialog.on_remoteBranchesList_itemSelectionChanged"></a> @@ -163,9 +167,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="GitFetchDialog.on_remotesComboBox_currentTextChanged" ID="GitFetchDialog.on_remotesComboBox_currentTextChanged"></a> @@ -177,9 +181,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="GitFetchDialog.on_updateButton_clicked" ID="GitFetchDialog.on_updateButton_clicked"></a>