--- a/src/eric7/Documentation/Source/eric7.QtHelpInterface.QtHelpSchemeHandler.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QtHelpInterface.QtHelpSchemeHandler.html Thu Dec 21 12:03:40 2023 +0100 @@ -237,15 +237,21 @@ </p> <dl> -<dt><i>url</i></dt> +<dt><i>url</i> (QUrl)</dt> <dd> -URL to guess the mime type from (QUrl) +URL to guess the mime type from </dd> </dl> <dl> <dt>Return:</dt> <dd> -mime type for the given URL (string) +mime type for the given URL +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="QtHelpSchemeReply.bytesAvailable" ID="QtHelpSchemeReply.bytesAvailable"></a> @@ -302,15 +308,21 @@ </p> <dl> -<dt><i>maxlen</i></dt> +<dt><i>maxlen</i> (int)</dt> <dd> -maximum number of bytes to read (integer) +maximum number of bytes to read </dd> </dl> <dl> <dt>Return:</dt> <dd> -string containing the data (bytes) +string containing the data +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bytes </dd> </dl> <div align="right"><a href="#top">Up</a></div>