--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Sync.SyncManager.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Sync.SyncManager.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 give status info about the sync - process (string) +emitted to give status info about the sync process </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> @@ -152,9 +147,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="SyncManager.__syncBookmarks" ID="SyncManager.__syncBookmarks"></a> @@ -173,9 +168,9 @@ </p> <dl> -<dt><i>message</i></dt> +<dt><i>message</i> (str)</dt> <dd> -error message (string) +error message </dd> </dl> <a NAME="SyncManager.__syncFinished" ID="SyncManager.__syncFinished"></a> @@ -187,19 +182,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>status</i></dt> +<dt><i>status</i> (bool)</dt> <dd> -flag indicating success (boolean) +flag indicating success </dd> -<dt><i>download</i></dt> +<dt><i>download</i> (bool)</dt> <dd> -flag indicating a download of a file (boolean) +flag indicating a download of a file </dd> </dl> <a NAME="SyncManager.__syncHistory" ID="SyncManager.__syncHistory"></a> @@ -232,15 +226,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>message</i></dt> +<dt><i>message</i> (str)</dt> <dd> -status message for the event (string) +status message for the event </dd> </dl> <a NAME="SyncManager.__syncUserAgents" ID="SyncManager.__syncUserAgents"></a> @@ -267,7 +260,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the sync handler object (SyncHandler) +reference to the sync handler object +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +SyncHandler </dd> </dl> <a NAME="SyncManager.loadSettings" ID="SyncManager.loadSettings"></a> @@ -279,10 +278,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="SyncManager.showSyncDialog" ID="SyncManager.showSyncDialog"></a> @@ -305,6 +303,12 @@ flag indicating enabled synchronization </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file