diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.ChromeImporter.html --- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.ChromeImporter.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.ChromeImporter.html Fri Dec 22 17:24:07 2023 +0100 @@ -124,13 +124,13 @@ </p> <dl> -<dt><i>data</i></dt> +<dt><i>data</i> (dict)</dt> <dd> -dictionary with the bookmarks data (dict) +dictionary with the bookmarks data </dd> -<dt><i>rootNode</i></dt> +<dt><i>rootNode</i> (BookmarkNode)</dt> <dd> -node to add the bookmarks to (BookmarkNode) +node to add the bookmarks to </dd> </dl> <a NAME="ChromeImporter.__generateUrlNode" ID="ChromeImporter.__generateUrlNode"></a> @@ -142,13 +142,13 @@ </p> <dl> -<dt><i>data</i></dt> +<dt><i>data</i> (dict)</dt> <dd> -dictionary with the bookmarks data (dict) +dictionary with the bookmarks data </dd> -<dt><i>rootNode</i></dt> +<dt><i>rootNode</i> (BookmarkNode)</dt> <dd> -node to add the bookmarks to (BookmarkNode) +node to add the bookmarks to </dd> </dl> <a NAME="ChromeImporter.__processRoots" ID="ChromeImporter.__processRoots"></a> @@ -160,13 +160,13 @@ </p> <dl> -<dt><i>data</i></dt> +<dt><i>data</i> (dict)</dt> <dd> -dictionary with the bookmarks data (dict) +dictionary with the bookmarks data </dd> -<dt><i>rootNode</i></dt> +<dt><i>rootNode</i> (BookmarkNode)</dt> <dd> -node to add the bookmarks to (BookmarkNode) +node to add the bookmarks to </dd> </dl> <a NAME="ChromeImporter.importedBookmarks" ID="ChromeImporter.importedBookmarks"></a> @@ -179,7 +179,13 @@ <dl> <dt>Return:</dt> <dd> -imported bookmarks (BookmarkNode) +imported bookmarks +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +BookmarkNode </dd> </dl> <a NAME="ChromeImporter.open" ID="ChromeImporter.open"></a> @@ -192,7 +198,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating success (boolean) +flag indicating success +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="ChromeImporter.setPath" ID="ChromeImporter.setPath"></a> @@ -204,9 +216,9 @@ </p> <dl> -<dt><i>path</i></dt> +<dt><i>path</i> (str)</dt> <dd> -bookmarks file or directory (string) +bookmarks file or directory </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -256,14 +268,15 @@ <dt><i>sourceId</i> (str)</dt> <dd> -id of the browser ("chrome", "chromium" or "edge") +id of the browser </dd> </dl> <dl> <dt>Return:</dt> <dd> -tuple with an icon, readable name, name of the default bookmarks file, - an info text, a prompt and the default directory of the bookmarks file +tuple with an icon, readable name, name of the default + bookmarks file, an info text, a prompt and the default directory + of the bookmarks file </dd> </dl> <dl>