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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 10800
c6ce5522be30
diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.PluginManager.PluginManager.html
--- a/src/eric7/Documentation/Source/eric7.PluginManager.PluginManager.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.PluginManager.PluginManager.html	Sat Apr 20 18:02:35 2024 +0200
@@ -565,32 +565,32 @@
 
 <a NAME="PluginManager.checkPluginEntry" ID="PluginManager.checkPluginEntry"></a>
 <h4>PluginManager.checkPluginEntry</h4>
-<b>checkPluginEntry</b>(<i>name, short, description, url, author, version, filename, status, category, </i>)
+<b>checkPluginEntry</b>(<i>_name, _short, _description, url, _author, version, filename, _status, _category, </i>)
 <p>
         Public method to check a plug-in's data for an update.
 </p>
 
 <dl>
 
-<dt><i>name</i> (str)</dt>
+<dt><i>_name</i> (str)</dt>
 <dd>
-data for the name field
+data for the name field (unused)
 </dd>
-<dt><i>short</i> (str)</dt>
+<dt><i>_short</i> (str)</dt>
 <dd>
-data for the short field
+data for the short field (unused)
 </dd>
-<dt><i>description</i> (list of str)</dt>
+<dt><i>_description</i> (list of str)</dt>
 <dd>
-data for the description field
+data for the description field (unused)
 </dd>
 <dt><i>url</i> (str)</dt>
 <dd>
 data for the url field
 </dd>
-<dt><i>author</i> (str)</dt>
+<dt><i>_author</i> (str)</dt>
 <dd>
-data for the author field
+data for the author field (unused)
 </dd>
 <dt><i>version</i> (str)</dt>
 <dd>
@@ -600,13 +600,13 @@
 <dd>
 data for the filename field
 </dd>
-<dt><i>status</i> (str)</dt>
+<dt><i>_status</i> (str)</dt>
 <dd>
-status of the plugin (one of stable, unstable, unknown)
+status of the plugin (one of stable, unstable, unknown) (unused)
 </dd>
-<dt><i>category</i> (str)</dt>
+<dt><i>_category</i> (str)</dt>
 <dd>
-category designation of the plugin
+category designation of the plugin (unused)
 </dd>
 </dl>
 <a NAME="PluginManager.checkPluginUpdatesAvailable" ID="PluginManager.checkPluginUpdatesAvailable"></a>

eric ide

mercurial