--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.OperaImporter.html Fri Dec 22 13:57:47 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.OperaImporter.html Fri Dec 22 17:24:07 2023 +0100 @@ -113,7 +113,13 @@ <dl> <dt>Return:</dt> <dd> -imported bookmarks (BookmarkNode) +imported bookmarks +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +BookmarkNode </dd> </dl> <a NAME="OperaImporter.open" ID="OperaImporter.open"></a> @@ -126,7 +132,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="OperaImporter.setPath" ID="OperaImporter.setPath"></a> @@ -138,9 +150,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> @@ -188,18 +200,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>