src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10314
1f7d52f024b1
--- a/src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.PluginManager.PluginRepositoryDialog.html	Fri Oct 27 14:09:40 2023 +0200
@@ -219,7 +219,7 @@
 </tr>
 <tr>
 <td><a href="#PluginRepositoryWidget.__downloadRepositoryFileDone">__downloadRepositoryFileDone</a></td>
-<td></td>
+<td>Private method called after the repository file was downloaded.</td>
 </tr>
 <tr>
 <td><a href="#PluginRepositoryWidget.__formatDescription">__formatDescription</a></td>
@@ -512,6 +512,20 @@
 <h4>PluginRepositoryWidget.__downloadRepositoryFileDone</h4>
 <b>__downloadRepositoryFileDone</b>(<i>status, filename</i>)
 
+<p>
+        Private method called after the repository file was downloaded.
+</p>
+<dl>
+
+<dt><i>status</i></dt>
+<dd>
+flaging indicating a successful download (boolean)
+</dd>
+<dt><i>filename</i></dt>
+<dd>
+full path of the downloaded file (string)
+</dd>
+</dl>
 <a NAME="PluginRepositoryWidget.__formatDescription" ID="PluginRepositoryWidget.__formatDescription"></a>
 <h4>PluginRepositoryWidget.__formatDescription</h4>
 <b>__formatDescription</b>(<i>lines</i>)

eric ide

mercurial