--- a/src/eric7/Documentation/Source/eric7.WebBrowser.UserAgent.UserAgentWriter.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.UserAgent.UserAgentWriter.html Fri Dec 22 17:24:07 2023 +0100 @@ -89,7 +89,7 @@ </p> <dl> -<dt><i>agents</i></dt> +<dt><i>agents</i> (dict)</dt> <dd> dictionary with user agent data (host as key, agent string as value) @@ -98,7 +98,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating success (boolean) +flag indicating success +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="UserAgentWriter.write" ID="UserAgentWriter.write"></a> @@ -110,12 +116,11 @@ </p> <dl> -<dt><i>fileNameOrDevice</i></dt> +<dt><i>fileNameOrDevice</i> (str or QIODevice)</dt> <dd> -name of the file to write (string) - or device to write to (QIODevice) +name of the file to write or device to write to </dd> -<dt><i>agents</i></dt> +<dt><i>agents</i> (dict)</dt> <dd> dictionary with user agent data (host as key, agent string as value) @@ -124,7 +129,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating success (boolean) +flag indicating success +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div>