src/eric7/Documentation/Source/eric7.EricNetwork.EricSslErrorHandler.html

branch
eric7
changeset 10423
299802979277
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricSslErrorHandler.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricSslErrorHandler.html	Tue Dec 19 19:57:08 2023 +0100
@@ -102,9 +102,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent object (QObject)
+reference to the parent object
 </dd>
 </dl>
 <a NAME="EricSslErrorHandler.__certToString" ID="EricSslErrorHandler.__certToString"></a>
@@ -116,15 +116,21 @@
 </p>
 <dl>
 
-<dt><i>cert</i></dt>
+<dt><i>cert</i> (QSslCertificate)</dt>
 <dd>
-certificate to convert (QSslCertificate)
+certificate to convert
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-formatted string (string)
+formatted string
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="EricSslErrorHandler.__getSystemCaCertificates" ID="EricSslErrorHandler.__getSystemCaCertificates"></a>
@@ -137,7 +143,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-list of system certificates (list of QSslCertificate)
+list of system certificates
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of QSslCertificate
 </dd>
 </dl>
 <a NAME="EricSslErrorHandler.sslErrors" ID="EricSslErrorHandler.sslErrors"></a>
@@ -184,21 +196,26 @@
 </p>
 <dl>
 
-<dt><i>reply</i></dt>
+<dt><i>reply</i> (QNetworkReply)</dt>
 <dd>
-reference to the reply object (QNetworkReply)
+reference to the reply object
 </dd>
-<dt><i>errors</i></dt>
+<dt><i>errors</i> (list of QSslError)</dt>
 <dd>
-list of SSL errors (list of QSslError)
+list of SSL errors
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple indicating to ignore the SSL errors (one of NotIgnored,
-            SystemIgnored or UserIgnored) and indicating a change of the
-            default SSL configuration (boolean)
+tuple indicating to ignore the SSL errors and indicating a change
+            of the default SSL configuration
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (EricSslErrorState, bool)
 </dd>
 </dl>
 <a NAME="EricSslErrorHandler.sslErrorsReplySlot" ID="EricSslErrorHandler.sslErrorsReplySlot"></a>
@@ -210,13 +227,13 @@
 </p>
 <dl>
 
-<dt><i>reply</i></dt>
+<dt><i>reply</i> (QNetworkReply)</dt>
 <dd>
-reference to the reply object (QNetworkReply)
+reference to the reply object
 </dd>
-<dt><i>errors</i></dt>
+<dt><i>errors</i> (list of QSslError)</dt>
 <dd>
-list of SSL errors (list of QSslError)
+list of SSL errors
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial