--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -78,18 +78,17 @@ </p> <dl> -<dt><i>bundleHeads</i></dt> +<dt><i>bundleHeads</i> (list of str)</dt> <dd> list of heads contained in a bundle - (list of strings) </dd> -<dt><i>branches</i></dt> +<dt><i>branches</i> (list of str)</dt> <dd> -list of available branch names (list of strings) +list of available branch names </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="GitApplyBundleDataDialog.getData" ID="GitApplyBundleDataDialog.getData"></a> @@ -102,8 +101,13 @@ <dl> <dt>Return:</dt> <dd> -tuple with the bundle head (string) and the local branch - name (string) +tuple with the bundle head (string) and the local branch name +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>