src/eric7/Documentation/Source/eric7.WebBrowser.Sync.SyncHandler.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Sync.SyncHandler.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Sync.SyncHandler.html	Fri Dec 22 17:24:07 2023 +0100
@@ -43,25 +43,20 @@
 
 <dt>syncError(message)</dt>
 <dd>
-emitted for a general error with the error
-        message (string)
+emitted for a general error with the error message
 </dd>
 <dt>syncFinished(type_, done, download)</dt>
 <dd>
-emitted after a
-        synchronization has finished (string one of "bookmarks", "history",
-        "passwords", "useragents" or "speeddial", boolean, boolean)
+emitted after a synchronization
+        has finished
 </dd>
 <dt>syncMessage(message)</dt>
 <dd>
-emitted to send a message about
-        synchronization (string)
+emitted to send a message about synchronization
 </dd>
 <dt>syncStatus(type_, message)</dt>
 <dd>
-emitted to indicate the synchronization
-        status (string one of "bookmarks", "history", "passwords",
-        "useragents" or "speeddial", string)
+emitted to indicate the synchronization status
 </dd>
 </dl>
 <h3>Derived from</h3>
@@ -136,9 +131,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="SyncHandler.initialLoadAndCheck" ID="SyncHandler.initialLoadAndCheck"></a>
@@ -150,10 +145,9 @@
 </p>
 <dl>
 
-<dt><i>forceUpload</i></dt>
+<dt><i>forceUpload</i> (bool)</dt>
 <dd>
 flag indicating a forced upload of the files
-            (boolean)
 </dd>
 </dl>
 <dl>
@@ -177,21 +171,26 @@
 </p>
 <dl>
 
-<dt><i>fileName</i></dt>
+<dt><i>fileName</i> (str)</dt>
 <dd>
-name of the file to be read (string)
+name of the file to be read
 </dd>
-<dt><i>type_</i></dt>
+<dt><i>type_</i> (str)</dt>
 <dd>
-type of the synchronization event (string one
-            of "bookmarks", "history", "passwords", "useragents" or
-            "speeddial")
+type of the synchronization event (one of "bookmarks",
+            "history", "passwords", "useragents" or "speeddial")
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-data of the file, optionally encrypted (QByteArray)
+data of the file, optionally encrypted
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QByteArray
 </dd>
 </dl>
 <a NAME="SyncHandler.shutdown" ID="SyncHandler.shutdown"></a>
@@ -297,30 +296,34 @@
 </p>
 <dl>
 
-<dt><i>data</i></dt>
+<dt><i>data</i> (QByteArray)</dt>
 <dd>
-data to be written and optionally decrypted (QByteArray)
+data to be written and optionally decrypted
 </dd>
-<dt><i>fileName</i></dt>
+<dt><i>fileName</i> (str)</dt>
 <dd>
-name of the file the data is to be written to (string)
+name of the file the data is to be written to
 </dd>
-<dt><i>type_</i></dt>
+<dt><i>type_</i> (str)</dt>
 <dd>
-type of the synchronization event (string one
-            of "bookmarks", "history", "passwords", "useragents" or
-            "speeddial")
+type of the synchronization event (one of "bookmarks",
+            "history", "passwords", "useragents" or "speeddial")
 </dd>
-<dt><i>timestamp</i></dt>
+<dt><i>timestamp</i> (int)</dt>
 <dd>
-timestamp to be given to the file (int)
+timestamp to be given to the file
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple giving a success flag and an error string (boolean,
-            string)
+tuple giving a success flag and an error string
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (bool, str)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial