Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remminadoc.gitlab.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-02-19 16:28:09 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-02-19 16:28:09 +0300
commitd5cd4adc85b1a4c0e892d630f2d601bad61c20ad (patch)
tree2ad478c6d093a1b4ff24a862d397ba87f3ebe1a7 /public/remmina__plugin__python_8c.html
parente019747f6b654e295b3a7abfd9c1f4451ffa0b32 (diff)
Automatic doc build by remmina-ci
Diffstat (limited to 'public/remmina__plugin__python_8c.html')
-rw-r--r--public/remmina__plugin__python_8c.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/remmina__plugin__python_8c.html b/public/remmina__plugin__python_8c.html
index 8f3ea52cd..150acffdc 100644
--- a/public/remmina__plugin__python_8c.html
+++ b/public/remmina__plugin__python_8c.html
@@ -97,7 +97,7 @@ $(document).ready(function(){initNavTree('remmina__plugin__python_8c.html','');}
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:aa473cd9bb2ec9e627efd089f48a974da"><td class="memItemLeft" align="right" valign="top">static int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="remmina__plugin__python_8c.html#aa473cd9bb2ec9e627efd089f48a974da">basename_no_ext</a> (const char *in, char **out)</td></tr>
-<tr class="memdesc:aa473cd9bb2ec9e627efd089f48a974da"><td class="mdescLeft">&#160;</td><td class="mdescRight">Extracts the filename without extention from a path. <a href="#aa473cd9bb2ec9e627efd089f48a974da">More...</a><br /></td></tr>
+<tr class="memdesc:aa473cd9bb2ec9e627efd089f48a974da"><td class="mdescLeft">&#160;</td><td class="mdescRight">Extracts the filename without extension from a path. <a href="#aa473cd9bb2ec9e627efd089f48a974da">More...</a><br /></td></tr>
<tr class="separator:aa473cd9bb2ec9e627efd089f48a974da"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8f7f30c4cfc8b9e89cc5ecbd0e0b1299"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="remmina__plugin__python_8c.html#a8f7f30c4cfc8b9e89cc5ecbd0e0b1299">remmina_plugin_python_init</a> (void)</td></tr>
<tr class="memdesc:a8f7f30c4cfc8b9e89cc5ecbd0e0b1299"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes the Python plugin loaders. <a href="#a8f7f30c4cfc8b9e89cc5ecbd0e0b1299">More...</a><br /></td></tr>
@@ -110,7 +110,7 @@ Functions</h2></td></tr>
<div class="textblock"><p>Remmina Python plugin loader. </p>
<dl class="section author"><dt>Author</dt><dd>Mathias Winterhalter </dd></dl>
<dl class="section date"><dt>Date</dt><dd>14.10.2020</dd></dl>
-<p>When Remmina discovers Python scripts in the plugin root folder the plugin manager passes the path to the Python plugin loader. There it gets exexuted and the plugin classes get mapped to "real" Remmina plugin instances.</p>
+<p>When Remmina discovers Python scripts in the plugin root folder the plugin manager passes the path to the Python plugin loader. There it gets executed and the plugin classes get mapped to "real" Remmina plugin instances.</p>
<p>For the communication between Remmina and Python the python module called 'remmina' is initialized and loaded into the environment of the plugin script (</p><dl class="section see"><dt>See also</dt><dd><a class="el" href="remmina__plugin__python__module_8c.html" title="Implementation of the Python module &#39;remmina&#39;. ">remmina_plugin_python_module.c</a>).</dd>
<dd>
<a href="http://www.remmina.org/wp">http://www.remmina.org/wp</a> for more information. </dd></dl>
@@ -151,11 +151,11 @@ Functions</h2></td></tr>
</table>
</div><div class="memdoc">
-<p>Extracts the filename without extention from a path. </p>
+<p>Extracts the filename without extension from a path. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">in</td><td>The string to extract the filename from </td></tr>
- <tr><td class="paramname">out</td><td>The resulting filename without extention (must point to allocated memory).</td></tr>
+ <tr><td class="paramname">out</td><td>The resulting filename without extension (must point to allocated memory).</td></tr>
</table>
</dd>
</dl>