diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -78,22 +78,22 @@ </p> <dl> -<dt><i>realm</i></dt> +<dt><i>realm</i> (str)</dt> <dd> -name of the realm of the requested credentials (string) +name of the realm of the requested credentials </dd> -<dt><i>username</i></dt> +<dt><i>username</i> (str)</dt> <dd> -username as supplied by subversion (string) +username as supplied by subversion </dd> -<dt><i>may_save</i></dt> +<dt><i>may_save</i> (bool)</dt> <dd> flag indicating, that subversion is willing to save - the answers returned (boolean) + the answers returned </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="SvnLoginDialog.getData" ID="SvnLoginDialog.getData"></a> @@ -106,7 +106,13 @@ <dl> <dt>Return:</dt> <dd> -tuple of three values (username, password, save) +tuple containing the username, the password and a flag to save the data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, bool) </dd> </dl> <div align="right"><a href="#top">Up</a></div>