--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter.html Fri Dec 22 17:24:07 2023 +0100 @@ -116,13 +116,13 @@ </p> <dl> -<dt><i>children</i></dt> +<dt><i>children</i> (list of dict)</dt> <dd> -list of child nodes to be processed (list of dict) +list of child nodes to be processed </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="SafariImporter.importedBookmarks" ID="SafariImporter.importedBookmarks"></a> @@ -135,7 +135,13 @@ <dl> <dt>Return:</dt> <dd> -imported bookmarks (BookmarkNode) +imported bookmarks +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +BookmarkNode </dd> </dl> <a NAME="SafariImporter.open" ID="SafariImporter.open"></a> @@ -148,7 +154,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="SafariImporter.setPath" ID="SafariImporter.setPath"></a> @@ -160,9 +172,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> @@ -210,18 +222,23 @@ </p> <dl> -<dt><i>sourceId</i></dt> +<dt><i>sourceId</i> (str)</dt> <dd> -id of the browser ("chrome" or "chromium") +id of the browser </dd> </dl> <dl> <dt>Return:</dt> <dd> -tuple with an icon (QPixmap), readable name (string), name of - the default bookmarks file (string), an info text (string), - a prompt (string) and the default directory of the bookmarks file - (string) +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> +<dt>Return Type:</dt> +<dd> +tuple of (QPixmap, str, str, str, str, str) </dd> </dl> <dl>