--- a/Documentation/Source/eric5.Helpviewer.Sync.SyncHandler.html Sun Oct 13 17:29:57 2013 +0200 +++ b/Documentation/Source/eric5.Helpviewer.Sync.SyncHandler.html Sun Oct 13 17:44:48 2013 +0200 @@ -47,20 +47,22 @@ <dl> <dt>syncError(message)</dt> <dd> -emitted for a general error with the error message (string) +emitted for a general error with the error + message (string) </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 (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) +emitted to send a message about + synchronization (string) </dd><dt>syncStatus(type_, message)</dt> <dd> emitted to indicate the synchronization - status (string one of "bookmarks", "history", "passwords", "useragents" or - "speeddial", string) + status (string one of "bookmarks", "history", "passwords", + "useragents" or "speeddial", string) </dd> </dl> <h3>Derived from</h3> @@ -129,7 +131,8 @@ </p><dl> <dt><i>forceUpload=</i></dt> <dd> -flag indicating a forced upload of the files (boolean) +flag indicating a forced upload of the files + (boolean) </dd> </dl><dl> <dt>Raises <b>NotImplementedError</b>:</dt> @@ -143,8 +146,8 @@ <p> Public method to read a file. </p><p> - If encrypted synchronization is enabled, the data will be encrypted using - the relevant encryption key. + If encrypted synchronization is enabled, the data will be encrypted + using the relevant encryption key. </p><dl> <dt><i>fileName</i></dt> <dd> @@ -152,7 +155,8 @@ </dd><dt><i>type_</i></dt> <dd> type of the synchronization event (string one - of "bookmarks", "history", "passwords", "useragents" or "speeddial") + of "bookmarks", "history", "passwords", "useragents" or + "speeddial") </dd> </dl><dl> <dt>Returns:</dt> @@ -231,8 +235,8 @@ <p> Public method to write the data to a file. </p><p> - If encrypted synchronization is enabled, the data will be decrypted using - the relevant encryption key. + If encrypted synchronization is enabled, the data will be decrypted + using the relevant encryption key. </p><dl> <dt><i>data</i></dt> <dd> @@ -243,7 +247,8 @@ </dd><dt><i>type_</i></dt> <dd> type of the synchronization event (string one - of "bookmarks", "history", "passwords", "useragents" or "speeddial") + of "bookmarks", "history", "passwords", "useragents" or + "speeddial") </dd><dt><i>timestamp</i></dt> <dd> timestamp to be given to the file (int) @@ -251,7 +256,8 @@ </dl><dl> <dt>Returns:</dt> <dd> -tuple giving a success flag and an error string (boolean, string) +tuple giving a success flag and an error string (boolean, + string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>