src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.XbelWriter.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.XbelWriter.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.XbelWriter.html	Fri Dec 22 17:24:07 2023 +0100
@@ -93,15 +93,21 @@
 </p>
 <dl>
 
-<dt><i>root</i></dt>
+<dt><i>root</i> (BookmarkNode)</dt>
 <dd>
-root node of the bookmark tree (BookmarkNode)
+root node of the bookmark tree
 </dd>
 </dl>
 <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="XbelWriter.__writeItem" ID="XbelWriter.__writeItem"></a>
@@ -113,9 +119,9 @@
 </p>
 <dl>
 
-<dt><i>node</i></dt>
+<dt><i>node</i> (BookmarkNode)</dt>
 <dd>
-reference to the node to be written (BookmarkNode)
+reference to the node to be written
 </dd>
 </dl>
 <a NAME="XbelWriter.write" ID="XbelWriter.write"></a>
@@ -127,20 +133,26 @@
 </p>
 <dl>
 
-<dt><i>fileNameOrDevice</i></dt>
+<dt><i>fileNameOrDevice</i> (str)</dt>
 <dd>
-name of the file to write (string)
+name of the file to write
             or device to write to (QIODevice)
 </dd>
-<dt><i>root</i></dt>
+<dt><i>root</i> (BookmarkNode)</dt>
 <dd>
-root node of the bookmark tree (BookmarkNode)
+root node of the bookmark tree
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating success (boolean)
+flag indicating success
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial