src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.html

branch
eric7
changeset 10436
f6881d10e995
parent 9503
ae9232bf4854
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.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="FirefoxImporter.open" ID="FirefoxImporter.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="FirefoxImporter.setPath" ID="FirefoxImporter.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>

eric ide

mercurial