diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -82,21 +82,21 @@ </p> <dl> -<dt><i>branches</i></dt> +<dt><i>branches</i> (list of str)</dt> <dd> -list of branch names (list of string) +list of branch names </dd> -<dt><i>remotes</i></dt> +<dt><i>remotes</i> (list of str)</dt> <dd> -list of remote names (list of string) +list of remote names </dd> -<dt><i>delete</i></dt> +<dt><i>delete</i> (bool)</dt> <dd> -flag indicating a delete branch action (boolean) +flag indicating a delete branch action </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="GitBranchPushDialog.getData" ID="GitBranchPushDialog.getData"></a> @@ -110,7 +110,13 @@ <dt>Return:</dt> <dd> tuple of selected branch name, remote name and a flag - indicating all branches (tuple of two strings and a boolean) + indicating all branches +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, bool) </dd> </dl> <a NAME="GitBranchPushDialog.on_branchComboBox_editTextChanged" ID="GitBranchPushDialog.on_branchComboBox_editTextChanged"></a> @@ -122,9 +128,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -branch name (string) +branch name </dd> </dl> <div align="right"><a href="#top">Up</a></div>