Documentation/Source/eric5.Helpviewer.Sync.SyncHandler.html

changeset 1702
870ee0fa9007
parent 1695
7b115f986d48
child 2367
78f6c8193d37
--- a/Documentation/Source/eric5.Helpviewer.Sync.SyncHandler.html	Sun Mar 11 17:20:43 2012 +0100
+++ b/Documentation/Source/eric5.Helpviewer.Sync.SyncHandler.html	Sun Mar 11 17:21:31 2012 +0100
@@ -52,16 +52,16 @@
 </dd><dt>syncFinished(type_, done, download)</dt>
 <dd>
 emitted after a synchronization has
-        finished (string one of "bookmarks", "history", "passwords" or "useragents",
-        boolean, boolean)
+        finished (string one of "bookmarks", "history", "passwords", "useragents" or
+        "speeddial", boolean, boolean)
 </dd><dt>syncMessage(message)</dt>
 <dd>
 emitted to send a message about synchronization (string)
-</dd><dt>syncStatus(type_, done, message)</dt>
+</dd><dt>syncStatus(type_, message)</dt>
 <dd>
 emitted to indicate the synchronization
-        status (string one of "bookmarks", "history", "passwords" or "useragents",
-        boolean, string)
+        status (string one of "bookmarks", "history", "passwords", "useragents" or
+        "speeddial", string)
 </dd>
 </dl>
 <h3>Derived from</h3>
@@ -98,6 +98,9 @@
 <td><a href="#SyncHandler.syncPasswords">syncPasswords</a></td>
 <td>Public method to synchronize the passwords.</td>
 </tr><tr>
+<td><a href="#SyncHandler.syncSpeedDial">syncSpeedDial</a></td>
+<td>Public method to synchronize the speed dial data.</td>
+</tr><tr>
 <td><a href="#SyncHandler.syncUserAgents">syncUserAgents</a></td>
 <td>Public method to synchronize the user agents.</td>
 </tr><tr>
@@ -131,7 +134,7 @@
 </dd>
 </dl><a NAME="SyncHandler.readFile" ID="SyncHandler.readFile"></a>
 <h4>SyncHandler.readFile</h4>
-<b>readFile</b>(<i>fileName</i>)
+<b>readFile</b>(<i>fileName, type_</i>)
 <p>
         Public method to read a file.
 </p><p>
@@ -141,6 +144,10 @@
 <dt><i>fileName</i></dt>
 <dd>
 name of the file to be read (string)
+</dd><dt><i>type_</i></dt>
+<dd>
+type of the synchronization event (string one
+            of "bookmarks", "history", "passwords", "useragents" or "speeddial")
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
@@ -167,6 +174,11 @@
 <b>syncPasswords</b>(<i></i>)
 <p>
         Public method to synchronize the passwords.
+</p><a NAME="SyncHandler.syncSpeedDial" ID="SyncHandler.syncSpeedDial"></a>
+<h4>SyncHandler.syncSpeedDial</h4>
+<b>syncSpeedDial</b>(<i></i>)
+<p>
+        Public method to synchronize the speed dial data.
 </p><a NAME="SyncHandler.syncUserAgents" ID="SyncHandler.syncUserAgents"></a>
 <h4>SyncHandler.syncUserAgents</h4>
 <b>syncUserAgents</b>(<i></i>)
@@ -174,7 +186,7 @@
         Public method to synchronize the user agents.
 </p><a NAME="SyncHandler.writeFile" ID="SyncHandler.writeFile"></a>
 <h4>SyncHandler.writeFile</h4>
-<b>writeFile</b>(<i>data, fileName, timestamp=0</i>)
+<b>writeFile</b>(<i>data, fileName, type_, timestamp=0</i>)
 <p>
         Public method to write the data to a file.
 </p><p>
@@ -187,6 +199,10 @@
 </dd><dt><i>fileName</i></dt>
 <dd>
 name of the file the data is to be written to (string)
+</dd><dt><i>type_</i></dt>
+<dd>
+type of the synchronization event (string one
+            of "bookmarks", "history", "passwords", "useragents" or "speeddial")
 </dd><dt><i>timestamp</i></dt>
 <dd>
 timestamp to be given to the file (int)

eric ide

mercurial