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

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Sync.DirectorySyncHandler.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Sync.DirectorySyncHandler.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>
@@ -148,9 +143,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="DirectorySyncHandler.__downloadFile" ID="DirectorySyncHandler.__downloadFile"></a>
@@ -162,20 +157,18 @@
 </p>
 <dl>
 
-<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>fileName</i></dt>
+<dt><i>fileName</i> (str)</dt>
 <dd>
-name of the file to be downloaded (string)
+name of the file to be downloaded
 </dd>
-<dt><i>timestamp</i></dt>
+<dt><i>timestamp</i> (int)</dt>
 <dd>
 time stamp in seconds of the file to be downloaded
-            (integer)
 </dd>
 </dl>
 <a NAME="DirectorySyncHandler.__initialSync" ID="DirectorySyncHandler.__initialSync"></a>
@@ -194,15 +187,14 @@
 </p>
 <dl>
 
-<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>fileName</i></dt>
+<dt><i>fileName</i> (str)</dt>
 <dd>
-name of the file to be synchronized (string)
+name of the file to be synchronized
 </dd>
 </dl>
 <a NAME="DirectorySyncHandler.__syncFile" ID="DirectorySyncHandler.__syncFile"></a>
@@ -214,15 +206,14 @@
 </p>
 <dl>
 
-<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>fileName</i></dt>
+<dt><i>fileName</i> (str)</dt>
 <dd>
-name of the file to be synchronized (string)
+name of the file to be synchronized
 </dd>
 </dl>
 <a NAME="DirectorySyncHandler.__uploadFile" ID="DirectorySyncHandler.__uploadFile"></a>
@@ -234,15 +225,14 @@
 </p>
 <dl>
 
-<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>fileName</i></dt>
+<dt><i>fileName</i> (str)</dt>
 <dd>
-name of the file to be uploaded (string)
+name of the file to be uploaded
 </dd>
 </dl>
 <a NAME="DirectorySyncHandler.initialLoadAndCheck" ID="DirectorySyncHandler.initialLoadAndCheck"></a>
@@ -254,10 +244,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>
 <a NAME="DirectorySyncHandler.shutdown" ID="DirectorySyncHandler.shutdown"></a>

eric ide

mercurial