Documentation/Source/eric6.install.html

changeset 5215
c7eb25505d6c
parent 4455
ca13a6f6c452
child 5651
982465f8389c
diff -r 0473e5256ca9 -r c7eb25505d6c Documentation/Source/eric6.install.html
--- a/Documentation/Source/eric6.install.html	Sat Oct 08 19:59:32 2016 +0200
+++ b/Documentation/Source/eric6.install.html	Sat Oct 08 20:01:19 2016 +0200
@@ -46,6 +46,9 @@
 <td><a href="#compileUiFiles">compileUiFiles</a></td>
 <td>Compile the .ui files to Python sources.</td>
 </tr><tr>
+<td><a href="#copyAppStreamFile">copyAppStreamFile</a></td>
+<td>Modify an appstream file and write it to its destination.</td>
+</tr><tr>
 <td><a href="#copyDesktopFile">copyDesktopFile</a></td>
 <td>Modify a desktop file and write it to its destination.</td>
 </tr><tr>
@@ -154,6 +157,25 @@
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="copyAppStreamFile" ID="copyAppStreamFile"></a>
+<h2>copyAppStreamFile</h2>
+<b>copyAppStreamFile</b>(<i>src, dst, marker</i>)
+<p>
+    Modify an appstream file and write it to its destination.
+</p><dl>
+<dt><i>src</i></dt>
+<dd>
+source file name (string)
+</dd><dt><i>dst</i></dt>
+<dd>
+destination file name (string)
+</dd><dt><i>marker</i></dt>
+<dd>
+marker to be used (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="copyDesktopFile" ID="copyDesktopFile"></a>
 <h2>copyDesktopFile</h2>
 <b>copyDesktopFile</b>(<i>src, dst, marker</i>)

eric ide

mercurial