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

python__wrapper__protocol_8c_source.html « public - gitlab.com/Remmina/remminadoc.gitlab.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2f88209c1a86cea2164a88cdfda8346aa786c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Remmina - The GTK+ Remote Desktop Client: python_wrapper_protocol.c Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectlogo"><img alt="Logo" src="org.remmina.Remmina.png"/></td>
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Remmina - The GTK+ Remote Desktop Client
   &#160;<span id="projectnumber">v1.4.33</span>
   </div>
   <div id="projectbrief">Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('python__wrapper__protocol_8c_source.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">python_wrapper_protocol.c</div>  </div>
</div><!--header-->
<div class="contents">
<a href="python__wrapper__protocol_8c.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*</span></div><div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * Remmina - The GTK+ Remote Desktop Client</span></div><div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> * Copyright (C) 2014-2023 Antenore Gatta, Giovanni Panozzo, Mathias Winterhalter (ToolsDevler)</span></div><div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * This program is free software; you can redistribute it and/or modify</span></div><div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * it under the terms of the GNU General Public License as published by</span></div><div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span></div><div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * (at your option) any later version.</span></div><div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * This program is distributed in the hope that it will be useful,</span></div><div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div><div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span></div><div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * GNU General Public License for more details.</span></div><div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> * You should have received a copy of the GNU General Public License</span></div><div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * along with this program; if not, write to the Free Software</span></div><div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor,</span></div><div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> * Boston, MA  02110-1301, USA.</span></div><div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> *  In addition, as a special exception, the copyright holders give</span></div><div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> *  permission to link the code of portions of this program with the</span></div><div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *  OpenSSL library under certain conditions as described in each</span></div><div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> *  individual source file, and distribute linked combinations</span></div><div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="comment"> *  including the two.</span></div><div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment"> *  You must obey the GNU General Public License in all respects</span></div><div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment"> *  for all of the code used other than OpenSSL. *  If you modify</span></div><div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment"> *  file(s) with this exception, you may extend this exception to your</span></div><div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment"> *  version of the file(s), but you are not obligated to do so. *  If you</span></div><div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment"> *  do not wish to do so, delete this exception statement from your</span></div><div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment"> *  version. *  If you delete this exception statement from all source</span></div><div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment"> *  files in the program, then also delete it here.</span></div><div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment"> */</span></div><div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;</div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="comment">// I N C L U D E S</span></div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="python__wrapper__common_8h.html">python_wrapper_common.h</a>&quot;</span></div><div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="python__wrapper__protocol_8h.html">python_wrapper_protocol.h</a>&quot;</span></div><div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="python__wrapper__remmina_8h.html">python_wrapper_remmina.h</a>&quot;</span></div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;</div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="comment">// D E C L A R A T I O N S</span></div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="comment">// A P I</span></div><div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8h.html#ab223d3563d16258e33e8dfae0ee41e5d">   57</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="python__wrapper__protocol_8c.html#ab223d3563d16258e33e8dfae0ee41e5d">python_wrapper_protocol_init</a>(<span class="keywordtype">void</span>)</div><div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;{</div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;}</div><div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;</div><div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8c.html#aad6b25cbb7627180e6f3904a43ae7b89">   62</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="python__wrapper__protocol_8c.html#aad6b25cbb7627180e6f3904a43ae7b89">remmina_protocol_init_wrapper</a>(<a class="code" href="struct___remmina_protocol_widget.html">RemminaProtocolWidget</a>* gp)</div><div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;{</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* py_plugin = <a class="code" href="python__wrapper__common_8c.html#a7581529b6f45640327ee862ea2ab1927">python_wrapper_get_plugin_by_protocol_widget</a>(gp);</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;    py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>-&gt;<a class="code" href="struct_py_remmina_protocol_widget.html#aa32e589462d1defa097cbccc0a74f3af">gp</a> = gp;</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;    CallPythonMethod(py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a>, <span class="stringliteral">&quot;init&quot;</span>, <span class="stringliteral">&quot;O&quot;</span>, py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>);</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;}</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;</div><div class="line"><a name="l00070"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8c.html#a9ebbb58ee514013f3bbb2ffa60efb630">   70</a></span>&#160;gboolean <a class="code" href="python__wrapper__protocol_8c.html#a9ebbb58ee514013f3bbb2ffa60efb630">remmina_protocol_open_connection_wrapper</a>(<a class="code" href="struct___remmina_protocol_widget.html">RemminaProtocolWidget</a>* gp)</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;{</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* py_plugin = <a class="code" href="python__wrapper__common_8c.html#a7581529b6f45640327ee862ea2ab1927">python_wrapper_get_plugin_by_protocol_widget</a>(gp);</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;    <span class="keywordflow">if</span> (py_plugin)</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;    {</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;        PyObject* result = CallPythonMethod(py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a>, <span class="stringliteral">&quot;open_connection&quot;</span>, <span class="stringliteral">&quot;O&quot;</span>, py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>);</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;        <span class="keywordflow">return</span> result == Py_True;</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;    }</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;    <span class="keywordflow">else</span></div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;    {</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;        <span class="keywordflow">return</span> gtk_false();</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;    }</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;}</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;</div><div class="line"><a name="l00085"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8c.html#a714b3762602a93651f3a1f6c35cc97a8">   85</a></span>&#160;gboolean <a class="code" href="python__wrapper__protocol_8c.html#a714b3762602a93651f3a1f6c35cc97a8">remmina_protocol_close_connection_wrapper</a>(<a class="code" href="struct___remmina_protocol_widget.html">RemminaProtocolWidget</a>* gp)</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;{</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* py_plugin = <a class="code" href="python__wrapper__common_8c.html#a7581529b6f45640327ee862ea2ab1927">python_wrapper_get_plugin_by_protocol_widget</a>(gp);</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;    PyObject* result = CallPythonMethod(py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a>, <span class="stringliteral">&quot;close_connection&quot;</span>, <span class="stringliteral">&quot;O&quot;</span>, py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>);</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;    <span class="keywordflow">return</span> result == Py_True;</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;}</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;</div><div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8c.html#a5931951ae96e22e972c4a2a54c28af23">   93</a></span>&#160;gboolean <a class="code" href="python__wrapper__protocol_8c.html#a5931951ae96e22e972c4a2a54c28af23">remmina_protocol_query_feature_wrapper</a>(<a class="code" href="struct___remmina_protocol_widget.html">RemminaProtocolWidget</a>* gp,</div><div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;    <span class="keyword">const</span> <a class="code" href="struct___remmina_protocol_feature.html">RemminaProtocolFeature</a>* feature)</div><div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;{</div><div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00097"></a><span class="lineno">   97</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* py_plugin = <a class="code" href="python__wrapper__common_8c.html#a7581529b6f45640327ee862ea2ab1927">python_wrapper_get_plugin_by_protocol_widget</a>(gp);</div><div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;    <a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>* pyFeature = <a class="code" href="python__wrapper__protocol_8h.html#a26eea3cdd2d97d5cd8ad00d2bbe17c29">python_wrapper_protocol_feature_new</a>();</div><div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#aecce603234baf1434f3f6aca64616cbc">type</a> = (gint)feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a1826baafd2d7b5dc8a009ef4fcad77e9">type</a>;</div><div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#a9f3cc7cfae91a2651c3d78bbc3feb53d">id</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a36b55faeba78528ac9708dfa66667e20">id</a>;</div><div class="line"><a name="l00101"></a><span class="lineno">  101</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#ae952bdad284cbef56bcc598c9e2743b4">opt1</a> = <a class="code" href="python__wrapper__common_8h.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a>();</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#ae952bdad284cbef56bcc598c9e2743b4">opt1</a>-&gt;<a class="code" href="struct_py_generic.html#a1c5857c0a7ee53cbcdcd009b4d9900e7">raw</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#aa7ac5ec9d95867734619583a2049e952">opt1</a>;</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af4cd1fe41db52b31d6715c6535d600c0">opt2</a> = <a class="code" href="python__wrapper__common_8h.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a>();</div><div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af4cd1fe41db52b31d6715c6535d600c0">opt2</a>-&gt;<a class="code" href="struct_py_generic.html#a1c5857c0a7ee53cbcdcd009b4d9900e7">raw</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#aab44850c13a7e5e20a02603ae173d53d">opt2</a>;</div><div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af47063cd1082038eeae47af016b1c0d2">opt3</a> = <a class="code" href="python__wrapper__common_8h.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a>();</div><div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af47063cd1082038eeae47af016b1c0d2">opt3</a>-&gt;<a class="code" href="struct_py_generic.html#a1c5857c0a7ee53cbcdcd009b4d9900e7">raw</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#ab3c15094a16418c5951c5382c8a44190">opt3</a>;</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;    PyObject* result = CallPythonMethod(py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a>, <span class="stringliteral">&quot;query_feature&quot;</span>, <span class="stringliteral">&quot;OO&quot;</span>, py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>, pyFeature);</div><div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;    Py_DecRef((PyObject*)pyFeature);</div><div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;    Py_DecRef((PyObject*)pyFeature-&gt;opt1);</div><div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;    Py_DecRef((PyObject*)pyFeature-&gt;opt2);</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;    Py_DecRef((PyObject*)pyFeature-&gt;opt3);</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;    <span class="keywordflow">return</span> result == Py_True;</div><div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;}</div><div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;</div><div class="line"><a name="l00116"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8c.html#a2c51e3afd8d05632330497c567e527a1">  116</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="python__wrapper__protocol_8c.html#a2c51e3afd8d05632330497c567e527a1">remmina_protocol_call_feature_wrapper</a>(<a class="code" href="struct___remmina_protocol_widget.html">RemminaProtocolWidget</a>* gp, <span class="keyword">const</span> <a class="code" href="struct___remmina_protocol_feature.html">RemminaProtocolFeature</a>* feature)</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;{</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* py_plugin = <a class="code" href="python__wrapper__common_8c.html#a7581529b6f45640327ee862ea2ab1927">python_wrapper_get_plugin_by_protocol_widget</a>(gp);</div><div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;    <a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>* pyFeature = <a class="code" href="python__wrapper__protocol_8h.html#a26eea3cdd2d97d5cd8ad00d2bbe17c29">python_wrapper_protocol_feature_new</a>();</div><div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#aecce603234baf1434f3f6aca64616cbc">type</a> = (gint)feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a1826baafd2d7b5dc8a009ef4fcad77e9">type</a>;</div><div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#a9f3cc7cfae91a2651c3d78bbc3feb53d">id</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a36b55faeba78528ac9708dfa66667e20">id</a>;</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#ae952bdad284cbef56bcc598c9e2743b4">opt1</a> = <a class="code" href="python__wrapper__common_8h.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a>();</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#ae952bdad284cbef56bcc598c9e2743b4">opt1</a>-&gt;<a class="code" href="struct_py_generic.html#a1c5857c0a7ee53cbcdcd009b4d9900e7">raw</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#aa7ac5ec9d95867734619583a2049e952">opt1</a>;</div><div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#ae952bdad284cbef56bcc598c9e2743b4">opt1</a>-&gt;<a class="code" href="struct_py_generic.html#a0282ae57a7189fd68fad0d960b60cb7f">type_hint</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a4b8ffd6e32126a9c4d2074521279b12b">opt1_type_hint</a>;</div><div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af4cd1fe41db52b31d6715c6535d600c0">opt2</a> = <a class="code" href="python__wrapper__common_8h.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a>();</div><div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af4cd1fe41db52b31d6715c6535d600c0">opt2</a>-&gt;<a class="code" href="struct_py_generic.html#a1c5857c0a7ee53cbcdcd009b4d9900e7">raw</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#aab44850c13a7e5e20a02603ae173d53d">opt2</a>;</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af4cd1fe41db52b31d6715c6535d600c0">opt2</a>-&gt;<a class="code" href="struct_py_generic.html#a0282ae57a7189fd68fad0d960b60cb7f">type_hint</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a006b0d6d883c6dd0da6c444991973ac7">opt2_type_hint</a>;</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af47063cd1082038eeae47af016b1c0d2">opt3</a> = <a class="code" href="python__wrapper__common_8h.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a>();</div><div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af47063cd1082038eeae47af016b1c0d2">opt3</a>-&gt;<a class="code" href="struct_py_generic.html#a1c5857c0a7ee53cbcdcd009b4d9900e7">raw</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#ab3c15094a16418c5951c5382c8a44190">opt3</a>;</div><div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;    pyFeature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af47063cd1082038eeae47af016b1c0d2">opt3</a>-&gt;<a class="code" href="struct_py_generic.html#a0282ae57a7189fd68fad0d960b60cb7f">type_hint</a> = feature-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a9abdee80580cddd54405d0577e459c2c">opt3_type_hint</a>;</div><div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;    CallPythonMethod(py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a>, <span class="stringliteral">&quot;call_feature&quot;</span>, <span class="stringliteral">&quot;OO&quot;</span>, py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>, pyFeature);</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;    Py_DecRef((PyObject*)pyFeature);</div><div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;    Py_DecRef((PyObject*)pyFeature-&gt;opt1);</div><div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;    Py_DecRef((PyObject*)pyFeature-&gt;opt2);</div><div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;    Py_DecRef((PyObject*)pyFeature-&gt;opt3);</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;}</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;</div><div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8c.html#a162c9587302a7a4788f3c45329f56f0c">  140</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="python__wrapper__protocol_8c.html#a162c9587302a7a4788f3c45329f56f0c">remmina_protocol_send_keytrokes_wrapper</a>(<a class="code" href="struct___remmina_protocol_widget.html">RemminaProtocolWidget</a>* gp,</div><div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;    <span class="keyword">const</span> guint keystrokes[],</div><div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;    <span class="keyword">const</span> gint keylen)</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;{</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* py_plugin = <a class="code" href="python__wrapper__common_8c.html#a7581529b6f45640327ee862ea2ab1927">python_wrapper_get_plugin_by_protocol_widget</a>(gp);</div><div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;    PyObject* obj = PyList_New(keylen);</div><div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;    Py_IncRef(obj);</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;    <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i &lt; keylen; ++i)</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;    {</div><div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;        PyList_SetItem(obj, i, PyLong_FromLong(keystrokes[i]));</div><div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;    }</div><div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;    CallPythonMethod(py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a>, <span class="stringliteral">&quot;send_keystrokes&quot;</span>, <span class="stringliteral">&quot;OO&quot;</span>, py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>, obj);</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;    Py_DecRef(obj);</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;}</div><div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;</div><div class="line"><a name="l00156"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8c.html#a541be6857deef27ac09c2caf7ae57099">  156</a></span>&#160;gboolean <a class="code" href="python__wrapper__protocol_8c.html#a541be6857deef27ac09c2caf7ae57099">remmina_protocol_get_plugin_screenshot_wrapper</a>(<a class="code" href="struct___remmina_protocol_widget.html">RemminaProtocolWidget</a>* gp,</div><div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;    <a class="code" href="struct___remmina_plugin_screenshot_data.html">RemminaPluginScreenshotData</a>* rpsd)</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;{</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;</div><div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* py_plugin = <a class="code" href="python__wrapper__common_8c.html#a7581529b6f45640327ee862ea2ab1927">python_wrapper_get_plugin_by_protocol_widget</a>(gp);</div><div class="line"><a name="l00162"></a><span class="lineno">  162</span>&#160;    <a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>* data = <a class="code" href="python__wrapper__protocol_8h.html#ad9e2034841e5b0a10291ad015e4bfc46">python_wrapper_screenshot_data_new</a>();</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;    Py_IncRef((PyObject*)data);</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;    PyObject* result = CallPythonMethod(py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a>, <span class="stringliteral">&quot;get_plugin_screenshot&quot;</span>, <span class="stringliteral">&quot;OO&quot;</span>, py_plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>, data);</div><div class="line"><a name="l00165"></a><span class="lineno">  165</span>&#160;    <span class="keywordflow">if</span> (result == Py_True)</div><div class="line"><a name="l00166"></a><span class="lineno">  166</span>&#160;    {</div><div class="line"><a name="l00167"></a><span class="lineno">  167</span>&#160;        <span class="keywordflow">if</span> (!PyByteArray_Check((PyObject*)data-&gt;buffer))</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;        {</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;            g_printerr(<span class="stringliteral">&quot;Unable to parse screenshot data. &#39;buffer&#39; needs to be an byte array!&quot;</span>);</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;            <span class="keywordflow">return</span> 0;</div><div class="line"><a name="l00171"></a><span class="lineno">  171</span>&#160;        }</div><div class="line"><a name="l00172"></a><span class="lineno">  172</span>&#160;        Py_ssize_t buffer_len = PyByteArray_Size((PyObject*)data-&gt;buffer);</div><div class="line"><a name="l00173"></a><span class="lineno">  173</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;        <span class="comment">// Is being freed by Remmina!</span></div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;        rpsd-&gt;<a class="code" href="struct___remmina_plugin_screenshot_data.html#a757f692624e3e110eaa5bf0c05ac2a6c">buffer</a> = (<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>*)<a class="code" href="python__wrapper__common_8c.html#a4a8a4735511a148ef3e81980671b3503">python_wrapper_malloc</a>(<span class="keyword">sizeof</span>(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>) * buffer_len);</div><div class="line"><a name="l00176"></a><span class="lineno">  176</span>&#160;        <span class="keywordflow">if</span> (!rpsd-&gt;<a class="code" href="struct___remmina_plugin_screenshot_data.html#a757f692624e3e110eaa5bf0c05ac2a6c">buffer</a>)</div><div class="line"><a name="l00177"></a><span class="lineno">  177</span>&#160;        {</div><div class="line"><a name="l00178"></a><span class="lineno">  178</span>&#160;            <span class="keywordflow">return</span> 0;</div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;        }</div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;        memcpy(rpsd-&gt;<a class="code" href="struct___remmina_plugin_screenshot_data.html#a757f692624e3e110eaa5bf0c05ac2a6c">buffer</a>, PyByteArray_AsString((PyObject*)data-&gt;buffer), <span class="keyword">sizeof</span>(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>) * buffer_len);</div><div class="line"><a name="l00181"></a><span class="lineno">  181</span>&#160;        rpsd-&gt;<a class="code" href="struct___remmina_plugin_screenshot_data.html#aa0f78eb9b36ba248c2e368684903ae44">bytesPerPixel</a> = data-&gt;bytesPerPixel;</div><div class="line"><a name="l00182"></a><span class="lineno">  182</span>&#160;        rpsd-&gt;<a class="code" href="struct___remmina_plugin_screenshot_data.html#acc352444c31929a1ef7aee2a0e37827d">bitsPerPixel</a> = data-&gt;bitsPerPixel;</div><div class="line"><a name="l00183"></a><span class="lineno">  183</span>&#160;        rpsd-&gt;<a class="code" href="struct___remmina_plugin_screenshot_data.html#a9274a9d62e527ca25683af512505242e">height</a> = data-&gt;height;</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;        rpsd-&gt;<a class="code" href="struct___remmina_plugin_screenshot_data.html#ab5d115d8f9fc675f2419d38cdd424ce6">width</a> = data-&gt;width;</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;    }</div><div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;    Py_DecRef((PyObject*)data-&gt;buffer);</div><div class="line"><a name="l00187"></a><span class="lineno">  187</span>&#160;    Py_DecRef((PyObject*)data);</div><div class="line"><a name="l00188"></a><span class="lineno">  188</span>&#160;    <span class="keywordflow">return</span> result == Py_True;</div><div class="line"><a name="l00189"></a><span class="lineno">  189</span>&#160;}</div><div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;</div><div class="line"><a name="l00191"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8c.html#a076f2ca9db40272512ad682a45eda571">  191</a></span>&#160;gboolean <a class="code" href="python__wrapper__protocol_8c.html#a076f2ca9db40272512ad682a45eda571">remmina_protocol_map_event_wrapper</a>(<a class="code" href="struct___remmina_protocol_widget.html">RemminaProtocolWidget</a>* gp)</div><div class="line"><a name="l00192"></a><span class="lineno">  192</span>&#160;{</div><div class="line"><a name="l00193"></a><span class="lineno">  193</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* plugin = <a class="code" href="python__wrapper__common_8c.html#a7581529b6f45640327ee862ea2ab1927">python_wrapper_get_plugin_by_protocol_widget</a>(gp);</div><div class="line"><a name="l00194"></a><span class="lineno">  194</span>&#160;    PyObject* result = CallPythonMethod(plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a>, <span class="stringliteral">&quot;map_event&quot;</span>, <span class="stringliteral">&quot;O&quot;</span>, plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>);</div><div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;    <span class="keywordflow">return</span> PyBool_Check(result) &amp;&amp; result == Py_True;</div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;}</div><div class="line"><a name="l00197"></a><span class="lineno">  197</span>&#160;</div><div class="line"><a name="l00198"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8c.html#a4ad3d2c8c8a65d787389b134ab716807">  198</a></span>&#160;gboolean <a class="code" href="python__wrapper__protocol_8c.html#a4ad3d2c8c8a65d787389b134ab716807">remmina_protocol_unmap_event_wrapper</a>(<a class="code" href="struct___remmina_protocol_widget.html">RemminaProtocolWidget</a>* gp)</div><div class="line"><a name="l00199"></a><span class="lineno">  199</span>&#160;{</div><div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* plugin = <a class="code" href="python__wrapper__common_8c.html#a7581529b6f45640327ee862ea2ab1927">python_wrapper_get_plugin_by_protocol_widget</a>(gp);</div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;    PyObject* result = CallPythonMethod(plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a>, <span class="stringliteral">&quot;unmap_event&quot;</span>, <span class="stringliteral">&quot;O&quot;</span>, plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>);</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;    <span class="keywordflow">return</span> PyBool_Check(result) &amp;&amp; result == Py_True;</div><div class="line"><a name="l00203"></a><span class="lineno">  203</span>&#160;}</div><div class="line"><a name="l00204"></a><span class="lineno">  204</span>&#160;</div><div class="line"><a name="l00205"></a><span class="lineno"><a class="line" href="python__wrapper__protocol_8h.html#aaa90f5541895f5c3dedaa16c15d80de7">  205</a></span>&#160;<a class="code" href="struct___remmina_plugin.html">RemminaPlugin</a>* <a class="code" href="python__wrapper__protocol_8c.html#aaa90f5541895f5c3dedaa16c15d80de7">python_wrapper_create_protocol_plugin</a>(<a class="code" href="struct_py_plugin.html">PyPlugin</a>* plugin)</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;{</div><div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;    PyObject* instance = plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a>;</div><div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;    <span class="keywordflow">if</span> (!<a class="code" href="python__wrapper__common_8c.html#a11658eaccd360b5a1a5e037e9687a6d5">python_wrapper_check_attribute</a>(instance, <a class="code" href="python__wrapper__common_8c.html#ad04fe8bf4343b79e9458922094ca8467">ATTR_ICON_NAME_SSH</a>)</div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;        || !<a class="code" href="python__wrapper__common_8c.html#a11658eaccd360b5a1a5e037e9687a6d5">python_wrapper_check_attribute</a>(instance, <a class="code" href="python__wrapper__common_8c.html#a0372848f85114d5c96be884c1be796ba">ATTR_ICON_NAME</a>)</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;        || !<a class="code" href="python__wrapper__common_8c.html#a11658eaccd360b5a1a5e037e9687a6d5">python_wrapper_check_attribute</a>(instance, <a class="code" href="python__wrapper__common_8c.html#a0025b697a5c538ad8c98e03ee523a5cd">ATTR_FEATURES</a>)</div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;        || !<a class="code" href="python__wrapper__common_8c.html#a11658eaccd360b5a1a5e037e9687a6d5">python_wrapper_check_attribute</a>(instance, <a class="code" href="python__wrapper__common_8c.html#a53df5c97849ff3ca9cdc5899b5fd4226">ATTR_BASIC_SETTINGS</a>)</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;        || !<a class="code" href="python__wrapper__common_8c.html#a11658eaccd360b5a1a5e037e9687a6d5">python_wrapper_check_attribute</a>(instance, <a class="code" href="python__wrapper__common_8c.html#a86673950339bc36cec9ca6613ca82539">ATTR_ADVANCED_SETTINGS</a>)</div><div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;        || !<a class="code" href="python__wrapper__common_8c.html#a11658eaccd360b5a1a5e037e9687a6d5">python_wrapper_check_attribute</a>(instance, <a class="code" href="python__wrapper__common_8c.html#acc8ddede994db9b3b667f21f5679baaa">ATTR_SSH_SETTING</a>))</div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;    {</div><div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;        g_printerr(<span class="stringliteral">&quot;Unable to create protocol plugin. Aborting!\n&quot;</span>);</div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;    }</div><div class="line"><a name="l00219"></a><span class="lineno">  219</span>&#160;</div><div class="line"><a name="l00220"></a><span class="lineno">  220</span>&#160;    <a class="code" href="struct___remmina_protocol_plugin.html">RemminaProtocolPlugin</a>* <a class="code" href="exec__plugin_8c.html#a3b53d8bbfcf5bdf5564c8804d211cf99">remmina_plugin</a> = (<a class="code" href="struct___remmina_protocol_plugin.html">RemminaProtocolPlugin</a>*)<a class="code" href="python__wrapper__common_8c.html#a4a8a4735511a148ef3e81980671b3503">python_wrapper_malloc</a>(<span class="keyword">sizeof</span>(<a class="code" href="struct___remmina_protocol_plugin.html">RemminaProtocolPlugin</a>));</div><div class="line"><a name="l00221"></a><span class="lineno">  221</span>&#160;</div><div class="line"><a name="l00222"></a><span class="lineno">  222</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#ac783acfaf93007d0100bd02f1faff7f0">type</a> = <a class="code" href="plugin_8h.html#aaf53c620d115a4642130227cff4a624aa45e094c248384c12cdafd9d088e4aa24">REMMINA_PLUGIN_TYPE_PROTOCOL</a>;</div><div class="line"><a name="l00223"></a><span class="lineno">  223</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#a61bee777a81714c80bed22d0cf8e13ae">domain</a> = GETTEXT_PACKAGE;</div><div class="line"><a name="l00224"></a><span class="lineno">  224</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#aae09a7e2c978cc36e85d0f295518978d">basic_settings</a> = NULL;</div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#aceb00d9dff794500ccb04a1373eb32db">advanced_settings</a> = NULL;</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#afa1a3a21c504b386cecfb42d1c9e6bff">features</a> = NULL;</div><div class="line"><a name="l00227"></a><span class="lineno">  227</span>&#160;</div><div class="line"><a name="l00228"></a><span class="lineno">  228</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#a6e04143450eeb71e3d0b2c14983860a4">name</a> = PyUnicode_AsUTF8(PyObject_GetAttrString(instance, <a class="code" href="python__wrapper__common_8c.html#aede86e42bdf933f78ace9d49973b3d1f">ATTR_NAME</a>));</div><div class="line"><a name="l00229"></a><span class="lineno">  229</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#a9bac82016e8b61d3c63b2e427be3ec70">description</a> = PyUnicode_AsUTF8(PyObject_GetAttrString(instance, <a class="code" href="python__wrapper__common_8c.html#adcfba1ab2eaa59395c7a4cb55436df9f">ATTR_DESCRIPTION</a>));</div><div class="line"><a name="l00230"></a><span class="lineno">  230</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#a3f3cd7ad27c78a1670de3f42414861ff">version</a> = PyUnicode_AsUTF8(PyObject_GetAttrString(instance, <a class="code" href="python__wrapper__common_8c.html#a18794c4ccbbc68f11a76dc7943bbcb56">ATTR_VERSION</a>));</div><div class="line"><a name="l00231"></a><span class="lineno">  231</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#a9552c70a10eea2b8263dbc7d05e2fb10">icon_name</a> = PyUnicode_AsUTF8(PyObject_GetAttrString(instance, <a class="code" href="python__wrapper__common_8c.html#a0372848f85114d5c96be884c1be796ba">ATTR_ICON_NAME</a>));</div><div class="line"><a name="l00232"></a><span class="lineno">  232</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#a8a4c7d195e85a1428abf82e952ff4df3">icon_name_ssh</a> = PyUnicode_AsUTF8(PyObject_GetAttrString(instance, <a class="code" href="python__wrapper__common_8c.html#ad04fe8bf4343b79e9458922094ca8467">ATTR_ICON_NAME_SSH</a>));</div><div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;</div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;    PyObject* list = PyObject_GetAttrString(instance, <span class="stringliteral">&quot;basic_settings&quot;</span>);</div><div class="line"><a name="l00235"></a><span class="lineno">  235</span>&#160;    Py_ssize_t len = PyList_Size(list);</div><div class="line"><a name="l00236"></a><span class="lineno">  236</span>&#160;    <span class="keywordflow">if</span> (len)</div><div class="line"><a name="l00237"></a><span class="lineno">  237</span>&#160;    {</div><div class="line"><a name="l00238"></a><span class="lineno">  238</span>&#160;        <a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>* basic_settings = (<a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>*)<a class="code" href="python__wrapper__common_8c.html#a4a8a4735511a148ef3e81980671b3503">python_wrapper_malloc</a>(</div><div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;            <span class="keyword">sizeof</span>(<a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>) * (len + 1));</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;        memset(basic_settings, 0, <span class="keyword">sizeof</span>(<a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>) * (len + 1));</div><div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;</div><div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;        <span class="keywordflow">for</span> (Py_ssize_t i = 0; i &lt; len; ++i)</div><div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;        {</div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;            <a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>* dest = basic_settings + i;</div><div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;            <a class="code" href="python__wrapper__remmina_8c.html#a0029840116ce2b2c4d7870d202ce6459">python_wrapper_to_protocol_setting</a>(dest, PyList_GetItem(list, i));</div><div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;        }</div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;        <a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>* dest = basic_settings + len;</div><div class="line"><a name="l00248"></a><span class="lineno">  248</span>&#160;        dest-&gt;<a class="code" href="struct___remmina_protocol_setting.html#a6274d44b592a54162ff583135e55ffc9">type</a> = <a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350ad898beb6ae625dee1ae27de75f1ab4e3">REMMINA_PROTOCOL_SETTING_TYPE_END</a>;</div><div class="line"><a name="l00249"></a><span class="lineno">  249</span>&#160;        remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#aae09a7e2c978cc36e85d0f295518978d">basic_settings</a> = basic_settings;</div><div class="line"><a name="l00250"></a><span class="lineno">  250</span>&#160;    }</div><div class="line"><a name="l00251"></a><span class="lineno">  251</span>&#160;</div><div class="line"><a name="l00252"></a><span class="lineno">  252</span>&#160;    list = PyObject_GetAttrString(instance, <span class="stringliteral">&quot;advanced_settings&quot;</span>);</div><div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;    len = PyList_Size(list);</div><div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;    <span class="keywordflow">if</span> (len)</div><div class="line"><a name="l00255"></a><span class="lineno">  255</span>&#160;    {</div><div class="line"><a name="l00256"></a><span class="lineno">  256</span>&#160;        <a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>* advanced_settings = (<a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>*)<a class="code" href="python__wrapper__common_8c.html#a4a8a4735511a148ef3e81980671b3503">python_wrapper_malloc</a>(</div><div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;            <span class="keyword">sizeof</span>(<a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>) * (len + 1));</div><div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;        memset(advanced_settings, 0, <span class="keyword">sizeof</span>(<a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>) * (len + 1));</div><div class="line"><a name="l00259"></a><span class="lineno">  259</span>&#160;</div><div class="line"><a name="l00260"></a><span class="lineno">  260</span>&#160;        <span class="keywordflow">for</span> (Py_ssize_t i = 0; i &lt; len; ++i)</div><div class="line"><a name="l00261"></a><span class="lineno">  261</span>&#160;        {</div><div class="line"><a name="l00262"></a><span class="lineno">  262</span>&#160;            <a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>* dest = advanced_settings + i;</div><div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;            <a class="code" href="python__wrapper__remmina_8c.html#a0029840116ce2b2c4d7870d202ce6459">python_wrapper_to_protocol_setting</a>(dest, PyList_GetItem(list, i));</div><div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;        }</div><div class="line"><a name="l00265"></a><span class="lineno">  265</span>&#160;</div><div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160;        <a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>* dest = advanced_settings + len;</div><div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;        dest-&gt;<a class="code" href="struct___remmina_protocol_setting.html#a6274d44b592a54162ff583135e55ffc9">type</a> = <a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350ad898beb6ae625dee1ae27de75f1ab4e3">REMMINA_PROTOCOL_SETTING_TYPE_END</a>;</div><div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;</div><div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;        remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#aceb00d9dff794500ccb04a1373eb32db">advanced_settings</a> = advanced_settings;</div><div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;    }</div><div class="line"><a name="l00271"></a><span class="lineno">  271</span>&#160;</div><div class="line"><a name="l00272"></a><span class="lineno">  272</span>&#160;    list = PyObject_GetAttrString(instance, <span class="stringliteral">&quot;features&quot;</span>);</div><div class="line"><a name="l00273"></a><span class="lineno">  273</span>&#160;    len = PyList_Size(list);</div><div class="line"><a name="l00274"></a><span class="lineno">  274</span>&#160;    <span class="keywordflow">if</span> (len)</div><div class="line"><a name="l00275"></a><span class="lineno">  275</span>&#160;    {</div><div class="line"><a name="l00276"></a><span class="lineno">  276</span>&#160;        <a class="code" href="struct___remmina_protocol_feature.html">RemminaProtocolFeature</a>* features = (<a class="code" href="struct___remmina_protocol_feature.html">RemminaProtocolFeature</a>*)<a class="code" href="python__wrapper__common_8c.html#a4a8a4735511a148ef3e81980671b3503">python_wrapper_malloc</a>(</div><div class="line"><a name="l00277"></a><span class="lineno">  277</span>&#160;            <span class="keyword">sizeof</span>(<a class="code" href="struct___remmina_protocol_feature.html">RemminaProtocolFeature</a>) * (len + 1));</div><div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;        memset(features, 0, <span class="keyword">sizeof</span>(<a class="code" href="struct___remmina_protocol_feature.html">RemminaProtocolFeature</a>) * (len + 1));</div><div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;</div><div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;        <span class="keywordflow">for</span> (Py_ssize_t i = 0; i &lt; len; ++i)</div><div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;        {</div><div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;            <a class="code" href="struct___remmina_protocol_feature.html">RemminaProtocolFeature</a>* dest = features + i;</div><div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;            <a class="code" href="python__wrapper__remmina_8c.html#ad9cee26b804b78c89cd56e59d71b6250">python_wrapper_to_protocol_feature</a>(dest, PyList_GetItem(list, i));</div><div class="line"><a name="l00284"></a><span class="lineno">  284</span>&#160;        }</div><div class="line"><a name="l00285"></a><span class="lineno">  285</span>&#160;</div><div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;        <a class="code" href="struct___remmina_protocol_feature.html">RemminaProtocolFeature</a>* dest = features + len;</div><div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;        dest-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a1826baafd2d7b5dc8a009ef4fcad77e9">type</a> = <a class="code" href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a311d2a8dae8d3d7b9045b4b704f94fe4">REMMINA_PROTOCOL_FEATURE_TYPE_END</a>;</div><div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;</div><div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;        remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#afa1a3a21c504b386cecfb42d1c9e6bff">features</a> = features;</div><div class="line"><a name="l00290"></a><span class="lineno">  290</span>&#160;    }</div><div class="line"><a name="l00291"></a><span class="lineno">  291</span>&#160;</div><div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#aa5727804eb3f5cd4a4a40acb98df76bb">ssh_setting</a> = (<a class="code" href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7">RemminaProtocolSSHSetting</a>)<a class="code" href="python__wrapper__common_8c.html#a02ffe3b273f3813b52fb784e8667b9e6">python_wrapper_get_attribute_long</a>(instance,</div><div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;        <a class="code" href="python__wrapper__common_8c.html#acc8ddede994db9b3b667f21f5679baaa">ATTR_SSH_SETTING</a>,</div><div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;        <a class="code" href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7a8f910597287a73453a5f09ca0037d093">REMMINA_PROTOCOL_SSH_SETTING_NONE</a>);</div><div class="line"><a name="l00295"></a><span class="lineno">  295</span>&#160;</div><div class="line"><a name="l00296"></a><span class="lineno">  296</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#a3d9e2f2eb2594411e6fe63cde443dfb2">init</a> = <a class="code" href="python__wrapper__protocol_8c.html#aad6b25cbb7627180e6f3904a43ae7b89">remmina_protocol_init_wrapper</a>;                             <span class="comment">// Plugin initialization</span></div><div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#ad2e965f3997d21a1e08d365c74e615bd">open_connection</a> = <a class="code" href="python__wrapper__protocol_8c.html#a9ebbb58ee514013f3bbb2ffa60efb630">remmina_protocol_open_connection_wrapper</a>;       <span class="comment">// Plugin open connection</span></div><div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#ad4b21147a7592bf689c9f761d9e4fdc2">close_connection</a> = <a class="code" href="python__wrapper__protocol_8c.html#a714b3762602a93651f3a1f6c35cc97a8">remmina_protocol_close_connection_wrapper</a>;     <span class="comment">// Plugin close connection</span></div><div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#aa49520ac95b505c111abfb7f3b7c55de">query_feature</a> = <a class="code" href="python__wrapper__protocol_8c.html#a5931951ae96e22e972c4a2a54c28af23">remmina_protocol_query_feature_wrapper</a>;           <span class="comment">// Query for available features</span></div><div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#a4908abc6c70c59c42e2757aecaa25cf1">call_feature</a> = <a class="code" href="python__wrapper__protocol_8c.html#a2c51e3afd8d05632330497c567e527a1">remmina_protocol_call_feature_wrapper</a>;             <span class="comment">// Call a feature</span></div><div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#a92bb5524267ad4fe682fc07f778500d7">send_keystrokes</a> =</div><div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;        <a class="code" href="python__wrapper__protocol_8c.html#a162c9587302a7a4788f3c45329f56f0c">remmina_protocol_send_keytrokes_wrapper</a>;                                      <span class="comment">// Send a keystroke</span></div><div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#ad4778e62aa78baace7d46fb1c4a475c4">get_plugin_screenshot</a> =</div><div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;        <a class="code" href="python__wrapper__protocol_8c.html#a541be6857deef27ac09c2caf7ae57099">remmina_protocol_get_plugin_screenshot_wrapper</a>;                               <span class="comment">// Screenshot support unavailable</span></div><div class="line"><a name="l00305"></a><span class="lineno">  305</span>&#160;</div><div class="line"><a name="l00306"></a><span class="lineno">  306</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#ae0dc6952f8015848cf97950fcc7d9997">map_event</a> = <a class="code" href="python__wrapper__protocol_8c.html#a076f2ca9db40272512ad682a45eda571">remmina_protocol_map_event_wrapper</a>;</div><div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;    remmina_plugin-&gt;<a class="code" href="struct___remmina_protocol_plugin.html#abfb8cc172b53c16c8099eba7ab3bbc57">unmap_event</a> = <a class="code" href="python__wrapper__protocol_8c.html#a4ad3d2c8c8a65d787389b134ab716807">remmina_protocol_unmap_event_wrapper</a>;</div><div class="line"><a name="l00308"></a><span class="lineno">  308</span>&#160;</div><div class="line"><a name="l00309"></a><span class="lineno">  309</span>&#160;    plugin-&gt;<a class="code" href="struct_py_plugin.html#a00183896cad1d1b31b3c5cb724db001f">protocol_plugin</a> = <a class="code" href="exec__plugin_8c.html#a3b53d8bbfcf5bdf5564c8804d211cf99">remmina_plugin</a>;</div><div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;    plugin-&gt;<a class="code" href="struct_py_plugin.html#a680f794a3909843ccb6d2e7ceeef8558">generic_plugin</a> = (<a class="code" href="struct___remmina_plugin.html">RemminaPlugin</a>*)remmina_plugin;</div><div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;</div><div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a010c2a0c7ddeab74fa9c1ab352b8d4f3">python_wrapper_add_plugin</a>(plugin);</div><div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;</div><div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;    <span class="keywordflow">return</span> (<a class="code" href="struct___remmina_plugin.html">RemminaPlugin</a>*)<a class="code" href="exec__plugin_8c.html#a3b53d8bbfcf5bdf5564c8804d211cf99">remmina_plugin</a>;</div><div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;}</div><div class="ttc" id="struct_py_remmina_protocol_feature_html_af4cd1fe41db52b31d6715c6535d600c0"><div class="ttname"><a href="struct_py_remmina_protocol_feature.html#af4cd1fe41db52b31d6715c6535d600c0">PyRemminaProtocolFeature::opt2</a></div><div class="ttdeci">PyGeneric * opt2</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00065">python_wrapper_protocol.h:65</a></div></div>
<div class="ttc" id="struct___remmina_plugin_html"><div class="ttname"><a href="struct___remmina_plugin.html">_RemminaPlugin</a></div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00056">plugin.h:56</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a7581529b6f45640327ee862ea2ab1927"><div class="ttname"><a href="python__wrapper__common_8c.html#a7581529b6f45640327ee862ea2ab1927">python_wrapper_get_plugin_by_protocol_widget</a></div><div class="ttdeci">PyPlugin * python_wrapper_get_plugin_by_protocol_widget(RemminaProtocolWidget *gp)</div><div class="ttdoc">Tries to find the Python plugin matching to the given instance of RemminaPlugin. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00299">python_wrapper_common.c:299</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_feature_html_aecce603234baf1434f3f6aca64616cbc"><div class="ttname"><a href="struct_py_remmina_protocol_feature.html#aecce603234baf1434f3f6aca64616cbc">PyRemminaProtocolFeature::type</a></div><div class="ttdeci">PyObject_HEAD RemminaProtocolFeatureType type</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00062">python_wrapper_protocol.h:62</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_a4908abc6c70c59c42e2757aecaa25cf1"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#a4908abc6c70c59c42e2757aecaa25cf1">_RemminaProtocolPlugin::call_feature</a></div><div class="ttdeci">void(* call_feature)(RemminaProtocolWidget *gp, const RemminaProtocolFeature *feature)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00083">plugin.h:83</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8h_html_ad9e2034841e5b0a10291ad015e4bfc46"><div class="ttname"><a href="python__wrapper__protocol_8h.html#ad9e2034841e5b0a10291ad015e4bfc46">python_wrapper_screenshot_data_new</a></div><div class="ttdeci">PyRemminaPluginScreenshotData * python_wrapper_screenshot_data_new(void)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00474">python_wrapper_remmina.c:474</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_aad6b25cbb7627180e6f3904a43ae7b89"><div class="ttname"><a href="python__wrapper__protocol_8c.html#aad6b25cbb7627180e6f3904a43ae7b89">remmina_protocol_init_wrapper</a></div><div class="ttdeci">void remmina_protocol_init_wrapper(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00062">python_wrapper_protocol.c:62</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_feature_html"><div class="ttname"><a href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a></div><div class="ttdoc">Wrapper for a Python object that contains a pointer to an instance of RemminaProtocolFeature. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00059">python_wrapper_protocol.h:59</a></div></div>
<div class="ttc" id="struct_py_remmina_plugin_screenshot_data_html"><div class="ttname"><a href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a></div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00072">python_wrapper_protocol.h:72</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a0029840116ce2b2c4d7870d202ce6459"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a0029840116ce2b2c4d7870d202ce6459">python_wrapper_to_protocol_setting</a></div><div class="ttdeci">void python_wrapper_to_protocol_setting(RemminaProtocolSetting *dest, PyObject *setting)</div><div class="ttdoc">Converts the PyObject to RemminaProtocolSetting. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01093">python_wrapper_remmina.c:1093</a></div></div>
<div class="ttc" id="struct_py_plugin_html"><div class="ttname"><a href="struct_py_plugin.html">PyPlugin</a></div><div class="ttdoc">Maps an instance of a Python plugin to a Remmina one. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00126">python_wrapper_common.h:126</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a11658eaccd360b5a1a5e037e9687a6d5"><div class="ttname"><a href="python__wrapper__common_8c.html#a11658eaccd360b5a1a5e037e9687a6d5">python_wrapper_check_attribute</a></div><div class="ttdeci">gboolean python_wrapper_check_attribute(PyObject *instance, const char *attr_name)</div><div class="ttdoc">Checks if a given attribute exists. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00139">python_wrapper_common.c:139</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_aa5727804eb3f5cd4a4a40acb98df76bb"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#aa5727804eb3f5cd4a4a40acb98df76bb">_RemminaProtocolPlugin::ssh_setting</a></div><div class="ttdeci">RemminaProtocolSSHSetting ssh_setting</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00076">plugin.h:76</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_a541be6857deef27ac09c2caf7ae57099"><div class="ttname"><a href="python__wrapper__protocol_8c.html#a541be6857deef27ac09c2caf7ae57099">remmina_protocol_get_plugin_screenshot_wrapper</a></div><div class="ttdeci">gboolean remmina_protocol_get_plugin_screenshot_wrapper(RemminaProtocolWidget *gp, RemminaPluginScreenshotData *rpsd)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00156">python_wrapper_protocol.c:156</a></div></div>
<div class="ttc" id="struct___remmina_protocol_feature_html_a36b55faeba78528ac9708dfa66667e20"><div class="ttname"><a href="struct___remmina_protocol_feature.html#a36b55faeba78528ac9708dfa66667e20">_RemminaProtocolFeature::id</a></div><div class="ttdeci">gint id</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00074">types.h:74</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a18794c4ccbbc68f11a76dc7943bbcb56"><div class="ttname"><a href="python__wrapper__common_8c.html#a18794c4ccbbc68f11a76dc7943bbcb56">ATTR_VERSION</a></div><div class="ttdeci">const char * ATTR_VERSION</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00064">python_wrapper_common.c:64</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8h_html"><div class="ttname"><a href="python__wrapper__remmina_8h.html">python_wrapper_remmina.h</a></div><div class="ttdoc">Contains the implementation of the Python module &amp;#39;remmina&amp;#39;, provided to interface with the applicatio...</div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a4a8a4735511a148ef3e81980671b3503"><div class="ttname"><a href="python__wrapper__common_8c.html#a4a8a4735511a148ef3e81980671b3503">python_wrapper_malloc</a></div><div class="ttdeci">void * python_wrapper_malloc(int bytes)</div><div class="ttdoc">Allocates memory and checks for errors before returning. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00154">python_wrapper_common.c:154</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_a3d9e2f2eb2594411e6fe63cde443dfb2"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#a3d9e2f2eb2594411e6fe63cde443dfb2">_RemminaProtocolPlugin::init</a></div><div class="ttdeci">void(* init)(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00079">plugin.h:79</a></div></div>
<div class="ttc" id="exec__plugin_8c_html_a3b53d8bbfcf5bdf5564c8804d211cf99"><div class="ttname"><a href="exec__plugin_8c.html#a3b53d8bbfcf5bdf5564c8804d211cf99">remmina_plugin</a></div><div class="ttdeci">static RemminaProtocolPlugin remmina_plugin</div><div class="ttdef"><b>Definition:</b> <a href="exec__plugin_8c_source.html#l00304">exec_plugin.c:304</a></div></div>
<div class="ttc" id="plugin_8h_html_aaf53c620d115a4642130227cff4a624aa45e094c248384c12cdafd9d088e4aa24"><div class="ttname"><a href="plugin_8h.html#aaf53c620d115a4642130227cff4a624aa45e094c248384c12cdafd9d088e4aa24">REMMINA_PLUGIN_TYPE_PROTOCOL</a></div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00047">plugin.h:47</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a02ffe3b273f3813b52fb784e8667b9e6"><div class="ttname"><a href="python__wrapper__common_8c.html#a02ffe3b273f3813b52fb784e8667b9e6">python_wrapper_get_attribute_long</a></div><div class="ttdeci">long python_wrapper_get_attribute_long(PyObject *instance, const char *attr_name, long def)</div><div class="ttdoc">Gets the attribute as long value. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00124">python_wrapper_common.c:124</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_afa1a3a21c504b386cecfb42d1c9e6bff"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#afa1a3a21c504b386cecfb42d1c9e6bff">_RemminaProtocolPlugin::features</a></div><div class="ttdeci">const RemminaProtocolFeature * features</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00077">plugin.h:77</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_widget_html_aa32e589462d1defa097cbccc0a74f3af"><div class="ttname"><a href="struct_py_remmina_protocol_widget.html#aa32e589462d1defa097cbccc0a74f3af">PyRemminaProtocolWidget::gp</a></div><div class="ttdeci">PyObject_HEAD RemminaProtocolWidget * gp</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00117">python_wrapper_common.h:117</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_feature_html_af47063cd1082038eeae47af016b1c0d2"><div class="ttname"><a href="struct_py_remmina_protocol_feature.html#af47063cd1082038eeae47af016b1c0d2">PyRemminaProtocolFeature::opt3</a></div><div class="ttdeci">PyGeneric * opt3</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00066">python_wrapper_protocol.h:66</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_a076f2ca9db40272512ad682a45eda571"><div class="ttname"><a href="python__wrapper__protocol_8c.html#a076f2ca9db40272512ad682a45eda571">remmina_protocol_map_event_wrapper</a></div><div class="ttdeci">gboolean remmina_protocol_map_event_wrapper(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00191">python_wrapper_protocol.c:191</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_a2c51e3afd8d05632330497c567e527a1"><div class="ttname"><a href="python__wrapper__protocol_8c.html#a2c51e3afd8d05632330497c567e527a1">remmina_protocol_call_feature_wrapper</a></div><div class="ttdeci">void remmina_protocol_call_feature_wrapper(RemminaProtocolWidget *gp, const RemminaProtocolFeature *feature)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00116">python_wrapper_protocol.c:116</a></div></div>
<div class="ttc" id="struct_py_generic_html_a1c5857c0a7ee53cbcdcd009b4d9900e7"><div class="ttname"><a href="struct_py_generic.html#a1c5857c0a7ee53cbcdcd009b4d9900e7">PyGeneric::raw</a></div><div class="ttdeci">gpointer raw</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00146">python_wrapper_common.h:146</a></div></div>
<div class="ttc" id="types_8h_html_a77ae46c4fd739dcd8e819fe9cdae27c5a311d2a8dae8d3d7b9045b4b704f94fe4"><div class="ttname"><a href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a311d2a8dae8d3d7b9045b4b704f94fe4">REMMINA_PROTOCOL_FEATURE_TYPE_END</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00047">types.h:47</a></div></div>
<div class="ttc" id="struct_py_plugin_html_a00183896cad1d1b31b3c5cb724db001f"><div class="ttname"><a href="struct_py_plugin.html#a00183896cad1d1b31b3c5cb724db001f">PyPlugin::protocol_plugin</a></div><div class="ttdeci">RemminaProtocolPlugin * protocol_plugin</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00128">python_wrapper_common.h:128</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html"><div class="ttname"><a href="struct___remmina_protocol_plugin.html">_RemminaProtocolPlugin</a></div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00065">plugin.h:65</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_ad2e965f3997d21a1e08d365c74e615bd"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#ad2e965f3997d21a1e08d365c74e615bd">_RemminaProtocolPlugin::open_connection</a></div><div class="ttdeci">gboolean(* open_connection)(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00080">plugin.h:80</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_feature_html_ae952bdad284cbef56bcc598c9e2743b4"><div class="ttname"><a href="struct_py_remmina_protocol_feature.html#ae952bdad284cbef56bcc598c9e2743b4">PyRemminaProtocolFeature::opt1</a></div><div class="ttdeci">PyGeneric * opt1</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00064">python_wrapper_protocol.h:64</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a86673950339bc36cec9ca6613ca82539"><div class="ttname"><a href="python__wrapper__common_8c.html#a86673950339bc36cec9ca6613ca82539">ATTR_ADVANCED_SETTINGS</a></div><div class="ttdeci">const char * ATTR_ADVANCED_SETTINGS</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00068">python_wrapper_common.c:68</a></div></div>
<div class="ttc" id="struct___remmina_plugin_screenshot_data_html_a9274a9d62e527ca25683af512505242e"><div class="ttname"><a href="struct___remmina_plugin_screenshot_data.html#a9274a9d62e527ca25683af512505242e">_RemminaPluginScreenshotData::height</a></div><div class="ttdeci">int height</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00088">types.h:88</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_ab223d3563d16258e33e8dfae0ee41e5d"><div class="ttname"><a href="python__wrapper__protocol_8c.html#ab223d3563d16258e33e8dfae0ee41e5d">python_wrapper_protocol_init</a></div><div class="ttdeci">void python_wrapper_protocol_init(void)</div><div class="ttdoc">Initializes the Python plugin specialisation for protocol plugins. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00057">python_wrapper_protocol.c:57</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_a162c9587302a7a4788f3c45329f56f0c"><div class="ttname"><a href="python__wrapper__protocol_8c.html#a162c9587302a7a4788f3c45329f56f0c">remmina_protocol_send_keytrokes_wrapper</a></div><div class="ttdeci">void remmina_protocol_send_keytrokes_wrapper(RemminaProtocolWidget *gp, const guint keystrokes[], const gint keylen)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00140">python_wrapper_protocol.c:140</a></div></div>
<div class="ttc" id="python__wrapper__common_8h_html"><div class="ttname"><a href="python__wrapper__common_8h.html">python_wrapper_common.h</a></div><div class="ttdoc">Contains functions and constants that are commonly used throughout the Python plugin implementation...</div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_a8a4c7d195e85a1428abf82e952ff4df3"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#a8a4c7d195e85a1428abf82e952ff4df3">_RemminaProtocolPlugin::icon_name_ssh</a></div><div class="ttdeci">const gchar * icon_name_ssh</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00073">plugin.h:73</a></div></div>
<div class="ttc" id="struct_py_plugin_html_a1c03e220a1192e29221b3a8e11ff91f4"><div class="ttname"><a href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">PyPlugin::gp</a></div><div class="ttdeci">PyRemminaProtocolWidget * gp</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00135">python_wrapper_common.h:135</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a0025b697a5c538ad8c98e03ee523a5cd"><div class="ttname"><a href="python__wrapper__common_8c.html#a0025b697a5c538ad8c98e03ee523a5cd">ATTR_FEATURES</a></div><div class="ttdeci">const char * ATTR_FEATURES</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00066">python_wrapper_common.c:66</a></div></div>
<div class="ttc" id="struct___remmina_plugin_screenshot_data_html_aa0f78eb9b36ba248c2e368684903ae44"><div class="ttname"><a href="struct___remmina_plugin_screenshot_data.html#aa0f78eb9b36ba248c2e368684903ae44">_RemminaPluginScreenshotData::bytesPerPixel</a></div><div class="ttdeci">int bytesPerPixel</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00086">types.h:86</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_a714b3762602a93651f3a1f6c35cc97a8"><div class="ttname"><a href="python__wrapper__protocol_8c.html#a714b3762602a93651f3a1f6c35cc97a8">remmina_protocol_close_connection_wrapper</a></div><div class="ttdeci">gboolean remmina_protocol_close_connection_wrapper(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00085">python_wrapper_protocol.c:85</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_abfb8cc172b53c16c8099eba7ab3bbc57"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#abfb8cc172b53c16c8099eba7ab3bbc57">_RemminaProtocolPlugin::unmap_event</a></div><div class="ttdeci">gboolean(* unmap_event)(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00087">plugin.h:87</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a010c2a0c7ddeab74fa9c1ab352b8d4f3"><div class="ttname"><a href="python__wrapper__common_8c.html#a010c2a0c7ddeab74fa9c1ab352b8d4f3">python_wrapper_add_plugin</a></div><div class="ttdeci">void python_wrapper_add_plugin(PyPlugin *plugin)</div><div class="ttdoc">Registers the given plugin if no other plugin with the same name has been already registered...</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00204">python_wrapper_common.c:204</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_feature_html_a9f3cc7cfae91a2651c3d78bbc3feb53d"><div class="ttname"><a href="struct_py_remmina_protocol_feature.html#a9f3cc7cfae91a2651c3d78bbc3feb53d">PyRemminaProtocolFeature::id</a></div><div class="ttdeci">gint id</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00063">python_wrapper_protocol.h:63</a></div></div>
<div class="ttc" id="struct___remmina_plugin_screenshot_data_html_ab5d115d8f9fc675f2419d38cdd424ce6"><div class="ttname"><a href="struct___remmina_plugin_screenshot_data.html#ab5d115d8f9fc675f2419d38cdd424ce6">_RemminaPluginScreenshotData::width</a></div><div class="ttdeci">int width</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00087">types.h:87</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_a9bac82016e8b61d3c63b2e427be3ec70"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#a9bac82016e8b61d3c63b2e427be3ec70">_RemminaProtocolPlugin::description</a></div><div class="ttdeci">const gchar * description</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00068">plugin.h:68</a></div></div>
<div class="ttc" id="struct___remmina_protocol_feature_html_a1826baafd2d7b5dc8a009ef4fcad77e9"><div class="ttname"><a href="struct___remmina_protocol_feature.html#a1826baafd2d7b5dc8a009ef4fcad77e9">_RemminaProtocolFeature::type</a></div><div class="ttdeci">RemminaProtocolFeatureType type</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00073">types.h:73</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_a92bb5524267ad4fe682fc07f778500d7"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#a92bb5524267ad4fe682fc07f778500d7">_RemminaProtocolPlugin::send_keystrokes</a></div><div class="ttdeci">void(* send_keystrokes)(RemminaProtocolWidget *gp, const guint keystrokes[], const gint keylen)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00084">plugin.h:84</a></div></div>
<div class="ttc" id="struct___remmina_protocol_feature_html_ab3c15094a16418c5951c5382c8a44190"><div class="ttname"><a href="struct___remmina_protocol_feature.html#ab3c15094a16418c5951c5382c8a44190">_RemminaProtocolFeature::opt3</a></div><div class="ttdeci">gpointer opt3</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00077">types.h:77</a></div></div>
<div class="ttc" id="struct_py_plugin_html_a680f794a3909843ccb6d2e7ceeef8558"><div class="ttname"><a href="struct_py_plugin.html#a680f794a3909843ccb6d2e7ceeef8558">PyPlugin::generic_plugin</a></div><div class="ttdeci">RemminaPlugin * generic_plugin</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00134">python_wrapper_common.h:134</a></div></div>
<div class="ttc" id="types_8h_html_a64c62354cc2b7baa50e1d73dcd3df9c7"><div class="ttname"><a href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7">RemminaProtocolSSHSetting</a></div><div class="ttdeci">RemminaProtocolSSHSetting</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00128">types.h:128</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a53df5c97849ff3ca9cdc5899b5fd4226"><div class="ttname"><a href="python__wrapper__common_8c.html#a53df5c97849ff3ca9cdc5899b5fd4226">ATTR_BASIC_SETTINGS</a></div><div class="ttdeci">const char * ATTR_BASIC_SETTINGS</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00067">python_wrapper_common.c:67</a></div></div>
<div class="ttc" id="struct___remmina_protocol_widget_html"><div class="ttname"><a href="struct___remmina_protocol_widget.html">_RemminaProtocolWidget</a></div><div class="ttdef"><b>Definition:</b> <a href="remmina__protocol__widget_8h_source.html#l00058">remmina_protocol_widget.h:58</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_a5931951ae96e22e972c4a2a54c28af23"><div class="ttname"><a href="python__wrapper__protocol_8c.html#a5931951ae96e22e972c4a2a54c28af23">remmina_protocol_query_feature_wrapper</a></div><div class="ttdeci">gboolean remmina_protocol_query_feature_wrapper(RemminaProtocolWidget *gp, const RemminaProtocolFeature *feature)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00093">python_wrapper_protocol.c:93</a></div></div>
<div class="ttc" id="struct___remmina_protocol_feature_html"><div class="ttname"><a href="struct___remmina_protocol_feature.html">_RemminaProtocolFeature</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00072">types.h:72</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_aae09a7e2c978cc36e85d0f295518978d"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#aae09a7e2c978cc36e85d0f295518978d">_RemminaProtocolPlugin::basic_settings</a></div><div class="ttdeci">const RemminaProtocolSetting * basic_settings</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00074">plugin.h:74</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_aede86e42bdf933f78ace9d49973b3d1f"><div class="ttname"><a href="python__wrapper__common_8c.html#aede86e42bdf933f78ace9d49973b3d1f">ATTR_NAME</a></div><div class="ttdeci">const char * ATTR_NAME</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00061">python_wrapper_common.c:61</a></div></div>
<div class="ttc" id="struct___remmina_protocol_feature_html_a4b8ffd6e32126a9c4d2074521279b12b"><div class="ttname"><a href="struct___remmina_protocol_feature.html#a4b8ffd6e32126a9c4d2074521279b12b">_RemminaProtocolFeature::opt1_type_hint</a></div><div class="ttdeci">RemminaTypeHint opt1_type_hint</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00078">types.h:78</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_ac783acfaf93007d0100bd02f1faff7f0"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#ac783acfaf93007d0100bd02f1faff7f0">_RemminaProtocolPlugin::type</a></div><div class="ttdeci">RemminaPluginType type</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00066">plugin.h:66</a></div></div>
<div class="ttc" id="struct___remmina_plugin_screenshot_data_html_acc352444c31929a1ef7aee2a0e37827d"><div class="ttname"><a href="struct___remmina_plugin_screenshot_data.html#acc352444c31929a1ef7aee2a0e37827d">_RemminaPluginScreenshotData::bitsPerPixel</a></div><div class="ttdeci">int bitsPerPixel</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00085">types.h:85</a></div></div>
<div class="ttc" id="types_8h_html_a64c62354cc2b7baa50e1d73dcd3df9c7a8f910597287a73453a5f09ca0037d093"><div class="ttname"><a href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7a8f910597287a73453a5f09ca0037d093">REMMINA_PROTOCOL_SSH_SETTING_NONE</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00129">types.h:129</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_adcfba1ab2eaa59395c7a4cb55436df9f"><div class="ttname"><a href="python__wrapper__common_8c.html#adcfba1ab2eaa59395c7a4cb55436df9f">ATTR_DESCRIPTION</a></div><div class="ttdeci">const char * ATTR_DESCRIPTION</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00063">python_wrapper_common.c:63</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_ad4b21147a7592bf689c9f761d9e4fdc2"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#ad4b21147a7592bf689c9f761d9e4fdc2">_RemminaProtocolPlugin::close_connection</a></div><div class="ttdeci">gboolean(* close_connection)(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00081">plugin.h:81</a></div></div>
<div class="ttc" id="struct___remmina_protocol_setting_html_a6274d44b592a54162ff583135e55ffc9"><div class="ttname"><a href="struct___remmina_protocol_setting.html#a6274d44b592a54162ff583135e55ffc9">_RemminaProtocolSetting::type</a></div><div class="ttdeci">RemminaProtocolSettingType type</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00118">types.h:118</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a0372848f85114d5c96be884c1be796ba"><div class="ttname"><a href="python__wrapper__common_8c.html#a0372848f85114d5c96be884c1be796ba">ATTR_ICON_NAME</a></div><div class="ttdeci">const char * ATTR_ICON_NAME</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00062">python_wrapper_common.c:62</a></div></div>
<div class="ttc" id="struct___remmina_protocol_setting_html"><div class="ttname"><a href="struct___remmina_protocol_setting.html">_RemminaProtocolSetting</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00117">types.h:117</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8h_html"><div class="ttname"><a href="python__wrapper__protocol_8h.html">python_wrapper_protocol.h</a></div><div class="ttdoc">Contains the specialisation of RemminaPluginFile plugins in Python. </div></div>
<div class="ttc" id="struct_py_generic_html_a0282ae57a7189fd68fad0d960b60cb7f"><div class="ttname"><a href="struct_py_generic.html#a0282ae57a7189fd68fad0d960b60cb7f">PyGeneric::type_hint</a></div><div class="ttdeci">RemminaTypeHint type_hint</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00145">python_wrapper_common.h:145</a></div></div>
<div class="ttc" id="struct___remmina_protocol_feature_html_a006b0d6d883c6dd0da6c444991973ac7"><div class="ttname"><a href="struct___remmina_protocol_feature.html#a006b0d6d883c6dd0da6c444991973ac7">_RemminaProtocolFeature::opt2_type_hint</a></div><div class="ttdeci">RemminaTypeHint opt2_type_hint</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00079">types.h:79</a></div></div>
<div class="ttc" id="struct___remmina_protocol_feature_html_aa7ac5ec9d95867734619583a2049e952"><div class="ttname"><a href="struct___remmina_protocol_feature.html#aa7ac5ec9d95867734619583a2049e952">_RemminaProtocolFeature::opt1</a></div><div class="ttdeci">gpointer opt1</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00075">types.h:75</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_ad9cee26b804b78c89cd56e59d71b6250"><div class="ttname"><a href="python__wrapper__remmina_8c.html#ad9cee26b804b78c89cd56e59d71b6250">python_wrapper_to_protocol_feature</a></div><div class="ttdeci">void python_wrapper_to_protocol_feature(RemminaProtocolFeature *dest, PyObject *feature)</div><div class="ttdoc">Converts the PyObject to RemminaProtocolFeature. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01109">python_wrapper_remmina.c:1109</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_a4ad3d2c8c8a65d787389b134ab716807"><div class="ttname"><a href="python__wrapper__protocol_8c.html#a4ad3d2c8c8a65d787389b134ab716807">remmina_protocol_unmap_event_wrapper</a></div><div class="ttdeci">gboolean remmina_protocol_unmap_event_wrapper(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00198">python_wrapper_protocol.c:198</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_ae0dc6952f8015848cf97950fcc7d9997"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#ae0dc6952f8015848cf97950fcc7d9997">_RemminaProtocolPlugin::map_event</a></div><div class="ttdeci">gboolean(* map_event)(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00086">plugin.h:86</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_aa49520ac95b505c111abfb7f3b7c55de"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#aa49520ac95b505c111abfb7f3b7c55de">_RemminaProtocolPlugin::query_feature</a></div><div class="ttdeci">gboolean(* query_feature)(RemminaProtocolWidget *gp, const RemminaProtocolFeature *feature)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00082">plugin.h:82</a></div></div>
<div class="ttc" id="struct___remmina_protocol_feature_html_aab44850c13a7e5e20a02603ae173d53d"><div class="ttname"><a href="struct___remmina_protocol_feature.html#aab44850c13a7e5e20a02603ae173d53d">_RemminaProtocolFeature::opt2</a></div><div class="ttdeci">gpointer opt2</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00076">types.h:76</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_a3f3cd7ad27c78a1670de3f42414861ff"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#a3f3cd7ad27c78a1670de3f42414861ff">_RemminaProtocolPlugin::version</a></div><div class="ttdeci">const gchar * version</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00070">plugin.h:70</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8h_html_a26eea3cdd2d97d5cd8ad00d2bbe17c29"><div class="ttname"><a href="python__wrapper__protocol_8h.html#a26eea3cdd2d97d5cd8ad00d2bbe17c29">python_wrapper_protocol_feature_new</a></div><div class="ttdeci">PyRemminaProtocolFeature * python_wrapper_protocol_feature_new(void)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00407">python_wrapper_remmina.c:407</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_ad04fe8bf4343b79e9458922094ca8467"><div class="ttname"><a href="python__wrapper__common_8c.html#ad04fe8bf4343b79e9458922094ca8467">ATTR_ICON_NAME_SSH</a></div><div class="ttdeci">const char * ATTR_ICON_NAME_SSH</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00065">python_wrapper_common.c:65</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_a6e04143450eeb71e3d0b2c14983860a4"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#a6e04143450eeb71e3d0b2c14983860a4">_RemminaProtocolPlugin::name</a></div><div class="ttdeci">const gchar * name</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00067">plugin.h:67</a></div></div>
<div class="ttc" id="python__wrapper__common_8h_html_aa47245a8529fe23c8a710a50bc6f6bc1"><div class="ttname"><a href="python__wrapper__common_8h.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a></div><div class="ttdeci">PyGeneric * python_wrapper_generic_new(void)</div><div class="ttdoc">Creates a new instance of PyGeneric. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00547">python_wrapper_remmina.c:547</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_aceb00d9dff794500ccb04a1373eb32db"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#aceb00d9dff794500ccb04a1373eb32db">_RemminaProtocolPlugin::advanced_settings</a></div><div class="ttdeci">const RemminaProtocolSetting * advanced_settings</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00075">plugin.h:75</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_acc8ddede994db9b3b667f21f5679baaa"><div class="ttname"><a href="python__wrapper__common_8c.html#acc8ddede994db9b3b667f21f5679baaa">ATTR_SSH_SETTING</a></div><div class="ttdeci">const char * ATTR_SSH_SETTING</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00069">python_wrapper_common.c:69</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_ad4778e62aa78baace7d46fb1c4a475c4"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#ad4778e62aa78baace7d46fb1c4a475c4">_RemminaProtocolPlugin::get_plugin_screenshot</a></div><div class="ttdeci">gboolean(* get_plugin_screenshot)(RemminaProtocolWidget *gp, RemminaPluginScreenshotData *rpsd)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00085">plugin.h:85</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_a9552c70a10eea2b8263dbc7d05e2fb10"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#a9552c70a10eea2b8263dbc7d05e2fb10">_RemminaProtocolPlugin::icon_name</a></div><div class="ttdeci">const gchar * icon_name</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00072">plugin.h:72</a></div></div>
<div class="ttc" id="types_8h_html_aee1a3e130e6991978acd907b52204350ad898beb6ae625dee1ae27de75f1ab4e3"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350ad898beb6ae625dee1ae27de75f1ab4e3">REMMINA_PROTOCOL_SETTING_TYPE_END</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00098">types.h:98</a></div></div>
<div class="ttc" id="struct___remmina_plugin_screenshot_data_html"><div class="ttname"><a href="struct___remmina_plugin_screenshot_data.html">_RemminaPluginScreenshotData</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00083">types.h:83</a></div></div>
<div class="ttc" id="struct___remmina_plugin_screenshot_data_html_a757f692624e3e110eaa5bf0c05ac2a6c"><div class="ttname"><a href="struct___remmina_plugin_screenshot_data.html#a757f692624e3e110eaa5bf0c05ac2a6c">_RemminaPluginScreenshotData::buffer</a></div><div class="ttdeci">unsigned char * buffer</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00084">types.h:84</a></div></div>
<div class="ttc" id="struct___remmina_protocol_plugin_html_a61bee777a81714c80bed22d0cf8e13ae"><div class="ttname"><a href="struct___remmina_protocol_plugin.html#a61bee777a81714c80bed22d0cf8e13ae">_RemminaProtocolPlugin::domain</a></div><div class="ttdeci">const gchar * domain</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00069">plugin.h:69</a></div></div>
<div class="ttc" id="struct___remmina_protocol_feature_html_a9abdee80580cddd54405d0577e459c2c"><div class="ttname"><a href="struct___remmina_protocol_feature.html#a9abdee80580cddd54405d0577e459c2c">_RemminaProtocolFeature::opt3_type_hint</a></div><div class="ttdeci">RemminaTypeHint opt3_type_hint</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00080">types.h:80</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_a9ebbb58ee514013f3bbb2ffa60efb630"><div class="ttname"><a href="python__wrapper__protocol_8c.html#a9ebbb58ee514013f3bbb2ffa60efb630">remmina_protocol_open_connection_wrapper</a></div><div class="ttdeci">gboolean remmina_protocol_open_connection_wrapper(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00070">python_wrapper_protocol.c:70</a></div></div>
<div class="ttc" id="python__wrapper__protocol_8c_html_aaa90f5541895f5c3dedaa16c15d80de7"><div class="ttname"><a href="python__wrapper__protocol_8c.html#aaa90f5541895f5c3dedaa16c15d80de7">python_wrapper_create_protocol_plugin</a></div><div class="ttdeci">RemminaPlugin * python_wrapper_create_protocol_plugin(PyPlugin *plugin)</div><div class="ttdoc">Creates a new instance of the RemminaPluginProtocol, initializes its members and references the wrapp...</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8c_source.html#l00205">python_wrapper_protocol.c:205</a></div></div>
<div class="ttc" id="struct_py_plugin_html_a3b78180c53db5f3547a8c276a815375a"><div class="ttname"><a href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">PyPlugin::instance</a></div><div class="ttdeci">PyObject * instance</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00136">python_wrapper_common.h:136</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_38c8d24aef3972a7f87b834274e76e31.html">plugins</a></li><li class="navelem"><a class="el" href="dir_18347d302435f5d3ba20b085d9ec3813.html">python_wrapper</a></li><li class="navelem"><a class="el" href="python__wrapper__protocol_8c.html">python_wrapper_protocol.c</a></li>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
  </ul>
</div>
</body>
</html>