--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -83,21 +83,21 @@ </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> -<dt><i>force</i></dt> +<dt><i>force</i> (bool)</dt> <dd> -flag indicating a forced operation (boolean) +flag indicating a forced operation </dd> </dl> <a NAME="SvnCopyDialog.getData" ID="SvnCopyDialog.getData"></a> @@ -110,8 +110,14 @@ <dl> <dt>Return:</dt> <dd> -the target name (string) and a flag indicating - the operation should be enforced (boolean) +tuple containing 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="SvnCopyDialog.on_targetPicker_textChanged" ID="SvnCopyDialog.on_targetPicker_textChanged"></a> @@ -123,9 +129,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>