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

changeset 1702
870ee0fa9007
parent 1695
7b115f986d48
child 2060
1f3767746974
diff -r 9eee32bac32e -r 870ee0fa9007 Documentation/Source/eric5.Helpviewer.Sync.FtpSyncHandler.html
--- a/Documentation/Source/eric5.Helpviewer.Sync.FtpSyncHandler.html	Sun Mar 11 17:20:43 2012 +0100
+++ b/Documentation/Source/eric5.Helpviewer.Sync.FtpSyncHandler.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>
@@ -125,6 +125,9 @@
 <td><a href="#FtpSyncHandler.syncPasswords">syncPasswords</a></td>
 <td>Public method to synchronize the passwords.</td>
 </tr><tr>
+<td><a href="#FtpSyncHandler.syncSpeedDial">syncSpeedDial</a></td>
+<td>Public method to synchronize the speed dial data.</td>
+</tr><tr>
 <td><a href="#FtpSyncHandler.syncUserAgents">syncUserAgents</a></td>
 <td>Public method to synchronize the user agents.</td>
 </tr>
@@ -182,7 +185,7 @@
 <dt><i>type_</i></dt>
 <dd>
 type of the synchronization event (string one
-            of "bookmarks", "history", "passwords" or "useragents")
+            of "bookmarks", "history", "passwords", "useragents" or "speeddial")
 </dd><dt><i>fileName</i></dt>
 <dd>
 name of the file to be downloaded (string)
@@ -209,7 +212,7 @@
 <dt><i>type_</i></dt>
 <dd>
 type of the synchronization event (string one
-            of "bookmarks", "history", "passwords" or "useragents")
+            of "bookmarks", "history", "passwords", "useragents" or "speeddial")
 </dd><dt><i>fileName</i></dt>
 <dd>
 name of the file to be synchronized (string)
@@ -228,7 +231,7 @@
 <dt><i>type_</i></dt>
 <dd>
 type of the synchronization event (string one
-            of "bookmarks", "history", "passwords" or "useragents")
+            of "bookmarks", "history", "passwords", "useragents" or "speeddial")
 </dd><dt><i>fileName</i></dt>
 <dd>
 name of the file to be synchronized (string)
@@ -242,7 +245,7 @@
 <dt><i>type_</i></dt>
 <dd>
 type of the synchronization event (string one
-            of "bookmarks", "history", "passwords" or "useragents")
+            of "bookmarks", "history", "passwords", "useragents" or "speeddial")
 </dd><dt><i>fileName</i></dt>
 <dd>
 name of the file to be uploaded (string)
@@ -277,6 +280,11 @@
 <b>syncPasswords</b>(<i></i>)
 <p>
         Public method to synchronize the passwords.
+</p><a NAME="FtpSyncHandler.syncSpeedDial" ID="FtpSyncHandler.syncSpeedDial"></a>
+<h4>FtpSyncHandler.syncSpeedDial</h4>
+<b>syncSpeedDial</b>(<i></i>)
+<p>
+        Public method to synchronize the speed dial data.
 </p><a NAME="FtpSyncHandler.syncUserAgents" ID="FtpSyncHandler.syncUserAgents"></a>
 <h4>FtpSyncHandler.syncUserAgents</h4>
 <b>syncUserAgents</b>(<i></i>)

eric ide

mercurial