--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -98,26 +98,25 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -text to be shown by the label (string) +text to be shown by the label </dd> -<dt><i>command</i></dt> +<dt><i>command</i> (str)</dt> <dd> svn command to be executed (display purposes only) - (string) </dd> -<dt><i>pysvnClient</i></dt> +<dt><i>pysvnClient</i> (pysvn.Client)</dt> <dd> -reference to the pysvn client object (pysvn.Client) +reference to the pysvn client object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> -<dt><i>log</i></dt> +<dt><i>log</i> (str)</dt> <dd> -optional log message (string) +optional log message </dd> </dl> <a NAME="SvnDialog._clientNotifyCallback" ID="SvnDialog._clientNotifyCallback"></a> @@ -129,7 +128,7 @@ </p> <dl> -<dt><i>eventDict</i></dt> +<dt><i>eventDict</i> (dict)</dt> <dd> dictionary containing the notification event </dd> @@ -152,7 +151,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating the presence of an add or delete (boolean) +flag indicating the presence of an add or delete +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="SvnDialog.on_buttonBox_clicked" ID="SvnDialog.on_buttonBox_clicked"></a> @@ -164,9 +169,9 @@ </p> <dl> -<dt><i>button</i></dt> +<dt><i>button</i> (QAbstractButton)</dt> <dd> -button that was clicked (QAbstractButton) +button that was clicked </dd> </dl> <a NAME="SvnDialog.showError" ID="SvnDialog.showError"></a> @@ -178,9 +183,9 @@ </p> <dl> -<dt><i>msg</i></dt> +<dt><i>msg</i> (str)</dt> <dd> -error message to show (string) +error message to show </dd> </dl> <a NAME="SvnDialog.showMessage" ID="SvnDialog.showMessage"></a> @@ -192,9 +197,9 @@ </p> <dl> -<dt><i>msg</i></dt> +<dt><i>msg</i> (str)</dt> <dd> -message to show (string) +message to show </dd> </dl> <div align="right"><a href="#top">Up</a></div>