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

python__wrapper__remmina_8c_source.html « public - gitlab.com/Remmina/remminadoc.gitlab.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6e2fc64fe7f43b59bfacd24c4aba3e735882d0c (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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!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_remmina.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__remmina_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_remmina.c</div>  </div>
</div><!--header-->
<div class="contents">
<a href="python__wrapper__remmina_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) 2016-2023 Antenore Gatta, Giovanni Panozzo</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="l00035"></a><span class="lineno">   35</span>&#160;<span class="comment">// I N C L U D E S</span></div><div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00038"></a><span class="lineno">   38</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="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="plugin_8h.html">remmina/plugin.h</a>&quot;</span></div><div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="types_8h.html">remmina/types.h</a>&quot;</span></div><div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;</div><div class="line"><a name="l00042"></a><span class="lineno">   42</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="l00043"></a><span class="lineno">   43</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="python__wrapper__protocol__widget_8h.html">python_wrapper_protocol_widget.h</a>&quot;</span></div><div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;</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__entry_8h.html">python_wrapper_entry.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__file_8h.html">python_wrapper_file.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__protocol_8h.html">python_wrapper_protocol.h</a>&quot;</span></div><div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="python__wrapper__tool_8h.html">python_wrapper_tool.h</a>&quot;</span></div><div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="python__wrapper__secret_8h.html">python_wrapper_secret.h</a>&quot;</span></div><div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="python__wrapper__pref_8h.html">python_wrapper_pref.h</a>&quot;</span></div><div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;</div><div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="python__wrapper__remmina__file_8h.html">python_wrapper_remmina_file.h</a>&quot;</span></div><div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;</div><div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="preprocessor">#include &lt;string.h&gt;</span></div><div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;</div><div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="comment">// D E C L A R A T I O N S</span></div><div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="comment"></span></div><div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;</div><div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;gboolean <a class="code" href="python__wrapper__remmina_8c.html#a33414e624f0348f8577cf295dce2bace">python_wrapper_check_mandatory_member</a>(PyObject* instance, <span class="keyword">const</span> gchar* member);</div><div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div><div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a20df87db3768444838a5bc62383ba0e5">python_wrapper_debug_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* msg);</div><div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aeab116a7d57ed18c3abb8c46408d9549">remmina_register_plugin_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin);</div><div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a002b34038d8b600d96327fd38bd59fde">remmina_file_get_datadir_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin);</div><div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a1272ba4baffd8e425c7ae30fbb00602e">remmina_file_new_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aacf9837276323e7dcd1e60fcca68b781">remmina_pref_set_value_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a274f120396b0399dacab0565aa286ed6">remmina_pref_get_value_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#abf39b9982da287d8768a66e472965519">remmina_pref_get_scale_quality_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin);</div><div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aa3f81ddb59721fc45ae6752a357d2490">remmina_pref_get_sshtunnel_port_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin);</div><div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#ad112bebbdfe15ce6a66b433bd1e7108b">remmina_pref_get_ssh_loglevel_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin);</div><div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#abd69575c9a3a3b1f6a551e78d1d73ecb">remmina_pref_get_ssh_parseconfig_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin);</div><div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a094b4cbf549e774fc03e988c8fb904e7">remmina_pref_keymap_get_keyval_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#ae9f29b23aa0a87076a2f2d15a0397f5c">python_wrapper_log_print_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* arg);</div><div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a923e3fd23d17372bec0ff951a46b7660">remmina_widget_pool_register_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a841da3c5b4b3b75ab959f58603f0e135">rcw_open_from_file_full_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a7055f797416a2fd833c882c24e6e88a6">remmina_public_get_server_port_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aad6c19845e75ab365c98585edfdda43f">remmina_masterthread_exec_is_main_thread_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin);</div><div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a49e2591a6dab3d89be95bf7be2c5777d">remmina_gtksocket_available_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin);</div><div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="keyword">static</span> PyObject*</div><div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;<a class="code" href="python__wrapper__remmina_8c.html#ad1f61fdcb71c0511a084ee18b5f0e6a8">remmina_protocol_widget_get_profile_remote_height_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<span class="keyword">static</span> PyObject*</div><div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;<a class="code" href="python__wrapper__remmina_8c.html#a5183cb11a04689752672de10bf5d0c69">remmina_protocol_widget_get_profile_remote_width_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aba149cac8b96d81753784e266559de08">python_wrapper_show_dialog_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aae512fe54f07ab0c9507712469a0043f">python_wrapper_get_mainwindow_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args);</div><div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a2c26946525eaffe351b6153a6786153d">remmina_protocol_plugin_signal_connection_opened_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args);</div><div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#acc0fa393340bf1c43775866389e28c3e">remmina_protocol_plugin_signal_connection_closed_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args);</div><div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a3b418228bdac6a9686f79ba1de8dad58">remmina_protocol_plugin_init_auth_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs);</div><div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;</div><div class="line"><a name="l00097"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#adf58bae87972fe68fa239199e7ca6e1b">   97</a></span>&#160;<span class="keyword">static</span> PyMethodDef <a class="code" href="python__wrapper__remmina_8c.html#adf58bae87972fe68fa239199e7ca6e1b">remmina_python_module_type_methods</a>[] = {</div><div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;    { <span class="stringliteral">&quot;register_plugin&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#aeab116a7d57ed18c3abb8c46408d9549">remmina_register_plugin_wrapper</a>, METH_O, NULL },</div><div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;</div><div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;    { <span class="stringliteral">&quot;log_print&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#ae9f29b23aa0a87076a2f2d15a0397f5c">python_wrapper_log_print_wrapper</a>, METH_VARARGS, NULL },</div><div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;</div><div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;    { <span class="stringliteral">&quot;debug&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#a20df87db3768444838a5bc62383ba0e5">python_wrapper_debug_wrapper</a>, METH_VARARGS, NULL },</div><div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;</div><div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;    { <span class="stringliteral">&quot;show_dialog&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#aba149cac8b96d81753784e266559de08">python_wrapper_show_dialog_wrapper</a>, METH_VARARGS | METH_KEYWORDS,</div><div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;      NULL },</div><div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;</div><div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;    { <span class="stringliteral">&quot;get_main_window&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#aae512fe54f07ab0c9507712469a0043f">python_wrapper_get_mainwindow_wrapper</a>, METH_NOARGS, NULL },</div><div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;</div><div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;    { <span class="stringliteral">&quot;get_datadir&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#a002b34038d8b600d96327fd38bd59fde">remmina_file_get_datadir_wrapper</a>, METH_VARARGS, NULL },</div><div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;</div><div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;    { <span class="stringliteral">&quot;file_new&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#a1272ba4baffd8e425c7ae30fbb00602e">remmina_file_new_wrapper</a>, METH_VARARGS | METH_KEYWORDS, NULL },</div><div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;</div><div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;    { <span class="stringliteral">&quot;pref_set_value&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#aacf9837276323e7dcd1e60fcca68b781">remmina_pref_set_value_wrapper</a>, METH_VARARGS | METH_KEYWORDS, NULL },</div><div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;</div><div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;    { <span class="stringliteral">&quot;pref_get_value&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#a274f120396b0399dacab0565aa286ed6">remmina_pref_get_value_wrapper</a>, METH_VARARGS | METH_KEYWORDS, NULL },</div><div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;</div><div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;    { <span class="stringliteral">&quot;pref_get_scale_quality&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#abf39b9982da287d8768a66e472965519">remmina_pref_get_scale_quality_wrapper</a>, METH_VARARGS, NULL },</div><div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;</div><div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;    { <span class="stringliteral">&quot;pref_get_sshtunnel_port&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#aa3f81ddb59721fc45ae6752a357d2490">remmina_pref_get_sshtunnel_port_wrapper</a>, METH_VARARGS, NULL },</div><div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;</div><div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;    { <span class="stringliteral">&quot;pref_get_ssh_loglevel&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#ad112bebbdfe15ce6a66b433bd1e7108b">remmina_pref_get_ssh_loglevel_wrapper</a>, METH_VARARGS, NULL },</div><div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;</div><div class="line"><a name="l00163"></a><span class="lineno">  163</span>&#160;    { <span class="stringliteral">&quot;pref_get_ssh_parseconfig&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#abd69575c9a3a3b1f6a551e78d1d73ecb">remmina_pref_get_ssh_parseconfig_wrapper</a>, METH_VARARGS, NULL },</div><div class="line"><a name="l00164"></a><span class="lineno">  164</span>&#160;</div><div class="line"><a name="l00168"></a><span class="lineno">  168</span>&#160;    { <span class="stringliteral">&quot;pref_keymap_get_keyval&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#a094b4cbf549e774fc03e988c8fb904e7">remmina_pref_keymap_get_keyval_wrapper</a>, METH_VARARGS | METH_KEYWORDS,</div><div class="line"><a name="l00169"></a><span class="lineno">  169</span>&#160;      NULL },</div><div class="line"><a name="l00170"></a><span class="lineno">  170</span>&#160;</div><div class="line"><a name="l00174"></a><span class="lineno">  174</span>&#160;    { <span class="stringliteral">&quot;widget_pool_register&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#a923e3fd23d17372bec0ff951a46b7660">remmina_widget_pool_register_wrapper</a>, METH_VARARGS | METH_KEYWORDS, NULL },</div><div class="line"><a name="l00175"></a><span class="lineno">  175</span>&#160;</div><div class="line"><a name="l00179"></a><span class="lineno">  179</span>&#160;    { <span class="stringliteral">&quot;rcw_open_from_file_full&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#a841da3c5b4b3b75ab959f58603f0e135">rcw_open_from_file_full_wrapper</a>, METH_VARARGS | METH_KEYWORDS, NULL },</div><div class="line"><a name="l00180"></a><span class="lineno">  180</span>&#160;</div><div class="line"><a name="l00184"></a><span class="lineno">  184</span>&#160;    { <span class="stringliteral">&quot;public_get_server_port&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#a7055f797416a2fd833c882c24e6e88a6">remmina_public_get_server_port_wrapper</a>, METH_VARARGS | METH_KEYWORDS,</div><div class="line"><a name="l00185"></a><span class="lineno">  185</span>&#160;      NULL },</div><div class="line"><a name="l00186"></a><span class="lineno">  186</span>&#160;</div><div class="line"><a name="l00190"></a><span class="lineno">  190</span>&#160;    { <span class="stringliteral">&quot;masterthread_exec_is_main_thread&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#aad6c19845e75ab365c98585edfdda43f">remmina_masterthread_exec_is_main_thread_wrapper</a>, METH_VARARGS, NULL },</div><div class="line"><a name="l00191"></a><span class="lineno">  191</span>&#160;</div><div class="line"><a name="l00195"></a><span class="lineno">  195</span>&#160;    { <span class="stringliteral">&quot;gtksocket_available&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#a49e2591a6dab3d89be95bf7be2c5777d">remmina_gtksocket_available_wrapper</a>, METH_VARARGS, NULL },</div><div class="line"><a name="l00196"></a><span class="lineno">  196</span>&#160;</div><div class="line"><a name="l00200"></a><span class="lineno">  200</span>&#160;    { <span class="stringliteral">&quot;protocol_widget_get_profile_remote_width&quot;</span>,</div><div class="line"><a name="l00201"></a><span class="lineno">  201</span>&#160;      (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#a5183cb11a04689752672de10bf5d0c69">remmina_protocol_widget_get_profile_remote_width_wrapper</a>, METH_VARARGS | METH_KEYWORDS, NULL },</div><div class="line"><a name="l00202"></a><span class="lineno">  202</span>&#160;</div><div class="line"><a name="l00206"></a><span class="lineno">  206</span>&#160;    { <span class="stringliteral">&quot;protocol_widget_get_profile_remote_height&quot;</span>,</div><div class="line"><a name="l00207"></a><span class="lineno">  207</span>&#160;      (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#ad1f61fdcb71c0511a084ee18b5f0e6a8">remmina_protocol_widget_get_profile_remote_height_wrapper</a>, METH_VARARGS | METH_KEYWORDS, NULL },</div><div class="line"><a name="l00208"></a><span class="lineno">  208</span>&#160;    { <span class="stringliteral">&quot;protocol_plugin_signal_connection_opened&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#a2c26946525eaffe351b6153a6786153d">remmina_protocol_plugin_signal_connection_opened_wrapper</a>,</div><div class="line"><a name="l00209"></a><span class="lineno">  209</span>&#160;      METH_VARARGS, NULL },</div><div class="line"><a name="l00210"></a><span class="lineno">  210</span>&#160;</div><div class="line"><a name="l00211"></a><span class="lineno">  211</span>&#160;    { <span class="stringliteral">&quot;protocol_plugin_signal_connection_closed&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#acc0fa393340bf1c43775866389e28c3e">remmina_protocol_plugin_signal_connection_closed_wrapper</a>,</div><div class="line"><a name="l00212"></a><span class="lineno">  212</span>&#160;      METH_VARARGS, NULL },</div><div class="line"><a name="l00213"></a><span class="lineno">  213</span>&#160;</div><div class="line"><a name="l00214"></a><span class="lineno">  214</span>&#160;    { <span class="stringliteral">&quot;protocol_plugin_init_auth&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#a3b418228bdac6a9686f79ba1de8dad58">remmina_protocol_plugin_init_auth_wrapper</a>, METH_VARARGS | METH_KEYWORDS,</div><div class="line"><a name="l00215"></a><span class="lineno">  215</span>&#160;      NULL },</div><div class="line"><a name="l00216"></a><span class="lineno">  216</span>&#160;</div><div class="line"><a name="l00217"></a><span class="lineno">  217</span>&#160;    <span class="comment">/* Sentinel */</span></div><div class="line"><a name="l00218"></a><span class="lineno">  218</span>&#160;    { NULL }</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;</div><div class="line"><a name="l00224"></a><span class="lineno"><a class="line" href="struct_py_remmina_protocol_setting.html">  224</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct</span></div><div class="line"><a name="l00225"></a><span class="lineno">  225</span>&#160;{</div><div class="line"><a name="l00226"></a><span class="lineno">  226</span>&#160;    PyObject_HEAD</div><div class="line"><a name="l00227"></a><span class="lineno"><a class="line" href="struct_py_remmina_protocol_setting.html#aab4ec78686dfde9ba9a234e218debe16">  227</a></span>&#160;    <a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350">RemminaProtocolSettingType</a> <a class="code" href="struct_py_remmina_protocol_setting.html#aab4ec78686dfde9ba9a234e218debe16">settingType</a>;</div><div class="line"><a name="l00228"></a><span class="lineno"><a class="line" href="struct_py_remmina_protocol_setting.html#ad65959226c313319c2e3bdfcee472b2b">  228</a></span>&#160;    gchar* <a class="code" href="struct_py_remmina_protocol_setting.html#ad65959226c313319c2e3bdfcee472b2b">name</a>;</div><div class="line"><a name="l00229"></a><span class="lineno"><a class="line" href="struct_py_remmina_protocol_setting.html#a640447ed12db0bee967d350562eea55e">  229</a></span>&#160;    gchar* <a class="code" href="struct_py_remmina_protocol_setting.html#a640447ed12db0bee967d350562eea55e">label</a>;</div><div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="struct_py_remmina_protocol_setting.html#a83f20deb4731925e29fff2a8a16535d6">  230</a></span>&#160;    gboolean <a class="code" href="struct_py_remmina_protocol_setting.html#a83f20deb4731925e29fff2a8a16535d6">compact</a>;</div><div class="line"><a name="l00231"></a><span class="lineno"><a class="line" href="struct_py_remmina_protocol_setting.html#a79347dc9c1e71a2594b4df5e3576ad3a">  231</a></span>&#160;    PyObject* <a class="code" href="struct_py_remmina_protocol_setting.html#a79347dc9c1e71a2594b4df5e3576ad3a">opt1</a>;</div><div class="line"><a name="l00232"></a><span class="lineno"><a class="line" href="struct_py_remmina_protocol_setting.html#a9816a20dd4999bfd2f3be57cae6c1888">  232</a></span>&#160;    PyObject* <a class="code" href="struct_py_remmina_protocol_setting.html#a9816a20dd4999bfd2f3be57cae6c1888">opt2</a>;</div><div class="line"><a name="l00233"></a><span class="lineno">  233</span>&#160;} <a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>;</div><div class="line"><a name="l00234"></a><span class="lineno">  234</span>&#160;</div><div class="line"><a name="l00238"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a822ee64f62b7bf7af738dfec34e69737">  238</a></span>&#160;<span class="keyword">static</span> PyModuleDef <a class="code" href="python__wrapper__remmina_8c.html#a822ee64f62b7bf7af738dfec34e69737">remmina_python_module_type</a> = {</div><div class="line"><a name="l00239"></a><span class="lineno">  239</span>&#160;    PyModuleDef_HEAD_INIT,</div><div class="line"><a name="l00240"></a><span class="lineno">  240</span>&#160;    .m_name = <span class="stringliteral">&quot;remmina&quot;</span>,</div><div class="line"><a name="l00241"></a><span class="lineno">  241</span>&#160;    .m_doc = <span class="stringliteral">&quot;Remmina API.&quot;</span>,</div><div class="line"><a name="l00242"></a><span class="lineno">  242</span>&#160;    .m_size = -1,</div><div class="line"><a name="l00243"></a><span class="lineno">  243</span>&#160;    .m_methods = <a class="code" href="python__wrapper__remmina_8c.html#adf58bae87972fe68fa239199e7ca6e1b">remmina_python_module_type_methods</a></div><div class="line"><a name="l00244"></a><span class="lineno">  244</span>&#160;};</div><div class="line"><a name="l00245"></a><span class="lineno">  245</span>&#160;</div><div class="line"><a name="l00246"></a><span class="lineno">  246</span>&#160;<span class="comment">// -- Python Object -&gt; Setting</span></div><div class="line"><a name="l00247"></a><span class="lineno">  247</span>&#160;</div><div class="line"><a name="l00252"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#adbec50426452678e9f7039a1df6cb9bf">  252</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#adbec50426452678e9f7039a1df6cb9bf">python_protocol_setting_new</a>(PyTypeObject* type, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l00253"></a><span class="lineno">  253</span>&#160;{</div><div class="line"><a name="l00254"></a><span class="lineno">  254</span>&#160;    TRACE_CALL(__func__);</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_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>* <span class="keyword">self</span> = (<a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>*)type-&gt;tp_alloc(type, 0);</div><div class="line"><a name="l00257"></a><span class="lineno">  257</span>&#160;</div><div class="line"><a name="l00258"></a><span class="lineno">  258</span>&#160;    <span class="keywordflow">if</span> (!<span class="keyword">self</span>)</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">return</span> NULL;</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;</div><div class="line"><a name="l00263"></a><span class="lineno">  263</span>&#160;    <span class="keyword">self</span>-&gt;<a class="code" href="struct_py_remmina_protocol_setting.html#ad65959226c313319c2e3bdfcee472b2b">name</a> = <span class="stringliteral">&quot;&quot;</span>;</div><div class="line"><a name="l00264"></a><span class="lineno">  264</span>&#160;    <span class="keyword">self</span>-&gt;label = <span class="stringliteral">&quot;&quot;</span>;</div><div class="line"><a name="l00265"></a><span class="lineno">  265</span>&#160;    <span class="keyword">self</span>-&gt;compact = FALSE;</div><div class="line"><a name="l00266"></a><span class="lineno">  266</span>&#160;    <span class="keyword">self</span>-&gt;opt1 = NULL;</div><div class="line"><a name="l00267"></a><span class="lineno">  267</span>&#160;    <span class="keyword">self</span>-&gt;opt2 = NULL;</div><div class="line"><a name="l00268"></a><span class="lineno">  268</span>&#160;    <span class="keyword">self</span>-&gt;settingType = 0;</div><div class="line"><a name="l00269"></a><span class="lineno">  269</span>&#160;</div><div class="line"><a name="l00270"></a><span class="lineno">  270</span>&#160;    <span class="keywordflow">return</span> (PyObject*)<span class="keyword">self</span>;</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;</div><div class="line"><a name="l00277"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#acbfd9c330a98034bf5ea3253661c939e">  277</a></span>&#160;<span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="python__wrapper__remmina_8c.html#acbfd9c330a98034bf5ea3253661c939e">python_protocol_setting_init</a>(<a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l00278"></a><span class="lineno">  278</span>&#160;{</div><div class="line"><a name="l00279"></a><span class="lineno">  279</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00280"></a><span class="lineno">  280</span>&#160;</div><div class="line"><a name="l00281"></a><span class="lineno">  281</span>&#160;    <span class="keyword">static</span> gchar* kwlist[] = { <span class="stringliteral">&quot;type&quot;</span>, <span class="stringliteral">&quot;name&quot;</span>, <span class="stringliteral">&quot;label&quot;</span>, <span class="stringliteral">&quot;compact&quot;</span>, <span class="stringliteral">&quot;opt1&quot;</span>, <span class="stringliteral">&quot;opt2&quot;</span>, NULL };</div><div class="line"><a name="l00282"></a><span class="lineno">  282</span>&#160;    PyObject* name;</div><div class="line"><a name="l00283"></a><span class="lineno">  283</span>&#160;    PyObject* label;</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;    <span class="keywordflow">if</span> (!PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;|lOOpOO&quot;</span>, kwlist,</div><div class="line"><a name="l00286"></a><span class="lineno">  286</span>&#160;        &amp;self-&gt;settingType, &amp;name, &amp;label, &amp;self-&gt;compact, &amp;self-&gt;opt1, &amp;self-&gt;opt2))</div><div class="line"><a name="l00287"></a><span class="lineno">  287</span>&#160;    {</div><div class="line"><a name="l00288"></a><span class="lineno">  288</span>&#160;        <span class="keywordflow">return</span> -1;</div><div class="line"><a name="l00289"></a><span class="lineno">  289</span>&#160;    }</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;    Py_ssize_t len = PyUnicode_GetLength(label);</div><div class="line"><a name="l00292"></a><span class="lineno">  292</span>&#160;    <span class="keywordflow">if</span> (len == 0)</div><div class="line"><a name="l00293"></a><span class="lineno">  293</span>&#160;    {</div><div class="line"><a name="l00294"></a><span class="lineno">  294</span>&#160;        <span class="keyword">self</span>-&gt;label = <span class="stringliteral">&quot;&quot;</span>;</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;    <span class="keywordflow">else</span></div><div class="line"><a name="l00297"></a><span class="lineno">  297</span>&#160;    {</div><div class="line"><a name="l00298"></a><span class="lineno">  298</span>&#160;        <span class="keyword">self</span>-&gt;label = <a class="code" href="python__wrapper__common_8c.html#a685b2ce44daa9ed47ba4987b4183a0a2">python_wrapper_copy_string_from_python</a>(label, len);</div><div class="line"><a name="l00299"></a><span class="lineno">  299</span>&#160;        <span class="keywordflow">if</span> (!self-&gt;label)</div><div class="line"><a name="l00300"></a><span class="lineno">  300</span>&#160;        {</div><div class="line"><a name="l00301"></a><span class="lineno">  301</span>&#160;            g_printerr(<span class="stringliteral">&quot;Unable to extract label during initialization of Python settings module!\n&quot;</span>);</div><div class="line"><a name="l00302"></a><span class="lineno">  302</span>&#160;            <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00303"></a><span class="lineno">  303</span>&#160;        }</div><div class="line"><a name="l00304"></a><span class="lineno">  304</span>&#160;    }</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;    len = PyUnicode_GetLength(name);</div><div class="line"><a name="l00307"></a><span class="lineno">  307</span>&#160;    <span class="keywordflow">if</span> (len == 0)</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;        <span class="keyword">self</span>-&gt;name = <span class="stringliteral">&quot;&quot;</span>;</div><div class="line"><a name="l00310"></a><span class="lineno">  310</span>&#160;    }</div><div class="line"><a name="l00311"></a><span class="lineno">  311</span>&#160;    <span class="keywordflow">else</span></div><div class="line"><a name="l00312"></a><span class="lineno">  312</span>&#160;    {</div><div class="line"><a name="l00313"></a><span class="lineno">  313</span>&#160;        <span class="keyword">self</span>-&gt;name = <a class="code" href="python__wrapper__common_8c.html#a685b2ce44daa9ed47ba4987b4183a0a2">python_wrapper_copy_string_from_python</a>(label, len);</div><div class="line"><a name="l00314"></a><span class="lineno">  314</span>&#160;        <span class="keywordflow">if</span> (!self-&gt;name)</div><div class="line"><a name="l00315"></a><span class="lineno">  315</span>&#160;        {</div><div class="line"><a name="l00316"></a><span class="lineno">  316</span>&#160;            g_printerr(<span class="stringliteral">&quot;Unable to extract name during initialization of Python settings module!\n&quot;</span>);</div><div class="line"><a name="l00317"></a><span class="lineno">  317</span>&#160;            <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00318"></a><span class="lineno">  318</span>&#160;        }</div><div class="line"><a name="l00319"></a><span class="lineno">  319</span>&#160;    }</div><div class="line"><a name="l00320"></a><span class="lineno">  320</span>&#160;</div><div class="line"><a name="l00321"></a><span class="lineno">  321</span>&#160;    <span class="keywordflow">return</span> 0;</div><div class="line"><a name="l00322"></a><span class="lineno">  322</span>&#160;}</div><div class="line"><a name="l00323"></a><span class="lineno">  323</span>&#160;</div><div class="line"><a name="l00324"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a7ca6cc6c56f1e406e6c13788434b282c">  324</a></span>&#160;<span class="keyword">static</span> PyMemberDef <a class="code" href="python__wrapper__remmina_8c.html#a7ca6cc6c56f1e406e6c13788434b282c">python_protocol_setting_type_members</a>[] = {</div><div class="line"><a name="l00325"></a><span class="lineno">  325</span>&#160;    { <span class="stringliteral">&quot;settingType&quot;</span>, offsetof(<a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>, settingType), T_INT, 0, NULL },</div><div class="line"><a name="l00326"></a><span class="lineno">  326</span>&#160;    { <span class="stringliteral">&quot;name&quot;</span>, offsetof(<a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>, name), T_STRING, 0, NULL },</div><div class="line"><a name="l00327"></a><span class="lineno">  327</span>&#160;    { <span class="stringliteral">&quot;label&quot;</span>, offsetof(<a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>, label), T_STRING, 0, NULL },</div><div class="line"><a name="l00328"></a><span class="lineno">  328</span>&#160;    { <span class="stringliteral">&quot;compact&quot;</span>, offsetof(<a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>, compact), T_BOOL, 0, NULL },</div><div class="line"><a name="l00329"></a><span class="lineno">  329</span>&#160;    { <span class="stringliteral">&quot;opt1&quot;</span>, offsetof(<a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>, opt1), T_OBJECT, 0, NULL },</div><div class="line"><a name="l00330"></a><span class="lineno">  330</span>&#160;    { <span class="stringliteral">&quot;opt2&quot;</span>, offsetof(<a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>, opt2), T_OBJECT, 0, NULL },</div><div class="line"><a name="l00331"></a><span class="lineno">  331</span>&#160;    { NULL }</div><div class="line"><a name="l00332"></a><span class="lineno">  332</span>&#160;};</div><div class="line"><a name="l00333"></a><span class="lineno">  333</span>&#160;</div><div class="line"><a name="l00334"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a6ddedbe95ca1150b29058acfdb188824">  334</a></span>&#160;<span class="keyword">static</span> PyTypeObject <a class="code" href="python__wrapper__remmina_8c.html#a6ddedbe95ca1150b29058acfdb188824">python_protocol_setting_type</a> = {</div><div class="line"><a name="l00335"></a><span class="lineno">  335</span>&#160;    PyVarObject_HEAD_INIT(NULL, 0)</div><div class="line"><a name="l00336"></a><span class="lineno">  336</span>&#160;    .tp_name = <span class="stringliteral">&quot;remmina.Setting&quot;</span>,</div><div class="line"><a name="l00337"></a><span class="lineno">  337</span>&#160;    .tp_doc = <span class="stringliteral">&quot;Remmina Setting information&quot;</span>,</div><div class="line"><a name="l00338"></a><span class="lineno">  338</span>&#160;    .tp_basicsize = <span class="keyword">sizeof</span>(<a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>),</div><div class="line"><a name="l00339"></a><span class="lineno">  339</span>&#160;    .tp_itemsize = 0,</div><div class="line"><a name="l00340"></a><span class="lineno">  340</span>&#160;    .tp_flags = Py_TPFLAGS_DEFAULT,</div><div class="line"><a name="l00341"></a><span class="lineno">  341</span>&#160;    .tp_new = <a class="code" href="python__wrapper__remmina_8c.html#adbec50426452678e9f7039a1df6cb9bf">python_protocol_setting_new</a>,</div><div class="line"><a name="l00342"></a><span class="lineno">  342</span>&#160;    .tp_init = (initproc)<a class="code" href="python__wrapper__remmina_8c.html#acbfd9c330a98034bf5ea3253661c939e">python_protocol_setting_init</a>,</div><div class="line"><a name="l00343"></a><span class="lineno">  343</span>&#160;    .tp_members = <a class="code" href="python__wrapper__remmina_8c.html#a7ca6cc6c56f1e406e6c13788434b282c">python_protocol_setting_type_members</a></div><div class="line"><a name="l00344"></a><span class="lineno">  344</span>&#160;};</div><div class="line"><a name="l00345"></a><span class="lineno">  345</span>&#160;</div><div class="line"><a name="l00346"></a><span class="lineno">  346</span>&#160;<span class="comment">// -- Python Type -&gt; Feature</span></div><div class="line"><a name="l00347"></a><span class="lineno">  347</span>&#160;</div><div class="line"><a name="l00348"></a><span class="lineno">  348</span>&#160;</div><div class="line"><a name="l00349"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#ad32c23fde1f6d93382853fed97c51885">  349</a></span>&#160;<span class="keyword">static</span> PyMemberDef <a class="code" href="python__wrapper__remmina_8c.html#ad32c23fde1f6d93382853fed97c51885">python_protocol_feature_members</a>[] = {</div><div class="line"><a name="l00350"></a><span class="lineno">  350</span>&#160;    { <span class="stringliteral">&quot;type&quot;</span>, T_INT, offsetof(<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>, type), 0, NULL },</div><div class="line"><a name="l00351"></a><span class="lineno">  351</span>&#160;    { <span class="stringliteral">&quot;id&quot;</span>, T_INT, offsetof(<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>, <span class="keywordtype">id</span>), 0, NULL },</div><div class="line"><a name="l00352"></a><span class="lineno">  352</span>&#160;    { <span class="stringliteral">&quot;opt1&quot;</span>, T_OBJECT, offsetof(<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>, opt1), 0, NULL },</div><div class="line"><a name="l00353"></a><span class="lineno">  353</span>&#160;    { <span class="stringliteral">&quot;opt2&quot;</span>, T_OBJECT, offsetof(<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>, opt2), 0, NULL },</div><div class="line"><a name="l00354"></a><span class="lineno">  354</span>&#160;    { <span class="stringliteral">&quot;opt3&quot;</span>, T_OBJECT, offsetof(<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>, opt3), 0, NULL },</div><div class="line"><a name="l00355"></a><span class="lineno">  355</span>&#160;    { NULL }</div><div class="line"><a name="l00356"></a><span class="lineno">  356</span>&#160;};</div><div class="line"><a name="l00357"></a><span class="lineno">  357</span>&#160;</div><div class="line"><a name="l00358"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#ad291d7929fade69745148ab417a4bf74">  358</a></span>&#160;PyObject* <a class="code" href="python__wrapper__remmina_8c.html#ad291d7929fade69745148ab417a4bf74">python_protocol_feature_new</a>(PyTypeObject* type, PyObject* kws, PyObject* args)</div><div class="line"><a name="l00359"></a><span class="lineno">  359</span>&#160;{</div><div class="line"><a name="l00360"></a><span class="lineno">  360</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00361"></a><span class="lineno">  361</span>&#160;</div><div class="line"><a name="l00362"></a><span class="lineno">  362</span>&#160;    <a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>* <span class="keyword">self</span>;</div><div class="line"><a name="l00363"></a><span class="lineno">  363</span>&#160;    <span class="keyword">self</span> = (<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>*)type-&gt;tp_alloc(type, 0);</div><div class="line"><a name="l00364"></a><span class="lineno">  364</span>&#160;    <span class="keywordflow">if</span> (!<span class="keyword">self</span>)</div><div class="line"><a name="l00365"></a><span class="lineno">  365</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00366"></a><span class="lineno">  366</span>&#160;</div><div class="line"><a name="l00367"></a><span class="lineno">  367</span>&#160;    <span class="keyword">self</span>-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#a9f3cc7cfae91a2651c3d78bbc3feb53d">id</a> = 0;</div><div class="line"><a name="l00368"></a><span class="lineno">  368</span>&#160;    <span class="keyword">self</span>-&gt;type = 0;</div><div class="line"><a name="l00369"></a><span class="lineno">  369</span>&#160;    <span class="keyword">self</span>-&gt;opt1 = (<a class="code" href="struct_py_generic.html">PyGeneric</a>*)Py_None;</div><div class="line"><a name="l00370"></a><span class="lineno">  370</span>&#160;    <span class="keyword">self</span>-&gt;opt1-&gt;raw = NULL;</div><div class="line"><a name="l00371"></a><span class="lineno">  371</span>&#160;    <span class="keyword">self</span>-&gt;opt1-&gt;type_hint = <a class="code" href="types_8h.html#ab0b29804e77812ca42752bf4f379a288ab774d380798d305b72f4301143d3f440">REMMINA_TYPEHINT_UNDEFINED</a>;</div><div class="line"><a name="l00372"></a><span class="lineno">  372</span>&#160;    <span class="keyword">self</span>-&gt;opt2 = (<a class="code" href="struct_py_generic.html">PyGeneric</a>*)Py_None;</div><div class="line"><a name="l00373"></a><span class="lineno">  373</span>&#160;    <span class="keyword">self</span>-&gt;opt2-&gt;raw = NULL;</div><div class="line"><a name="l00374"></a><span class="lineno">  374</span>&#160;    <span class="keyword">self</span>-&gt;opt2-&gt;type_hint = <a class="code" href="types_8h.html#ab0b29804e77812ca42752bf4f379a288ab774d380798d305b72f4301143d3f440">REMMINA_TYPEHINT_UNDEFINED</a>;</div><div class="line"><a name="l00375"></a><span class="lineno">  375</span>&#160;    <span class="keyword">self</span>-&gt;opt3 = (<a class="code" href="struct_py_generic.html">PyGeneric</a>*)Py_None;</div><div class="line"><a name="l00376"></a><span class="lineno">  376</span>&#160;    <span class="keyword">self</span>-&gt;opt3-&gt;raw = NULL;</div><div class="line"><a name="l00377"></a><span class="lineno">  377</span>&#160;    <span class="keyword">self</span>-&gt;opt3-&gt;type_hint = <a class="code" href="types_8h.html#ab0b29804e77812ca42752bf4f379a288ab774d380798d305b72f4301143d3f440">REMMINA_TYPEHINT_UNDEFINED</a>;</div><div class="line"><a name="l00378"></a><span class="lineno">  378</span>&#160;</div><div class="line"><a name="l00379"></a><span class="lineno">  379</span>&#160;    <span class="keywordflow">return</span> (PyObject*)<span class="keyword">self</span>;</div><div class="line"><a name="l00380"></a><span class="lineno">  380</span>&#160;}</div><div class="line"><a name="l00381"></a><span class="lineno">  381</span>&#160;</div><div class="line"><a name="l00382"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#adba1aaf354842305c8aafd7340271df7">  382</a></span>&#160;<span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="python__wrapper__remmina_8c.html#adba1aaf354842305c8aafd7340271df7">python_protocol_feature_init</a>(<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l00383"></a><span class="lineno">  383</span>&#160;{</div><div class="line"><a name="l00384"></a><span class="lineno">  384</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00385"></a><span class="lineno">  385</span>&#160;</div><div class="line"><a name="l00386"></a><span class="lineno">  386</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;type&quot;</span>, <span class="stringliteral">&quot;id&quot;</span>, <span class="stringliteral">&quot;opt1&quot;</span>, <span class="stringliteral">&quot;opt2&quot;</span>, <span class="stringliteral">&quot;opt3&quot;</span>, NULL };</div><div class="line"><a name="l00387"></a><span class="lineno">  387</span>&#160;</div><div class="line"><a name="l00388"></a><span class="lineno">  388</span>&#160;    <span class="keywordflow">if</span> (!PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;|llOOO&quot;</span>, kwlist, &amp;self-&gt;type, &amp;self-&gt;id, &amp;self-&gt;opt1, &amp;self</div><div class="line"><a name="l00389"></a><span class="lineno">  389</span>&#160;        -&gt;opt2, &amp;self-&gt;opt3))</div><div class="line"><a name="l00390"></a><span class="lineno">  390</span>&#160;        <span class="keywordflow">return</span> -1;</div><div class="line"><a name="l00391"></a><span class="lineno">  391</span>&#160;</div><div class="line"><a name="l00392"></a><span class="lineno">  392</span>&#160;    <span class="keywordflow">return</span> 0;</div><div class="line"><a name="l00393"></a><span class="lineno">  393</span>&#160;}</div><div class="line"><a name="l00394"></a><span class="lineno">  394</span>&#160;</div><div class="line"><a name="l00395"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#af4a328d20d3b422cf15214277cb7a643">  395</a></span>&#160;<span class="keyword">static</span> PyTypeObject <a class="code" href="python__wrapper__remmina_8c.html#af4a328d20d3b422cf15214277cb7a643">python_protocol_feature_type</a> = {</div><div class="line"><a name="l00396"></a><span class="lineno">  396</span>&#160;    PyVarObject_HEAD_INIT(NULL, 0)</div><div class="line"><a name="l00397"></a><span class="lineno">  397</span>&#160;    .tp_name = <span class="stringliteral">&quot;remmina.ProtocolFeature&quot;</span>,</div><div class="line"><a name="l00398"></a><span class="lineno">  398</span>&#160;    .tp_doc = <span class="stringliteral">&quot;Remmina Setting information&quot;</span>,</div><div class="line"><a name="l00399"></a><span class="lineno">  399</span>&#160;    .tp_basicsize = <span class="keyword">sizeof</span>(<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>),</div><div class="line"><a name="l00400"></a><span class="lineno">  400</span>&#160;    .tp_itemsize = 0,</div><div class="line"><a name="l00401"></a><span class="lineno">  401</span>&#160;    .tp_flags = Py_TPFLAGS_DEFAULT,</div><div class="line"><a name="l00402"></a><span class="lineno">  402</span>&#160;    .tp_new = <a class="code" href="python__wrapper__remmina_8c.html#ad291d7929fade69745148ab417a4bf74">python_protocol_feature_new</a>,</div><div class="line"><a name="l00403"></a><span class="lineno">  403</span>&#160;    .tp_init = (initproc)<a class="code" href="python__wrapper__remmina_8c.html#adba1aaf354842305c8aafd7340271df7">python_protocol_feature_init</a>,</div><div class="line"><a name="l00404"></a><span class="lineno">  404</span>&#160;    .tp_members = <a class="code" href="python__wrapper__remmina_8c.html#ad32c23fde1f6d93382853fed97c51885">python_protocol_feature_members</a></div><div class="line"><a name="l00405"></a><span class="lineno">  405</span>&#160;};</div><div class="line"><a name="l00406"></a><span class="lineno">  406</span>&#160;</div><div class="line"><a name="l00407"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a26eea3cdd2d97d5cd8ad00d2bbe17c29">  407</a></span>&#160;<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>* <a class="code" href="python__wrapper__remmina_8c.html#a26eea3cdd2d97d5cd8ad00d2bbe17c29">python_wrapper_protocol_feature_new</a>(<span class="keywordtype">void</span>)</div><div class="line"><a name="l00408"></a><span class="lineno">  408</span>&#160;{</div><div class="line"><a name="l00409"></a><span class="lineno">  409</span>&#160;    <a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>* feature = (<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>*)PyObject_New(<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>, &amp;<a class="code" href="python__wrapper__remmina_8c.html#af4a328d20d3b422cf15214277cb7a643">python_protocol_feature_type</a>);</div><div class="line"><a name="l00410"></a><span class="lineno">  410</span>&#160;    feature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#a9f3cc7cfae91a2651c3d78bbc3feb53d">id</a> = 0;</div><div class="line"><a name="l00411"></a><span class="lineno">  411</span>&#160;    feature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#ae952bdad284cbef56bcc598c9e2743b4">opt1</a> = <a class="code" href="python__wrapper__remmina_8c.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a>();</div><div class="line"><a name="l00412"></a><span class="lineno">  412</span>&#160;    feature-&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> = NULL;</div><div class="line"><a name="l00413"></a><span class="lineno">  413</span>&#160;    feature-&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> = <a class="code" href="types_8h.html#ab0b29804e77812ca42752bf4f379a288ab774d380798d305b72f4301143d3f440">REMMINA_TYPEHINT_UNDEFINED</a>;</div><div class="line"><a name="l00414"></a><span class="lineno">  414</span>&#160;    feature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af4cd1fe41db52b31d6715c6535d600c0">opt2</a> = <a class="code" href="python__wrapper__remmina_8c.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a>();</div><div class="line"><a name="l00415"></a><span class="lineno">  415</span>&#160;    feature-&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> = NULL;</div><div class="line"><a name="l00416"></a><span class="lineno">  416</span>&#160;    feature-&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> = <a class="code" href="types_8h.html#ab0b29804e77812ca42752bf4f379a288ab774d380798d305b72f4301143d3f440">REMMINA_TYPEHINT_UNDEFINED</a>;</div><div class="line"><a name="l00417"></a><span class="lineno">  417</span>&#160;    feature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#af47063cd1082038eeae47af016b1c0d2">opt3</a> = <a class="code" href="python__wrapper__remmina_8c.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a>();</div><div class="line"><a name="l00418"></a><span class="lineno">  418</span>&#160;    feature-&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> = NULL;</div><div class="line"><a name="l00419"></a><span class="lineno">  419</span>&#160;    feature-&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> = <a class="code" href="types_8h.html#ab0b29804e77812ca42752bf4f379a288ab774d380798d305b72f4301143d3f440">REMMINA_TYPEHINT_UNDEFINED</a>;</div><div class="line"><a name="l00420"></a><span class="lineno">  420</span>&#160;    feature-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#aecce603234baf1434f3f6aca64616cbc">type</a> = 0;</div><div class="line"><a name="l00421"></a><span class="lineno">  421</span>&#160;    Py_IncRef((PyObject*)feature);</div><div class="line"><a name="l00422"></a><span class="lineno">  422</span>&#160;    <span class="keywordflow">return</span> feature;</div><div class="line"><a name="l00423"></a><span class="lineno">  423</span>&#160;}</div><div class="line"><a name="l00424"></a><span class="lineno">  424</span>&#160;</div><div class="line"><a name="l00425"></a><span class="lineno">  425</span>&#160;</div><div class="line"><a name="l00426"></a><span class="lineno">  426</span>&#160;<span class="comment">// -- Python Type -&gt; Screenshot Data</span></div><div class="line"><a name="l00427"></a><span class="lineno">  427</span>&#160;</div><div class="line"><a name="l00428"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a6961b280d8d6ae5a1979176c23ddca7f">  428</a></span>&#160;<span class="keyword">static</span> PyMemberDef <a class="code" href="python__wrapper__remmina_8c.html#a6961b280d8d6ae5a1979176c23ddca7f">python_screenshot_data_members</a>[] = {</div><div class="line"><a name="l00429"></a><span class="lineno">  429</span>&#160;    { <span class="stringliteral">&quot;buffer&quot;</span>, T_OBJECT, offsetof(<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>, buffer), 0, NULL },</div><div class="line"><a name="l00430"></a><span class="lineno">  430</span>&#160;    { <span class="stringliteral">&quot;width&quot;</span>, T_INT, offsetof(<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>, width), 0, NULL },</div><div class="line"><a name="l00431"></a><span class="lineno">  431</span>&#160;    { <span class="stringliteral">&quot;height&quot;</span>, T_INT, offsetof(<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>, height), 0, NULL },</div><div class="line"><a name="l00432"></a><span class="lineno">  432</span>&#160;    { <span class="stringliteral">&quot;bitsPerPixel&quot;</span>, T_INT, offsetof(<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>, bitsPerPixel), 0, NULL },</div><div class="line"><a name="l00433"></a><span class="lineno">  433</span>&#160;    { <span class="stringliteral">&quot;bytesPerPixel&quot;</span>, T_INT, offsetof(<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>, bytesPerPixel), 0, NULL },</div><div class="line"><a name="l00434"></a><span class="lineno">  434</span>&#160;    { NULL }</div><div class="line"><a name="l00435"></a><span class="lineno">  435</span>&#160;};</div><div class="line"><a name="l00436"></a><span class="lineno">  436</span>&#160;</div><div class="line"><a name="l00437"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a7216165b5783d7e8e0a7044ae52b5d9a">  437</a></span>&#160;PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a7216165b5783d7e8e0a7044ae52b5d9a">python_screenshot_data_new</a>(PyTypeObject* type, PyObject* kws, PyObject* args)</div><div class="line"><a name="l00438"></a><span class="lineno">  438</span>&#160;{</div><div class="line"><a name="l00439"></a><span class="lineno">  439</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00440"></a><span class="lineno">  440</span>&#160;</div><div class="line"><a name="l00441"></a><span class="lineno">  441</span>&#160;    <a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>* <span class="keyword">self</span>;</div><div class="line"><a name="l00442"></a><span class="lineno">  442</span>&#160;    <span class="keyword">self</span> = (<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>*)type-&gt;tp_alloc(type, 0);</div><div class="line"><a name="l00443"></a><span class="lineno">  443</span>&#160;    <span class="keywordflow">if</span> (!<span class="keyword">self</span>)</div><div class="line"><a name="l00444"></a><span class="lineno">  444</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00445"></a><span class="lineno">  445</span>&#160;</div><div class="line"><a name="l00446"></a><span class="lineno">  446</span>&#160;    <span class="keyword">self</span>-&gt;<a class="code" href="struct_py_remmina_plugin_screenshot_data.html#aac36eb74554bd33d71ae4b6531ffa720">buffer</a> = (PyByteArrayObject*)PyObject_New(PyByteArrayObject, &amp;PyByteArray_Type);</div><div class="line"><a name="l00447"></a><span class="lineno">  447</span>&#160;    <span class="keyword">self</span>-&gt;height = 0;</div><div class="line"><a name="l00448"></a><span class="lineno">  448</span>&#160;    <span class="keyword">self</span>-&gt;width = 0;</div><div class="line"><a name="l00449"></a><span class="lineno">  449</span>&#160;    <span class="keyword">self</span>-&gt;bitsPerPixel = 0;</div><div class="line"><a name="l00450"></a><span class="lineno">  450</span>&#160;    <span class="keyword">self</span>-&gt;bytesPerPixel = 0;</div><div class="line"><a name="l00451"></a><span class="lineno">  451</span>&#160;</div><div class="line"><a name="l00452"></a><span class="lineno">  452</span>&#160;    <span class="keywordflow">return</span> (PyObject*)<span class="keyword">self</span>;</div><div class="line"><a name="l00453"></a><span class="lineno">  453</span>&#160;}</div><div class="line"><a name="l00454"></a><span class="lineno">  454</span>&#160;</div><div class="line"><a name="l00455"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#ac3b4fdf83986b2128e523d48ed70859f">  455</a></span>&#160;<span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="python__wrapper__remmina_8c.html#ac3b4fdf83986b2128e523d48ed70859f">python_screenshot_data_init</a>(<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l00456"></a><span class="lineno">  456</span>&#160;{</div><div class="line"><a name="l00457"></a><span class="lineno">  457</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00458"></a><span class="lineno">  458</span>&#160;</div><div class="line"><a name="l00459"></a><span class="lineno">  459</span>&#160;    g_printerr(<span class="stringliteral">&quot;Not to be initialized within Python!&quot;</span>);</div><div class="line"><a name="l00460"></a><span class="lineno">  460</span>&#160;    <span class="keywordflow">return</span> -1;</div><div class="line"><a name="l00461"></a><span class="lineno">  461</span>&#160;}</div><div class="line"><a name="l00462"></a><span class="lineno">  462</span>&#160;</div><div class="line"><a name="l00463"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aa46cd87c89cf5953eec19be2edffe652">  463</a></span>&#160;<span class="keyword">static</span> PyTypeObject <a class="code" href="python__wrapper__remmina_8c.html#aa46cd87c89cf5953eec19be2edffe652">python_screenshot_data_type</a> = {</div><div class="line"><a name="l00464"></a><span class="lineno">  464</span>&#160;    PyVarObject_HEAD_INIT(NULL, 0)</div><div class="line"><a name="l00465"></a><span class="lineno">  465</span>&#160;    .tp_name = <span class="stringliteral">&quot;remmina.RemminaScreenshotData&quot;</span>,</div><div class="line"><a name="l00466"></a><span class="lineno">  466</span>&#160;    .tp_doc = <span class="stringliteral">&quot;Remmina Screenshot Data&quot;</span>,</div><div class="line"><a name="l00467"></a><span class="lineno">  467</span>&#160;    .tp_basicsize = <span class="keyword">sizeof</span>(<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>),</div><div class="line"><a name="l00468"></a><span class="lineno">  468</span>&#160;    .tp_itemsize = 0,</div><div class="line"><a name="l00469"></a><span class="lineno">  469</span>&#160;    .tp_flags = Py_TPFLAGS_DEFAULT,</div><div class="line"><a name="l00470"></a><span class="lineno">  470</span>&#160;    .tp_new = <a class="code" href="python__wrapper__remmina_8c.html#a7216165b5783d7e8e0a7044ae52b5d9a">python_screenshot_data_new</a>,</div><div class="line"><a name="l00471"></a><span class="lineno">  471</span>&#160;    .tp_init = (initproc)<a class="code" href="python__wrapper__remmina_8c.html#ac3b4fdf83986b2128e523d48ed70859f">python_screenshot_data_init</a>,</div><div class="line"><a name="l00472"></a><span class="lineno">  472</span>&#160;    .tp_members = <a class="code" href="python__wrapper__remmina_8c.html#a6961b280d8d6ae5a1979176c23ddca7f">python_screenshot_data_members</a></div><div class="line"><a name="l00473"></a><span class="lineno">  473</span>&#160;};</div><div class="line"><a name="l00474"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#ad9e2034841e5b0a10291ad015e4bfc46">  474</a></span>&#160;<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>* <a class="code" href="python__wrapper__remmina_8c.html#ad9e2034841e5b0a10291ad015e4bfc46">python_wrapper_screenshot_data_new</a>(<span class="keywordtype">void</span>)</div><div class="line"><a name="l00475"></a><span class="lineno">  475</span>&#160;{</div><div class="line"><a name="l00476"></a><span class="lineno">  476</span>&#160;    <a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>* data = (<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>*)PyObject_New(<a class="code" href="struct_py_remmina_plugin_screenshot_data.html">PyRemminaPluginScreenshotData</a>, &amp;<a class="code" href="python__wrapper__remmina_8c.html#aa46cd87c89cf5953eec19be2edffe652">python_screenshot_data_type</a>);</div><div class="line"><a name="l00477"></a><span class="lineno">  477</span>&#160;    data-&gt;<a class="code" href="struct_py_remmina_plugin_screenshot_data.html#aac36eb74554bd33d71ae4b6531ffa720">buffer</a> = PyObject_New(PyByteArrayObject, &amp;PyByteArray_Type);</div><div class="line"><a name="l00478"></a><span class="lineno">  478</span>&#160;    Py_IncRef((PyObject*)data-&gt;<a class="code" href="struct_py_remmina_plugin_screenshot_data.html#aac36eb74554bd33d71ae4b6531ffa720">buffer</a>);</div><div class="line"><a name="l00479"></a><span class="lineno">  479</span>&#160;    data-&gt;<a class="code" href="struct_py_remmina_plugin_screenshot_data.html#a132778befe6b5251fccff28f12479b41">height</a> = 0;</div><div class="line"><a name="l00480"></a><span class="lineno">  480</span>&#160;    data-&gt;<a class="code" href="struct_py_remmina_plugin_screenshot_data.html#a6e0de9833ceda28199a84c4c10437e46">width</a> = 0;</div><div class="line"><a name="l00481"></a><span class="lineno">  481</span>&#160;    data-&gt;<a class="code" href="struct_py_remmina_plugin_screenshot_data.html#a79271016958eb788bdbd7184b9af0bd7">bitsPerPixel</a> = 0;</div><div class="line"><a name="l00482"></a><span class="lineno">  482</span>&#160;    data-&gt;<a class="code" href="struct_py_remmina_plugin_screenshot_data.html#a74e84cd06fe5493d2e309fa422e0349e">bytesPerPixel</a> = 0;</div><div class="line"><a name="l00483"></a><span class="lineno">  483</span>&#160;    <span class="keywordflow">return</span> data;</div><div class="line"><a name="l00484"></a><span class="lineno">  484</span>&#160;}</div><div class="line"><a name="l00485"></a><span class="lineno">  485</span>&#160;</div><div class="line"><a name="l00486"></a><span class="lineno">  486</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#acce1147b25b7cf301301be31b94f51d8">python_wrapper_generic_to_int</a>(<a class="code" href="struct_py_generic.html">PyGeneric</a>* <span class="keyword">self</span>, PyObject* args);</div><div class="line"><a name="l00487"></a><span class="lineno">  487</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aed4fcc2391d235515aa04c64c9f5387e">python_wrapper_generic_to_bool</a>(<a class="code" href="struct_py_generic.html">PyGeneric</a>* <span class="keyword">self</span>, PyObject* args);</div><div class="line"><a name="l00488"></a><span class="lineno">  488</span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#ad676d99c4833507cb8f6843e1b02f184">python_wrapper_generic_to_string</a>(<a class="code" href="struct_py_generic.html">PyGeneric</a>* <span class="keyword">self</span>, PyObject* args);</div><div class="line"><a name="l00489"></a><span class="lineno">  489</span>&#160;</div><div class="line"><a name="l00490"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a0119afae8dc1bb68e04de3f5d63bb0da">  490</a></span>&#160;<span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="python__wrapper__remmina_8c.html#a0119afae8dc1bb68e04de3f5d63bb0da">python_wrapper_generic_dealloc</a>(PyObject* <span class="keyword">self</span>)</div><div class="line"><a name="l00491"></a><span class="lineno">  491</span>&#160;{</div><div class="line"><a name="l00492"></a><span class="lineno">  492</span>&#160;    PyObject_Del(<span class="keyword">self</span>);</div><div class="line"><a name="l00493"></a><span class="lineno">  493</span>&#160;}</div><div class="line"><a name="l00494"></a><span class="lineno">  494</span>&#160;</div><div class="line"><a name="l00495"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a283437478ea12510fe4cc035bc70fcb8">  495</a></span>&#160;<span class="keyword">static</span> PyMethodDef <a class="code" href="python__wrapper__remmina_8c.html#a283437478ea12510fe4cc035bc70fcb8">python_wrapper_generic_methods</a>[] = {</div><div class="line"><a name="l00496"></a><span class="lineno">  496</span>&#160;    { <span class="stringliteral">&quot;to_int&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#acce1147b25b7cf301301be31b94f51d8">python_wrapper_generic_to_int</a>, METH_NOARGS, <span class="stringliteral">&quot;&quot;</span> },</div><div class="line"><a name="l00497"></a><span class="lineno">  497</span>&#160;    { <span class="stringliteral">&quot;to_bool&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#aed4fcc2391d235515aa04c64c9f5387e">python_wrapper_generic_to_bool</a>, METH_NOARGS, <span class="stringliteral">&quot;&quot;</span> },</div><div class="line"><a name="l00498"></a><span class="lineno">  498</span>&#160;    { <span class="stringliteral">&quot;to_string&quot;</span>, (PyCFunction)<a class="code" href="python__wrapper__remmina_8c.html#ad676d99c4833507cb8f6843e1b02f184">python_wrapper_generic_to_string</a>, METH_NOARGS, <span class="stringliteral">&quot;&quot;</span> },</div><div class="line"><a name="l00499"></a><span class="lineno">  499</span>&#160;    { NULL }</div><div class="line"><a name="l00500"></a><span class="lineno">  500</span>&#160;};</div><div class="line"><a name="l00501"></a><span class="lineno">  501</span>&#160;</div><div class="line"><a name="l00502"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a0f018dcc9240518f61e3fac762242b3a">  502</a></span>&#160;<span class="keyword">static</span> PyMemberDef <a class="code" href="python__wrapper__remmina_8c.html#a0f018dcc9240518f61e3fac762242b3a">python_wrapper_generic_members</a>[] = {</div><div class="line"><a name="l00503"></a><span class="lineno">  503</span>&#160;    { <span class="stringliteral">&quot;raw&quot;</span>, T_OBJECT, offsetof(<a class="code" href="struct_py_generic.html">PyGeneric</a>, raw), 0, <span class="stringliteral">&quot;&quot;</span> },</div><div class="line"><a name="l00504"></a><span class="lineno">  504</span>&#160;    { NULL }</div><div class="line"><a name="l00505"></a><span class="lineno">  505</span>&#160;};</div><div class="line"><a name="l00506"></a><span class="lineno">  506</span>&#160;</div><div class="line"><a name="l00507"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aeb41a864c1147dac89d4d7f46546e9ad">  507</a></span>&#160;PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aeb41a864c1147dac89d4d7f46546e9ad">python_wrapper_generic_type_new</a>(PyTypeObject* type, PyObject* kws, PyObject* args)</div><div class="line"><a name="l00508"></a><span class="lineno">  508</span>&#160;{</div><div class="line"><a name="l00509"></a><span class="lineno">  509</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00510"></a><span class="lineno">  510</span>&#160;</div><div class="line"><a name="l00511"></a><span class="lineno">  511</span>&#160;    <a class="code" href="struct_py_generic.html">PyGeneric</a>* <span class="keyword">self</span>;</div><div class="line"><a name="l00512"></a><span class="lineno">  512</span>&#160;    <span class="keyword">self</span> = (<a class="code" href="struct_py_generic.html">PyGeneric</a>*)type-&gt;tp_alloc(type, 0);</div><div class="line"><a name="l00513"></a><span class="lineno">  513</span>&#160;    <span class="keywordflow">if</span> (!<span class="keyword">self</span>)</div><div class="line"><a name="l00514"></a><span class="lineno">  514</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00515"></a><span class="lineno">  515</span>&#160;</div><div class="line"><a name="l00516"></a><span class="lineno">  516</span>&#160;    <span class="keyword">self</span>-&gt;<a class="code" href="struct_py_generic.html#a1c5857c0a7ee53cbcdcd009b4d9900e7">raw</a> = Py_None;</div><div class="line"><a name="l00517"></a><span class="lineno">  517</span>&#160;</div><div class="line"><a name="l00518"></a><span class="lineno">  518</span>&#160;    <span class="keywordflow">return</span> (PyObject*)<span class="keyword">self</span>;</div><div class="line"><a name="l00519"></a><span class="lineno">  519</span>&#160;}</div><div class="line"><a name="l00520"></a><span class="lineno">  520</span>&#160;</div><div class="line"><a name="l00521"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#af5e38067a8df4449cc12618409d9afe1">  521</a></span>&#160;<span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="python__wrapper__remmina_8c.html#af5e38067a8df4449cc12618409d9afe1">python_wrapper_generic_init</a>(<a class="code" href="struct_py_generic.html">PyGeneric</a>* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l00522"></a><span class="lineno">  522</span>&#160;{</div><div class="line"><a name="l00523"></a><span class="lineno">  523</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00524"></a><span class="lineno">  524</span>&#160;</div><div class="line"><a name="l00525"></a><span class="lineno">  525</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;raw&quot;</span>, NULL };</div><div class="line"><a name="l00526"></a><span class="lineno">  526</span>&#160;</div><div class="line"><a name="l00527"></a><span class="lineno">  527</span>&#160;    <span class="keywordflow">if</span> (!PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;|O&quot;</span>, kwlist, &amp;self-&gt;raw))</div><div class="line"><a name="l00528"></a><span class="lineno">  528</span>&#160;        <span class="keywordflow">return</span> -1;</div><div class="line"><a name="l00529"></a><span class="lineno">  529</span>&#160;</div><div class="line"><a name="l00530"></a><span class="lineno">  530</span>&#160;    <span class="keywordflow">return</span> 0;</div><div class="line"><a name="l00531"></a><span class="lineno">  531</span>&#160;}</div><div class="line"><a name="l00532"></a><span class="lineno">  532</span>&#160;</div><div class="line"><a name="l00533"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a54baa8db22d6f805b8e2193b3b313403">  533</a></span>&#160;<span class="keyword">static</span> PyTypeObject <a class="code" href="python__wrapper__remmina_8c.html#a54baa8db22d6f805b8e2193b3b313403">python_generic_type</a> = {</div><div class="line"><a name="l00534"></a><span class="lineno">  534</span>&#160;    PyVarObject_HEAD_INIT(NULL, 0)</div><div class="line"><a name="l00535"></a><span class="lineno">  535</span>&#160;    .tp_name = <span class="stringliteral">&quot;remmina.Generic&quot;</span>,</div><div class="line"><a name="l00536"></a><span class="lineno">  536</span>&#160;    .tp_doc = <span class="stringliteral">&quot;&quot;</span>,</div><div class="line"><a name="l00537"></a><span class="lineno">  537</span>&#160;    .tp_basicsize = <span class="keyword">sizeof</span>(<a class="code" href="struct_py_generic.html">PyGeneric</a>),</div><div class="line"><a name="l00538"></a><span class="lineno">  538</span>&#160;    .tp_itemsize = 0,</div><div class="line"><a name="l00539"></a><span class="lineno">  539</span>&#160;    .tp_dealloc = <a class="code" href="python__wrapper__remmina_8c.html#a0119afae8dc1bb68e04de3f5d63bb0da">python_wrapper_generic_dealloc</a>,</div><div class="line"><a name="l00540"></a><span class="lineno">  540</span>&#160;    .tp_flags = Py_TPFLAGS_DEFAULT,</div><div class="line"><a name="l00541"></a><span class="lineno">  541</span>&#160;    .tp_new = <a class="code" href="python__wrapper__remmina_8c.html#aeb41a864c1147dac89d4d7f46546e9ad">python_wrapper_generic_type_new</a>,</div><div class="line"><a name="l00542"></a><span class="lineno">  542</span>&#160;    .tp_init = (initproc)<a class="code" href="python__wrapper__remmina_8c.html#af5e38067a8df4449cc12618409d9afe1">python_wrapper_generic_init</a>,</div><div class="line"><a name="l00543"></a><span class="lineno">  543</span>&#160;    .tp_members = <a class="code" href="python__wrapper__remmina_8c.html#a0f018dcc9240518f61e3fac762242b3a">python_wrapper_generic_members</a>,</div><div class="line"><a name="l00544"></a><span class="lineno">  544</span>&#160;    .tp_methods = <a class="code" href="python__wrapper__remmina_8c.html#a283437478ea12510fe4cc035bc70fcb8">python_wrapper_generic_methods</a>,</div><div class="line"><a name="l00545"></a><span class="lineno">  545</span>&#160;};</div><div class="line"><a name="l00546"></a><span class="lineno">  546</span>&#160;</div><div class="line"><a name="l00547"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aa47245a8529fe23c8a710a50bc6f6bc1">  547</a></span>&#160;<a class="code" href="struct_py_generic.html">PyGeneric</a>* <a class="code" href="python__wrapper__remmina_8c.html#aa47245a8529fe23c8a710a50bc6f6bc1">python_wrapper_generic_new</a>(<span class="keywordtype">void</span>)</div><div class="line"><a name="l00548"></a><span class="lineno">  548</span>&#160;{</div><div class="line"><a name="l00549"></a><span class="lineno">  549</span>&#160;    <a class="code" href="struct_py_generic.html">PyGeneric</a>* <span class="keyword">generic</span> = (<a class="code" href="struct_py_generic.html">PyGeneric</a>*)PyObject_New(<a class="code" href="struct_py_generic.html">PyGeneric</a>, &amp;<a class="code" href="python__wrapper__remmina_8c.html#a54baa8db22d6f805b8e2193b3b313403">python_generic_type</a>);</div><div class="line"><a name="l00550"></a><span class="lineno">  550</span>&#160;    <span class="keyword">generic</span>-&gt;<a class="code" href="struct_py_generic.html#a1c5857c0a7ee53cbcdcd009b4d9900e7">raw</a> = PyLong_FromLongLong(0LL);</div><div class="line"><a name="l00551"></a><span class="lineno">  551</span>&#160;    Py_IncRef((PyObject*)<span class="keyword">generic</span>);</div><div class="line"><a name="l00552"></a><span class="lineno">  552</span>&#160;    <span class="keywordflow">return</span> <span class="keyword">generic</span>;</div><div class="line"><a name="l00553"></a><span class="lineno">  553</span>&#160;}</div><div class="line"><a name="l00554"></a><span class="lineno">  554</span>&#160;</div><div class="line"><a name="l00555"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#acce1147b25b7cf301301be31b94f51d8">  555</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#acce1147b25b7cf301301be31b94f51d8">python_wrapper_generic_to_int</a>(<a class="code" href="struct_py_generic.html">PyGeneric</a>* <span class="keyword">self</span>, PyObject* args)</div><div class="line"><a name="l00556"></a><span class="lineno">  556</span>&#160;{</div><div class="line"><a name="l00557"></a><span class="lineno">  557</span>&#160;    SELF_CHECK();</div><div class="line"><a name="l00558"></a><span class="lineno">  558</span>&#160;</div><div class="line"><a name="l00559"></a><span class="lineno">  559</span>&#160;    <span class="keywordflow">if</span> (self-&gt;raw == NULL)</div><div class="line"><a name="l00560"></a><span class="lineno">  560</span>&#160;    {</div><div class="line"><a name="l00561"></a><span class="lineno">  561</span>&#160;        <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00562"></a><span class="lineno">  562</span>&#160;    }</div><div class="line"><a name="l00563"></a><span class="lineno">  563</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> (self-&gt;type_hint == <a class="code" href="types_8h.html#ab0b29804e77812ca42752bf4f379a288af7ab6943dcd5d24c6f19733da16d0f18">REMMINA_TYPEHINT_SIGNED</a>)</div><div class="line"><a name="l00564"></a><span class="lineno">  564</span>&#160;    {</div><div class="line"><a name="l00565"></a><span class="lineno">  565</span>&#160;        <span class="keywordflow">return</span> PyLong_FromLongLong((<span class="keywordtype">long</span> <span class="keywordtype">long</span>)self-&gt;raw);</div><div class="line"><a name="l00566"></a><span class="lineno">  566</span>&#160;    }</div><div class="line"><a name="l00567"></a><span class="lineno">  567</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> (self-&gt;type_hint == <a class="code" href="types_8h.html#ab0b29804e77812ca42752bf4f379a288a50903e485f8d4a2c2f98d7dfe4be8047">REMMINA_TYPEHINT_UNSIGNED</a>)</div><div class="line"><a name="l00568"></a><span class="lineno">  568</span>&#160;    {</div><div class="line"><a name="l00569"></a><span class="lineno">  569</span>&#160;        <span class="keywordflow">return</span> PyLong_FromUnsignedLongLong((<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span>)self-&gt;raw);</div><div class="line"><a name="l00570"></a><span class="lineno">  570</span>&#160;    }</div><div class="line"><a name="l00571"></a><span class="lineno">  571</span>&#160;</div><div class="line"><a name="l00572"></a><span class="lineno">  572</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00573"></a><span class="lineno">  573</span>&#160;}</div><div class="line"><a name="l00574"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aed4fcc2391d235515aa04c64c9f5387e">  574</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aed4fcc2391d235515aa04c64c9f5387e">python_wrapper_generic_to_bool</a>(<a class="code" href="struct_py_generic.html">PyGeneric</a>* <span class="keyword">self</span>, PyObject* args)</div><div class="line"><a name="l00575"></a><span class="lineno">  575</span>&#160;{</div><div class="line"><a name="l00576"></a><span class="lineno">  576</span>&#160;    SELF_CHECK();</div><div class="line"><a name="l00577"></a><span class="lineno">  577</span>&#160;</div><div class="line"><a name="l00578"></a><span class="lineno">  578</span>&#160;    <span class="keywordflow">if</span> (self-&gt;raw == NULL)</div><div class="line"><a name="l00579"></a><span class="lineno">  579</span>&#160;    {</div><div class="line"><a name="l00580"></a><span class="lineno">  580</span>&#160;        <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00581"></a><span class="lineno">  581</span>&#160;    }</div><div class="line"><a name="l00582"></a><span class="lineno">  582</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> (self-&gt;type_hint == <a class="code" href="types_8h.html#ab0b29804e77812ca42752bf4f379a288a136d17c74813391126815f7c08d6697e">REMMINA_TYPEHINT_BOOLEAN</a>)</div><div class="line"><a name="l00583"></a><span class="lineno">  583</span>&#160;    {</div><div class="line"><a name="l00584"></a><span class="lineno">  584</span>&#160;        <span class="keywordflow">return</span> PyBool_FromLong((<span class="keywordtype">long</span>)self-&gt;raw);</div><div class="line"><a name="l00585"></a><span class="lineno">  585</span>&#160;    }</div><div class="line"><a name="l00586"></a><span class="lineno">  586</span>&#160;</div><div class="line"><a name="l00587"></a><span class="lineno">  587</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00588"></a><span class="lineno">  588</span>&#160;}</div><div class="line"><a name="l00589"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#ad676d99c4833507cb8f6843e1b02f184">  589</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#ad676d99c4833507cb8f6843e1b02f184">python_wrapper_generic_to_string</a>(<a class="code" href="struct_py_generic.html">PyGeneric</a>* <span class="keyword">self</span>, PyObject* args)</div><div class="line"><a name="l00590"></a><span class="lineno">  590</span>&#160;{</div><div class="line"><a name="l00591"></a><span class="lineno">  591</span>&#160;    SELF_CHECK();</div><div class="line"><a name="l00592"></a><span class="lineno">  592</span>&#160;</div><div class="line"><a name="l00593"></a><span class="lineno">  593</span>&#160;    <span class="keywordflow">if</span> (self-&gt;raw == NULL)</div><div class="line"><a name="l00594"></a><span class="lineno">  594</span>&#160;    {</div><div class="line"><a name="l00595"></a><span class="lineno">  595</span>&#160;        <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00596"></a><span class="lineno">  596</span>&#160;    }</div><div class="line"><a name="l00597"></a><span class="lineno">  597</span>&#160;    <span class="keywordflow">else</span> <span class="keywordflow">if</span> (self-&gt;type_hint == <a class="code" href="types_8h.html#ab0b29804e77812ca42752bf4f379a288a0f7883d48c9106883a2b7c9c021ebdcd">REMMINA_TYPEHINT_STRING</a>)</div><div class="line"><a name="l00598"></a><span class="lineno">  598</span>&#160;    {</div><div class="line"><a name="l00599"></a><span class="lineno">  599</span>&#160;        <span class="keywordflow">return</span> PyUnicode_FromString((<span class="keyword">const</span> <span class="keywordtype">char</span>*)self-&gt;raw);</div><div class="line"><a name="l00600"></a><span class="lineno">  600</span>&#160;    }</div><div class="line"><a name="l00601"></a><span class="lineno">  601</span>&#160;</div><div class="line"><a name="l00602"></a><span class="lineno">  602</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00603"></a><span class="lineno">  603</span>&#160;}</div><div class="line"><a name="l00604"></a><span class="lineno">  604</span>&#160;</div><div class="line"><a name="l00609"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aea60d526d3356a866fef223b2e9bc0a5">  609</a></span>&#160;PyMODINIT_FUNC <a class="code" href="python__wrapper__remmina_8c.html#aea60d526d3356a866fef223b2e9bc0a5">python_wrapper_module_initialize</a>(<span class="keywordtype">void</span>)</div><div class="line"><a name="l00610"></a><span class="lineno">  610</span>&#160;{</div><div class="line"><a name="l00611"></a><span class="lineno">  611</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00612"></a><span class="lineno">  612</span>&#160;</div><div class="line"><a name="l00613"></a><span class="lineno">  613</span>&#160;    <span class="keywordflow">if</span> (PyType_Ready(&amp;<a class="code" href="python__wrapper__remmina_8c.html#aa46cd87c89cf5953eec19be2edffe652">python_screenshot_data_type</a>) &lt; 0)</div><div class="line"><a name="l00614"></a><span class="lineno">  614</span>&#160;    {</div><div class="line"><a name="l00615"></a><span class="lineno">  615</span>&#160;        PyErr_Print();</div><div class="line"><a name="l00616"></a><span class="lineno">  616</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00617"></a><span class="lineno">  617</span>&#160;    }</div><div class="line"><a name="l00618"></a><span class="lineno">  618</span>&#160;</div><div class="line"><a name="l00619"></a><span class="lineno">  619</span>&#160;    <span class="keywordflow">if</span> (PyType_Ready(&amp;<a class="code" href="python__wrapper__remmina_8c.html#a54baa8db22d6f805b8e2193b3b313403">python_generic_type</a>) &lt; 0)</div><div class="line"><a name="l00620"></a><span class="lineno">  620</span>&#160;    {</div><div class="line"><a name="l00621"></a><span class="lineno">  621</span>&#160;        PyErr_Print();</div><div class="line"><a name="l00622"></a><span class="lineno">  622</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00623"></a><span class="lineno">  623</span>&#160;    }</div><div class="line"><a name="l00624"></a><span class="lineno">  624</span>&#160;</div><div class="line"><a name="l00625"></a><span class="lineno">  625</span>&#160;    <span class="keywordflow">if</span> (PyType_Ready(&amp;<a class="code" href="python__wrapper__remmina_8c.html#a6ddedbe95ca1150b29058acfdb188824">python_protocol_setting_type</a>) &lt; 0)</div><div class="line"><a name="l00626"></a><span class="lineno">  626</span>&#160;    {</div><div class="line"><a name="l00627"></a><span class="lineno">  627</span>&#160;        PyErr_Print();</div><div class="line"><a name="l00628"></a><span class="lineno">  628</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00629"></a><span class="lineno">  629</span>&#160;    }</div><div class="line"><a name="l00630"></a><span class="lineno">  630</span>&#160;</div><div class="line"><a name="l00631"></a><span class="lineno">  631</span>&#160;    <span class="keywordflow">if</span> (PyType_Ready(&amp;<a class="code" href="python__wrapper__remmina_8c.html#af4a328d20d3b422cf15214277cb7a643">python_protocol_feature_type</a>) &lt; 0)</div><div class="line"><a name="l00632"></a><span class="lineno">  632</span>&#160;    {</div><div class="line"><a name="l00633"></a><span class="lineno">  633</span>&#160;        PyErr_Print();</div><div class="line"><a name="l00634"></a><span class="lineno">  634</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00635"></a><span class="lineno">  635</span>&#160;    }</div><div class="line"><a name="l00636"></a><span class="lineno">  636</span>&#160;</div><div class="line"><a name="l00637"></a><span class="lineno">  637</span>&#160;    <a class="code" href="python__wrapper__protocol__widget_8c.html#a4fb99cb0b457f062dcb8e2eca5f4b85a">python_wrapper_protocol_widget_type_ready</a>();</div><div class="line"><a name="l00638"></a><span class="lineno">  638</span>&#160;    <a class="code" href="python__wrapper__remmina__file_8c.html#a845461e0ff89f428e89b5ef02d2623d3">python_wrapper_remmina_init_types</a>();</div><div class="line"><a name="l00639"></a><span class="lineno">  639</span>&#160;</div><div class="line"><a name="l00640"></a><span class="lineno">  640</span>&#160;    PyObject* module = PyModule_Create(&amp;<a class="code" href="python__wrapper__remmina_8c.html#a822ee64f62b7bf7af738dfec34e69737">remmina_python_module_type</a>);</div><div class="line"><a name="l00641"></a><span class="lineno">  641</span>&#160;    <span class="keywordflow">if</span> (!module)</div><div class="line"><a name="l00642"></a><span class="lineno">  642</span>&#160;    {</div><div class="line"><a name="l00643"></a><span class="lineno">  643</span>&#160;        PyErr_Print();</div><div class="line"><a name="l00644"></a><span class="lineno">  644</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00645"></a><span class="lineno">  645</span>&#160;    }</div><div class="line"><a name="l00646"></a><span class="lineno">  646</span>&#160;</div><div class="line"><a name="l00647"></a><span class="lineno">  647</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;BUTTONS_CLOSE&quot;</span>, (<span class="keywordtype">long</span>)GTK_BUTTONS_CLOSE);</div><div class="line"><a name="l00648"></a><span class="lineno">  648</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;BUTTONS_NONE&quot;</span>, (<span class="keywordtype">long</span>)GTK_BUTTONS_NONE);</div><div class="line"><a name="l00649"></a><span class="lineno">  649</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;BUTTONS_OK&quot;</span>, (<span class="keywordtype">long</span>)GTK_BUTTONS_OK);</div><div class="line"><a name="l00650"></a><span class="lineno">  650</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;BUTTONS_CLOSE&quot;</span>, (<span class="keywordtype">long</span>)GTK_BUTTONS_CLOSE);</div><div class="line"><a name="l00651"></a><span class="lineno">  651</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;BUTTONS_CANCEL&quot;</span>, (<span class="keywordtype">long</span>)GTK_BUTTONS_CANCEL);</div><div class="line"><a name="l00652"></a><span class="lineno">  652</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;BUTTONS_YES_NO&quot;</span>, (<span class="keywordtype">long</span>)GTK_BUTTONS_YES_NO);</div><div class="line"><a name="l00653"></a><span class="lineno">  653</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;BUTTONS_OK_CANCEL&quot;</span>, (<span class="keywordtype">long</span>)GTK_BUTTONS_OK_CANCEL);</div><div class="line"><a name="l00654"></a><span class="lineno">  654</span>&#160;</div><div class="line"><a name="l00655"></a><span class="lineno">  655</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;MESSAGE_INFO&quot;</span>, (<span class="keywordtype">long</span>)GTK_MESSAGE_INFO);</div><div class="line"><a name="l00656"></a><span class="lineno">  656</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;MESSAGE_WARNING&quot;</span>, (<span class="keywordtype">long</span>)GTK_MESSAGE_WARNING);</div><div class="line"><a name="l00657"></a><span class="lineno">  657</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;MESSAGE_QUESTION&quot;</span>, (<span class="keywordtype">long</span>)GTK_MESSAGE_QUESTION);</div><div class="line"><a name="l00658"></a><span class="lineno">  658</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;MESSAGE_ERROR&quot;</span>, (<span class="keywordtype">long</span>)GTK_MESSAGE_ERROR);</div><div class="line"><a name="l00659"></a><span class="lineno">  659</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;MESSAGE_OTHER&quot;</span>, (<span class="keywordtype">long</span>)GTK_MESSAGE_OTHER);</div><div class="line"><a name="l00660"></a><span class="lineno">  660</span>&#160;</div><div class="line"><a name="l00661"></a><span class="lineno">  661</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_SERVER&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350a579ed0f0f6624dd55a25665693c92a92">REMMINA_PROTOCOL_SETTING_TYPE_SERVER</a>);</div><div class="line"><a name="l00662"></a><span class="lineno">  662</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_PASSWORD&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350ae76d06b6e313971e5f420dd6e7f4c5aa">REMMINA_PROTOCOL_SETTING_TYPE_PASSWORD</a>);</div><div class="line"><a name="l00663"></a><span class="lineno">  663</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_RESOLUTION&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350aa045109309280606ff11a9de1862e2ba">REMMINA_PROTOCOL_SETTING_TYPE_RESOLUTION</a>);</div><div class="line"><a name="l00664"></a><span class="lineno">  664</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_ASSISTANCE&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350a16a83c00dba8d929cce531d5a0181a2d">REMMINA_PROTOCOL_SETTING_TYPE_ASSISTANCE</a>);</div><div class="line"><a name="l00665"></a><span class="lineno">  665</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_KEYMAP&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350ad9418344a7f597351e3cc5639be78425">REMMINA_PROTOCOL_SETTING_TYPE_KEYMAP</a>);</div><div class="line"><a name="l00666"></a><span class="lineno">  666</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_TEXT&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350a8be3f210c609fde31f68e607c41de296">REMMINA_PROTOCOL_SETTING_TYPE_TEXT</a>);</div><div class="line"><a name="l00667"></a><span class="lineno">  667</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_SELECT&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350a04da01eead7904a55d1c813950609b2d">REMMINA_PROTOCOL_SETTING_TYPE_SELECT</a>);</div><div class="line"><a name="l00668"></a><span class="lineno">  668</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_COMBO&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350ae2237632b23d3c90a842bc5bc8302ec5">REMMINA_PROTOCOL_SETTING_TYPE_COMBO</a>);</div><div class="line"><a name="l00669"></a><span class="lineno">  669</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_CHECK&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350a52a80f3f9b84e9e0d0bf3335cfd7527f">REMMINA_PROTOCOL_SETTING_TYPE_CHECK</a>);</div><div class="line"><a name="l00670"></a><span class="lineno">  670</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_FILE&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350a31ee66fffaa245ae411aba0c296ad9da">REMMINA_PROTOCOL_SETTING_TYPE_FILE</a>);</div><div class="line"><a name="l00671"></a><span class="lineno">  671</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SETTING_TYPE_FOLDER&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#aee1a3e130e6991978acd907b52204350a68b440d346168aadb6fd728ea394607f">REMMINA_PROTOCOL_SETTING_TYPE_FOLDER</a>);</div><div class="line"><a name="l00672"></a><span class="lineno">  672</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_FEATURE_TYPE_MULTIMON&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5af727b997d174217f949eb7364704f501">REMMINA_PROTOCOL_FEATURE_TYPE_MULTIMON</a>);</div><div class="line"><a name="l00673"></a><span class="lineno">  673</span>&#160;</div><div class="line"><a name="l00674"></a><span class="lineno">  674</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_FEATURE_TYPE_PREF&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a26774624e955f451f7e4270c36622527">REMMINA_PROTOCOL_FEATURE_TYPE_PREF</a>);</div><div class="line"><a name="l00675"></a><span class="lineno">  675</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_FEATURE_TYPE_TOOL&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a645d9a32b55325b3672e265a64d0a507">REMMINA_PROTOCOL_FEATURE_TYPE_TOOL</a>);</div><div class="line"><a name="l00676"></a><span class="lineno">  676</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_FEATURE_TYPE_UNFOCUS&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a0658dd6adcfaf5cb52d6d99c97c352d1">REMMINA_PROTOCOL_FEATURE_TYPE_UNFOCUS</a>);</div><div class="line"><a name="l00677"></a><span class="lineno">  677</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_FEATURE_TYPE_SCALE&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5affe302f5d3151bfe99607edf308c3c9f">REMMINA_PROTOCOL_FEATURE_TYPE_SCALE</a>);</div><div class="line"><a name="l00678"></a><span class="lineno">  678</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_FEATURE_TYPE_DYNRESUPDATE&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a23e854b5f2eb0c8d3efa54cac0acb6cf">REMMINA_PROTOCOL_FEATURE_TYPE_DYNRESUPDATE</a>);</div><div class="line"><a name="l00679"></a><span class="lineno">  679</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_FEATURE_TYPE_GTKSOCKET&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a4a9b04df122e3a20c3ae51d90280fea7">REMMINA_PROTOCOL_FEATURE_TYPE_GTKSOCKET</a>);</div><div class="line"><a name="l00680"></a><span class="lineno">  680</span>&#160;</div><div class="line"><a name="l00681"></a><span class="lineno">  681</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SSH_SETTING_NONE&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7a8f910597287a73453a5f09ca0037d093">REMMINA_PROTOCOL_SSH_SETTING_NONE</a>);</div><div class="line"><a name="l00682"></a><span class="lineno">  682</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SSH_SETTING_TUNNEL&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7ab0449f571d03e46b99b301792a5d8e1a">REMMINA_PROTOCOL_SSH_SETTING_TUNNEL</a>);</div><div class="line"><a name="l00683"></a><span class="lineno">  683</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SSH_SETTING_SSH&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7a113aff9a0339ebe347ddf738d8c1f371">REMMINA_PROTOCOL_SSH_SETTING_SSH</a>);</div><div class="line"><a name="l00684"></a><span class="lineno">  684</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SSH_SETTING_REVERSE_TUNNEL&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7a2f71ac2987eeec94430308f6f36840cd">REMMINA_PROTOCOL_SSH_SETTING_REVERSE_TUNNEL</a>);</div><div class="line"><a name="l00685"></a><span class="lineno">  685</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_SSH_SETTING_SFTP&quot;</span>, (<span class="keywordtype">long</span>)<a class="code" href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7aef0536e2d0186b8cb8d8ba7a4a1a51c3">REMMINA_PROTOCOL_SSH_SETTING_SFTP</a>);</div><div class="line"><a name="l00686"></a><span class="lineno">  686</span>&#160;</div><div class="line"><a name="l00687"></a><span class="lineno">  687</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_FEATURE_PREF_RADIO&quot;</span>, (<span class="keywordtype">long</span>)REMMINA_PROTOCOL_FEATURE_PREF_RADIO);</div><div class="line"><a name="l00688"></a><span class="lineno">  688</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;PROTOCOL_FEATURE_PREF_CHECK&quot;</span>, (<span class="keywordtype">long</span>)REMMINA_PROTOCOL_FEATURE_PREF_CHECK);</div><div class="line"><a name="l00689"></a><span class="lineno">  689</span>&#160;</div><div class="line"><a name="l00690"></a><span class="lineno">  690</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;MESSAGE_PANEL_FLAG_USERNAME&quot;</span>, <a class="code" href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a10be0730fc3ea326856019ae139a922a">REMMINA_MESSAGE_PANEL_FLAG_USERNAME</a>);</div><div class="line"><a name="l00691"></a><span class="lineno">  691</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;MESSAGE_PANEL_FLAG_USERNAME_READONLY&quot;</span>, <a class="code" href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a1f63bf86b8f6da71137cf0a28ebf024a">REMMINA_MESSAGE_PANEL_FLAG_USERNAME_READONLY</a>);</div><div class="line"><a name="l00692"></a><span class="lineno">  692</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;MESSAGE_PANEL_FLAG_DOMAIN&quot;</span>, <a class="code" href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a46ac68f2dea71082d090ae63c5c4505c">REMMINA_MESSAGE_PANEL_FLAG_DOMAIN</a>);</div><div class="line"><a name="l00693"></a><span class="lineno">  693</span>&#160;    PyModule_AddIntConstant(module, <span class="stringliteral">&quot;MESSAGE_PANEL_FLAG_SAVEPASSWORD&quot;</span>, <a class="code" href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a9b734c324722cf2982768feaeeb15c7c">REMMINA_MESSAGE_PANEL_FLAG_SAVEPASSWORD</a>);</div><div class="line"><a name="l00694"></a><span class="lineno">  694</span>&#160;</div><div class="line"><a name="l00695"></a><span class="lineno">  695</span>&#160;    <span class="keywordflow">if</span> (PyModule_AddObject(module, <span class="stringliteral">&quot;Setting&quot;</span>, (PyObject*)&amp;<a class="code" href="python__wrapper__remmina_8c.html#a6ddedbe95ca1150b29058acfdb188824">python_protocol_setting_type</a>) &lt; 0)</div><div class="line"><a name="l00696"></a><span class="lineno">  696</span>&#160;    {</div><div class="line"><a name="l00697"></a><span class="lineno">  697</span>&#160;        Py_DECREF(&amp;python_protocol_setting_type);</div><div class="line"><a name="l00698"></a><span class="lineno">  698</span>&#160;        Py_DECREF(module);</div><div class="line"><a name="l00699"></a><span class="lineno">  699</span>&#160;        PyErr_Print();</div><div class="line"><a name="l00700"></a><span class="lineno">  700</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00701"></a><span class="lineno">  701</span>&#160;    }</div><div class="line"><a name="l00702"></a><span class="lineno">  702</span>&#160;</div><div class="line"><a name="l00703"></a><span class="lineno">  703</span>&#160;    Py_INCREF(&amp;<a class="code" href="python__wrapper__remmina_8c.html#af4a328d20d3b422cf15214277cb7a643">python_protocol_feature_type</a>);</div><div class="line"><a name="l00704"></a><span class="lineno">  704</span>&#160;    <span class="keywordflow">if</span> (PyModule_AddObject(module, <span class="stringliteral">&quot;Feature&quot;</span>, (PyObject*)&amp;<a class="code" href="python__wrapper__remmina_8c.html#af4a328d20d3b422cf15214277cb7a643">python_protocol_feature_type</a>) &lt; 0)</div><div class="line"><a name="l00705"></a><span class="lineno">  705</span>&#160;    {</div><div class="line"><a name="l00706"></a><span class="lineno">  706</span>&#160;        Py_DECREF(&amp;python_protocol_setting_type);</div><div class="line"><a name="l00707"></a><span class="lineno">  707</span>&#160;        Py_DECREF(&amp;python_protocol_feature_type);</div><div class="line"><a name="l00708"></a><span class="lineno">  708</span>&#160;        Py_DECREF(module);</div><div class="line"><a name="l00709"></a><span class="lineno">  709</span>&#160;        PyErr_Print();</div><div class="line"><a name="l00710"></a><span class="lineno">  710</span>&#160;        <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00711"></a><span class="lineno">  711</span>&#160;    }</div><div class="line"><a name="l00712"></a><span class="lineno">  712</span>&#160;</div><div class="line"><a name="l00713"></a><span class="lineno">  713</span>&#160;    <span class="keywordflow">return</span> module;</div><div class="line"><a name="l00714"></a><span class="lineno">  714</span>&#160;}</div><div class="line"><a name="l00715"></a><span class="lineno">  715</span>&#160;</div><div class="line"><a name="l00720"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8h.html#a3c64ffe58241dbb27605dee459e84b66">  720</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="python__wrapper__remmina_8c.html#a53b98f2a3ae805f5b1cbe72f0f2af62a">python_wrapper_module_init</a>(<span class="keywordtype">void</span>)</div><div class="line"><a name="l00721"></a><span class="lineno">  721</span>&#160;{</div><div class="line"><a name="l00722"></a><span class="lineno">  722</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00723"></a><span class="lineno">  723</span>&#160;</div><div class="line"><a name="l00724"></a><span class="lineno">  724</span>&#160;    <span class="keywordflow">if</span> (PyImport_AppendInittab(<span class="stringliteral">&quot;remmina&quot;</span>, <a class="code" href="python__wrapper__remmina_8c.html#aea60d526d3356a866fef223b2e9bc0a5">python_wrapper_module_initialize</a>))</div><div class="line"><a name="l00725"></a><span class="lineno">  725</span>&#160;    {</div><div class="line"><a name="l00726"></a><span class="lineno">  726</span>&#160;        PyErr_Print();</div><div class="line"><a name="l00727"></a><span class="lineno">  727</span>&#160;        exit(1);</div><div class="line"><a name="l00728"></a><span class="lineno">  728</span>&#160;    }</div><div class="line"><a name="l00729"></a><span class="lineno">  729</span>&#160;</div><div class="line"><a name="l00730"></a><span class="lineno">  730</span>&#160;    <a class="code" href="python__wrapper__entry_8c.html#a6ae71beff603a0d842479bc98bc26d50">python_wrapper_entry_init</a>();</div><div class="line"><a name="l00731"></a><span class="lineno">  731</span>&#160;    <a class="code" href="python__wrapper__protocol_8c.html#ab223d3563d16258e33e8dfae0ee41e5d">python_wrapper_protocol_init</a>();</div><div class="line"><a name="l00732"></a><span class="lineno">  732</span>&#160;    <a class="code" href="python__wrapper__tool_8c.html#ac1e8af0e4f21e009c4052483a09fa606">python_wrapper_tool_init</a>();</div><div class="line"><a name="l00733"></a><span class="lineno">  733</span>&#160;    <a class="code" href="python__wrapper__pref_8c.html#a1eea0842a9ec8ca72850f3b9def42b64">python_wrapper_pref_init</a>();</div><div class="line"><a name="l00734"></a><span class="lineno">  734</span>&#160;    <a class="code" href="python__wrapper__secret_8c.html#a5fb260ce16d8eea90b85d876c6b7b736">python_wrapper_secret_init</a>();</div><div class="line"><a name="l00735"></a><span class="lineno">  735</span>&#160;    <a class="code" href="python__wrapper__file_8c.html#af7da0109a9ce79e9b70d1a5947ef00b1">python_wrapper_file_init</a>();</div><div class="line"><a name="l00736"></a><span class="lineno">  736</span>&#160;}</div><div class="line"><a name="l00737"></a><span class="lineno">  737</span>&#160;</div><div class="line"><a name="l00738"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a33414e624f0348f8577cf295dce2bace">  738</a></span>&#160;gboolean <a class="code" href="python__wrapper__remmina_8c.html#a33414e624f0348f8577cf295dce2bace">python_wrapper_check_mandatory_member</a>(PyObject* instance, <span class="keyword">const</span> gchar* member)</div><div class="line"><a name="l00739"></a><span class="lineno">  739</span>&#160;{</div><div class="line"><a name="l00740"></a><span class="lineno">  740</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00741"></a><span class="lineno">  741</span>&#160;</div><div class="line"><a name="l00742"></a><span class="lineno">  742</span>&#160;    <span class="keywordflow">if</span> (PyObject_HasAttrString(instance, member))</div><div class="line"><a name="l00743"></a><span class="lineno">  743</span>&#160;    {</div><div class="line"><a name="l00744"></a><span class="lineno">  744</span>&#160;        <span class="keywordflow">return</span> TRUE;</div><div class="line"><a name="l00745"></a><span class="lineno">  745</span>&#160;    }</div><div class="line"><a name="l00746"></a><span class="lineno">  746</span>&#160;</div><div class="line"><a name="l00747"></a><span class="lineno">  747</span>&#160;    g_printerr(<span class="stringliteral">&quot;Missing mandatory member &#39;%s&#39; in Python plugin instance!\n&quot;</span>, member);</div><div class="line"><a name="l00748"></a><span class="lineno">  748</span>&#160;    <span class="keywordflow">return</span> FALSE;</div><div class="line"><a name="l00749"></a><span class="lineno">  749</span>&#160;}</div><div class="line"><a name="l00750"></a><span class="lineno">  750</span>&#160;</div><div class="line"><a name="l00751"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aeab116a7d57ed18c3abb8c46408d9549">  751</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aeab116a7d57ed18c3abb8c46408d9549">remmina_register_plugin_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin_instance)</div><div class="line"><a name="l00752"></a><span class="lineno">  752</span>&#160;{</div><div class="line"><a name="l00753"></a><span class="lineno">  753</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00754"></a><span class="lineno">  754</span>&#160;</div><div class="line"><a name="l00755"></a><span class="lineno">  755</span>&#160;    <span class="keywordflow">if</span> (plugin_instance)</div><div class="line"><a name="l00756"></a><span class="lineno">  756</span>&#160;    {</div><div class="line"><a name="l00757"></a><span class="lineno">  757</span>&#160;        <span class="keywordflow">if</span> (!<a class="code" href="python__wrapper__remmina_8c.html#a33414e624f0348f8577cf295dce2bace">python_wrapper_check_mandatory_member</a>(plugin_instance, <span class="stringliteral">&quot;name&quot;</span>)</div><div class="line"><a name="l00758"></a><span class="lineno">  758</span>&#160;            || !<a class="code" href="python__wrapper__remmina_8c.html#a33414e624f0348f8577cf295dce2bace">python_wrapper_check_mandatory_member</a>(plugin_instance, <span class="stringliteral">&quot;version&quot;</span>))</div><div class="line"><a name="l00759"></a><span class="lineno">  759</span>&#160;        {</div><div class="line"><a name="l00760"></a><span class="lineno">  760</span>&#160;            <span class="keywordflow">return</span> NULL;</div><div class="line"><a name="l00761"></a><span class="lineno">  761</span>&#160;        }</div><div class="line"><a name="l00762"></a><span class="lineno">  762</span>&#160;</div><div class="line"><a name="l00763"></a><span class="lineno">  763</span>&#160;        <span class="comment">/* Protocol plugin definition and features */</span></div><div class="line"><a name="l00764"></a><span class="lineno">  764</span>&#160;        <span class="keyword">const</span> gchar* pluginType = PyUnicode_AsUTF8(PyObject_GetAttrString(plugin_instance, <span class="stringliteral">&quot;type&quot;</span>));</div><div class="line"><a name="l00765"></a><span class="lineno">  765</span>&#160;</div><div class="line"><a name="l00766"></a><span class="lineno">  766</span>&#160;        <a class="code" href="struct___remmina_plugin.html">RemminaPlugin</a>* <a class="code" href="exec__plugin_8c.html#a3b53d8bbfcf5bdf5564c8804d211cf99">remmina_plugin</a> = NULL;</div><div class="line"><a name="l00767"></a><span class="lineno">  767</span>&#160;</div><div class="line"><a name="l00768"></a><span class="lineno">  768</span>&#160;        <a class="code" href="struct_py_plugin.html">PyPlugin</a>* plugin = (<a class="code" href="struct_py_plugin.html">PyPlugin</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_py_plugin.html">PyPlugin</a>));</div><div class="line"><a name="l00769"></a><span class="lineno">  769</span>&#160;        plugin-&gt;<a class="code" href="struct_py_plugin.html#a3b78180c53db5f3547a8c276a815375a">instance</a> = plugin_instance;</div><div class="line"><a name="l00770"></a><span class="lineno">  770</span>&#160;        Py_INCREF(plugin_instance);</div><div class="line"><a name="l00771"></a><span class="lineno">  771</span>&#160;        plugin-&gt;<a class="code" href="struct_py_plugin.html#a00183896cad1d1b31b3c5cb724db001f">protocol_plugin</a> = NULL;</div><div class="line"><a name="l00772"></a><span class="lineno">  772</span>&#160;        plugin-&gt;<a class="code" href="struct_py_plugin.html#a1550876f14c98c48981015b8399a095b">entry_plugin</a> = NULL;</div><div class="line"><a name="l00773"></a><span class="lineno">  773</span>&#160;        plugin-&gt;<a class="code" href="struct_py_plugin.html#a50c373b557faddaf959746d7086cbd4f">file_plugin</a> = NULL;</div><div class="line"><a name="l00774"></a><span class="lineno">  774</span>&#160;        plugin-&gt;<a class="code" href="struct_py_plugin.html#a0ad50bbd41dc27f511d6734b256a37ac">pref_plugin</a> = NULL;</div><div class="line"><a name="l00775"></a><span class="lineno">  775</span>&#160;        plugin-&gt;<a class="code" href="struct_py_plugin.html#afb78d1611099092a7412a2d1818cca40">secret_plugin</a> = NULL;</div><div class="line"><a name="l00776"></a><span class="lineno">  776</span>&#160;        plugin-&gt;<a class="code" href="struct_py_plugin.html#aeba82110f6ea8b55fcbebe80f5134c82">tool_plugin</a> = NULL;</div><div class="line"><a name="l00777"></a><span class="lineno">  777</span>&#160;        g_print(<span class="stringliteral">&quot;New Python plugin registered: %ld\n&quot;</span>, PyObject_Hash(plugin_instance));</div><div class="line"><a name="l00778"></a><span class="lineno">  778</span>&#160;</div><div class="line"><a name="l00779"></a><span class="lineno">  779</span>&#160;        <span class="keywordflow">if</span> (g_str_equal(pluginType, <span class="stringliteral">&quot;protocol&quot;</span>))</div><div class="line"><a name="l00780"></a><span class="lineno">  780</span>&#160;        {</div><div class="line"><a name="l00781"></a><span class="lineno">  781</span>&#160;            remmina_plugin = <a class="code" href="python__wrapper__protocol_8c.html#aaa90f5541895f5c3dedaa16c15d80de7">python_wrapper_create_protocol_plugin</a>(plugin);</div><div class="line"><a name="l00782"></a><span class="lineno">  782</span>&#160;        }</div><div class="line"><a name="l00783"></a><span class="lineno">  783</span>&#160;        <span class="keywordflow">else</span> <span class="keywordflow">if</span> (g_str_equal(pluginType, <span class="stringliteral">&quot;entry&quot;</span>))</div><div class="line"><a name="l00784"></a><span class="lineno">  784</span>&#160;        {</div><div class="line"><a name="l00785"></a><span class="lineno">  785</span>&#160;            remmina_plugin = <a class="code" href="python__wrapper__entry_8c.html#ab2e36d6cbec3654566c07c78af3824f9">python_wrapper_create_entry_plugin</a>(plugin);</div><div class="line"><a name="l00786"></a><span class="lineno">  786</span>&#160;        }</div><div class="line"><a name="l00787"></a><span class="lineno">  787</span>&#160;        <span class="keywordflow">else</span> <span class="keywordflow">if</span> (g_str_equal(pluginType, <span class="stringliteral">&quot;file&quot;</span>))</div><div class="line"><a name="l00788"></a><span class="lineno">  788</span>&#160;        {</div><div class="line"><a name="l00789"></a><span class="lineno">  789</span>&#160;            remmina_plugin = <a class="code" href="python__wrapper__file_8c.html#aefe9849fe9ac63ba035f6de1f77e1edd">python_wrapper_create_file_plugin</a>(plugin);</div><div class="line"><a name="l00790"></a><span class="lineno">  790</span>&#160;        }</div><div class="line"><a name="l00791"></a><span class="lineno">  791</span>&#160;        <span class="keywordflow">else</span> <span class="keywordflow">if</span> (g_str_equal(pluginType, <span class="stringliteral">&quot;tool&quot;</span>))</div><div class="line"><a name="l00792"></a><span class="lineno">  792</span>&#160;        {</div><div class="line"><a name="l00793"></a><span class="lineno">  793</span>&#160;            remmina_plugin = <a class="code" href="python__wrapper__tool_8c.html#a57245dde610861d678d3a63a57536994">python_wrapper_create_tool_plugin</a>(plugin);</div><div class="line"><a name="l00794"></a><span class="lineno">  794</span>&#160;        }</div><div class="line"><a name="l00795"></a><span class="lineno">  795</span>&#160;        <span class="keywordflow">else</span> <span class="keywordflow">if</span> (g_str_equal(pluginType, <span class="stringliteral">&quot;pref&quot;</span>))</div><div class="line"><a name="l00796"></a><span class="lineno">  796</span>&#160;        {</div><div class="line"><a name="l00797"></a><span class="lineno">  797</span>&#160;            remmina_plugin = <a class="code" href="python__wrapper__pref_8c.html#aa80e988cea8ddb51588c979eeb359dae">python_wrapper_create_pref_plugin</a>(plugin);</div><div class="line"><a name="l00798"></a><span class="lineno">  798</span>&#160;        }</div><div class="line"><a name="l00799"></a><span class="lineno">  799</span>&#160;        <span class="keywordflow">else</span> <span class="keywordflow">if</span> (g_str_equal(pluginType, <span class="stringliteral">&quot;secret&quot;</span>))</div><div class="line"><a name="l00800"></a><span class="lineno">  800</span>&#160;        {</div><div class="line"><a name="l00801"></a><span class="lineno">  801</span>&#160;            remmina_plugin = <a class="code" href="python__wrapper__secret_8c.html#af51bb70fa82d6904a51f73c4bb162e91">python_wrapper_create_secret_plugin</a>(plugin);</div><div class="line"><a name="l00802"></a><span class="lineno">  802</span>&#160;        }</div><div class="line"><a name="l00803"></a><span class="lineno">  803</span>&#160;        <span class="keywordflow">else</span></div><div class="line"><a name="l00804"></a><span class="lineno">  804</span>&#160;        {</div><div class="line"><a name="l00805"></a><span class="lineno">  805</span>&#160;            g_printerr(<span class="stringliteral">&quot;Unknown plugin type: %s\n&quot;</span>, pluginType);</div><div class="line"><a name="l00806"></a><span class="lineno">  806</span>&#160;        }</div><div class="line"><a name="l00807"></a><span class="lineno">  807</span>&#160;</div><div class="line"><a name="l00808"></a><span class="lineno">  808</span>&#160;        <span class="keywordflow">if</span> (remmina_plugin)</div><div class="line"><a name="l00809"></a><span class="lineno">  809</span>&#160;        {</div><div class="line"><a name="l00810"></a><span class="lineno">  810</span>&#160;            <span class="keywordflow">if</span> (remmina_plugin-&gt;<a class="code" href="struct___remmina_plugin.html#ac7f294cb3a5e989e95f619780ede87d3">type</a> == <a class="code" href="plugin_8h.html#aaf53c620d115a4642130227cff4a624aa45e094c248384c12cdafd9d088e4aa24">REMMINA_PLUGIN_TYPE_PROTOCOL</a>)</div><div class="line"><a name="l00811"></a><span class="lineno">  811</span>&#160;            {</div><div class="line"><a name="l00812"></a><span class="lineno">  812</span>&#160;                plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a> = <a class="code" href="python__wrapper__protocol__widget_8c.html#acbf591be371e01c5bf367018d298d801">python_wrapper_protocol_widget_create</a>();</div><div class="line"><a name="l00813"></a><span class="lineno">  813</span>&#160;            }</div><div class="line"><a name="l00814"></a><span class="lineno">  814</span>&#160;</div><div class="line"><a name="l00815"></a><span class="lineno">  815</span>&#160;            <span class="keywordflow">if</span> (<a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;register_plugin((<a class="code" href="struct___remmina_plugin.html">RemminaPlugin</a>*)remmina_plugin)) {</div><div class="line"><a name="l00816"></a><span class="lineno">  816</span>&#160;                g_print(<span class="stringliteral">&quot;%s: Successfully reigstered!\n&quot;</span>, remmina_plugin-&gt;<a class="code" href="struct___remmina_plugin.html#a3f09b29bb3b0c044780d56a8b1a51582">name</a>);</div><div class="line"><a name="l00817"></a><span class="lineno">  817</span>&#160;            } <span class="keywordflow">else</span> {</div><div class="line"><a name="l00818"></a><span class="lineno">  818</span>&#160;                g_print(<span class="stringliteral">&quot;%s: Failed to reigster!\n&quot;</span>, remmina_plugin-&gt;<a class="code" href="struct___remmina_plugin.html#a3f09b29bb3b0c044780d56a8b1a51582">name</a>);</div><div class="line"><a name="l00819"></a><span class="lineno">  819</span>&#160;            }</div><div class="line"><a name="l00820"></a><span class="lineno">  820</span>&#160;        }</div><div class="line"><a name="l00821"></a><span class="lineno">  821</span>&#160;    }</div><div class="line"><a name="l00822"></a><span class="lineno">  822</span>&#160;</div><div class="line"><a name="l00823"></a><span class="lineno">  823</span>&#160;    PyErr_Clear();</div><div class="line"><a name="l00824"></a><span class="lineno">  824</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00825"></a><span class="lineno">  825</span>&#160;}</div><div class="line"><a name="l00826"></a><span class="lineno">  826</span>&#160;</div><div class="line"><a name="l00827"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a002b34038d8b600d96327fd38bd59fde">  827</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a002b34038d8b600d96327fd38bd59fde">remmina_file_get_datadir_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin)</div><div class="line"><a name="l00828"></a><span class="lineno">  828</span>&#160;{</div><div class="line"><a name="l00829"></a><span class="lineno">  829</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00830"></a><span class="lineno">  830</span>&#160;</div><div class="line"><a name="l00831"></a><span class="lineno">  831</span>&#160;    PyObject* result = Py_None;</div><div class="line"><a name="l00832"></a><span class="lineno">  832</span>&#160;    <span class="keyword">const</span> gchar* datadir = <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#a2919b48fd95b772b590b430a03ecb98f">file_get_user_datadir</a>();</div><div class="line"><a name="l00833"></a><span class="lineno">  833</span>&#160;</div><div class="line"><a name="l00834"></a><span class="lineno">  834</span>&#160;    <span class="keywordflow">if</span> (datadir)</div><div class="line"><a name="l00835"></a><span class="lineno">  835</span>&#160;    {</div><div class="line"><a name="l00836"></a><span class="lineno">  836</span>&#160;        result = PyUnicode_FromFormat(<span class="stringliteral">&quot;%s&quot;</span>, datadir);</div><div class="line"><a name="l00837"></a><span class="lineno">  837</span>&#160;    }</div><div class="line"><a name="l00838"></a><span class="lineno">  838</span>&#160;</div><div class="line"><a name="l00839"></a><span class="lineno">  839</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00840"></a><span class="lineno">  840</span>&#160;    <span class="keywordflow">return</span> result;</div><div class="line"><a name="l00841"></a><span class="lineno">  841</span>&#160;}</div><div class="line"><a name="l00842"></a><span class="lineno">  842</span>&#160;</div><div class="line"><a name="l00843"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a1272ba4baffd8e425c7ae30fbb00602e">  843</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a1272ba4baffd8e425c7ae30fbb00602e">remmina_file_new_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l00844"></a><span class="lineno">  844</span>&#160;{</div><div class="line"><a name="l00845"></a><span class="lineno">  845</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00846"></a><span class="lineno">  846</span>&#160;</div><div class="line"><a name="l00847"></a><span class="lineno">  847</span>&#160;    <a class="code" href="types_8h.html#a112d7cc6c755209cabb68cf2a62ad515">RemminaFile</a>* file = <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#ad0c0e810cad311a80cb73746bc299895">file_new</a>();</div><div class="line"><a name="l00848"></a><span class="lineno">  848</span>&#160;    <span class="keywordflow">if</span> (file)</div><div class="line"><a name="l00849"></a><span class="lineno">  849</span>&#160;    {</div><div class="line"><a name="l00850"></a><span class="lineno">  850</span>&#160;        <span class="keywordflow">return</span> (PyObject*)<a class="code" href="python__wrapper__remmina__file_8c.html#ac08c793f825c990ec3045b20fb284f03">python_wrapper_remmina_file_to_python</a>(file);</div><div class="line"><a name="l00851"></a><span class="lineno">  851</span>&#160;    }</div><div class="line"><a name="l00852"></a><span class="lineno">  852</span>&#160;</div><div class="line"><a name="l00853"></a><span class="lineno">  853</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00854"></a><span class="lineno">  854</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00855"></a><span class="lineno">  855</span>&#160;}</div><div class="line"><a name="l00856"></a><span class="lineno">  856</span>&#160;</div><div class="line"><a name="l00857"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aacf9837276323e7dcd1e60fcca68b781">  857</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aacf9837276323e7dcd1e60fcca68b781">remmina_pref_set_value_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l00858"></a><span class="lineno">  858</span>&#160;{</div><div class="line"><a name="l00859"></a><span class="lineno">  859</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00860"></a><span class="lineno">  860</span>&#160;</div><div class="line"><a name="l00861"></a><span class="lineno">  861</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;key&quot;</span>, <span class="stringliteral">&quot;value&quot;</span>, NULL };</div><div class="line"><a name="l00862"></a><span class="lineno">  862</span>&#160;    gchar* key, * value;</div><div class="line"><a name="l00863"></a><span class="lineno">  863</span>&#160;</div><div class="line"><a name="l00864"></a><span class="lineno">  864</span>&#160;    <span class="keywordflow">if</span> (!PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;ss&quot;</span>, kwlist, &amp;key, &amp;value))</div><div class="line"><a name="l00865"></a><span class="lineno">  865</span>&#160;    {</div><div class="line"><a name="l00866"></a><span class="lineno">  866</span>&#160;        <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00867"></a><span class="lineno">  867</span>&#160;    }</div><div class="line"><a name="l00868"></a><span class="lineno">  868</span>&#160;</div><div class="line"><a name="l00869"></a><span class="lineno">  869</span>&#160;    <span class="keywordflow">if</span> (key)</div><div class="line"><a name="l00870"></a><span class="lineno">  870</span>&#160;    {</div><div class="line"><a name="l00871"></a><span class="lineno">  871</span>&#160;        <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#a387f974b25c4164811f661128e200c8c">pref_set_value</a>(key, value);</div><div class="line"><a name="l00872"></a><span class="lineno">  872</span>&#160;    }</div><div class="line"><a name="l00873"></a><span class="lineno">  873</span>&#160;</div><div class="line"><a name="l00874"></a><span class="lineno">  874</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00875"></a><span class="lineno">  875</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00876"></a><span class="lineno">  876</span>&#160;}</div><div class="line"><a name="l00877"></a><span class="lineno">  877</span>&#160;</div><div class="line"><a name="l00878"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a274f120396b0399dacab0565aa286ed6">  878</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a274f120396b0399dacab0565aa286ed6">remmina_pref_get_value_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l00879"></a><span class="lineno">  879</span>&#160;{</div><div class="line"><a name="l00880"></a><span class="lineno">  880</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00881"></a><span class="lineno">  881</span>&#160;</div><div class="line"><a name="l00882"></a><span class="lineno">  882</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;key&quot;</span>, NULL };</div><div class="line"><a name="l00883"></a><span class="lineno">  883</span>&#160;    gchar* key;</div><div class="line"><a name="l00884"></a><span class="lineno">  884</span>&#160;    PyObject* result = Py_None;</div><div class="line"><a name="l00885"></a><span class="lineno">  885</span>&#160;</div><div class="line"><a name="l00886"></a><span class="lineno">  886</span>&#160;    <span class="keywordflow">if</span> (!PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;s&quot;</span>, kwlist, &amp;key))</div><div class="line"><a name="l00887"></a><span class="lineno">  887</span>&#160;    {</div><div class="line"><a name="l00888"></a><span class="lineno">  888</span>&#160;        <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00889"></a><span class="lineno">  889</span>&#160;    }</div><div class="line"><a name="l00890"></a><span class="lineno">  890</span>&#160;</div><div class="line"><a name="l00891"></a><span class="lineno">  891</span>&#160;    <span class="keywordflow">if</span> (key)</div><div class="line"><a name="l00892"></a><span class="lineno">  892</span>&#160;    {</div><div class="line"><a name="l00893"></a><span class="lineno">  893</span>&#160;        <span class="keyword">const</span> gchar* value = <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#a860dc4e2fc1479ec1cbdcc53236df9e9">pref_get_value</a>(key);</div><div class="line"><a name="l00894"></a><span class="lineno">  894</span>&#160;        <span class="keywordflow">if</span> (value)</div><div class="line"><a name="l00895"></a><span class="lineno">  895</span>&#160;        {</div><div class="line"><a name="l00896"></a><span class="lineno">  896</span>&#160;            result = PyUnicode_FromFormat(<span class="stringliteral">&quot;%s&quot;</span>, value);</div><div class="line"><a name="l00897"></a><span class="lineno">  897</span>&#160;        }</div><div class="line"><a name="l00898"></a><span class="lineno">  898</span>&#160;    }</div><div class="line"><a name="l00899"></a><span class="lineno">  899</span>&#160;</div><div class="line"><a name="l00900"></a><span class="lineno">  900</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00901"></a><span class="lineno">  901</span>&#160;    <span class="keywordflow">return</span> result;</div><div class="line"><a name="l00902"></a><span class="lineno">  902</span>&#160;}</div><div class="line"><a name="l00903"></a><span class="lineno">  903</span>&#160;</div><div class="line"><a name="l00904"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#abf39b9982da287d8768a66e472965519">  904</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#abf39b9982da287d8768a66e472965519">remmina_pref_get_scale_quality_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin)</div><div class="line"><a name="l00905"></a><span class="lineno">  905</span>&#160;{</div><div class="line"><a name="l00906"></a><span class="lineno">  906</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00907"></a><span class="lineno">  907</span>&#160;</div><div class="line"><a name="l00908"></a><span class="lineno">  908</span>&#160;    PyObject* result = PyLong_FromLong(<a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;pref_get_scale_quality());</div><div class="line"><a name="l00909"></a><span class="lineno">  909</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00910"></a><span class="lineno">  910</span>&#160;    <span class="keywordflow">return</span> result;</div><div class="line"><a name="l00911"></a><span class="lineno">  911</span>&#160;}</div><div class="line"><a name="l00912"></a><span class="lineno">  912</span>&#160;</div><div class="line"><a name="l00913"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aa3f81ddb59721fc45ae6752a357d2490">  913</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aa3f81ddb59721fc45ae6752a357d2490">remmina_pref_get_sshtunnel_port_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin)</div><div class="line"><a name="l00914"></a><span class="lineno">  914</span>&#160;{</div><div class="line"><a name="l00915"></a><span class="lineno">  915</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00916"></a><span class="lineno">  916</span>&#160;</div><div class="line"><a name="l00917"></a><span class="lineno">  917</span>&#160;    PyObject* result = PyLong_FromLong(<a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;pref_get_sshtunnel_port());</div><div class="line"><a name="l00918"></a><span class="lineno">  918</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00919"></a><span class="lineno">  919</span>&#160;    <span class="keywordflow">return</span> result;</div><div class="line"><a name="l00920"></a><span class="lineno">  920</span>&#160;}</div><div class="line"><a name="l00921"></a><span class="lineno">  921</span>&#160;</div><div class="line"><a name="l00922"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#ad112bebbdfe15ce6a66b433bd1e7108b">  922</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#ad112bebbdfe15ce6a66b433bd1e7108b">remmina_pref_get_ssh_loglevel_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin)</div><div class="line"><a name="l00923"></a><span class="lineno">  923</span>&#160;{</div><div class="line"><a name="l00924"></a><span class="lineno">  924</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00925"></a><span class="lineno">  925</span>&#160;</div><div class="line"><a name="l00926"></a><span class="lineno">  926</span>&#160;    PyObject* result = PyLong_FromLong(<a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;pref_get_ssh_loglevel());</div><div class="line"><a name="l00927"></a><span class="lineno">  927</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00928"></a><span class="lineno">  928</span>&#160;    <span class="keywordflow">return</span> result;</div><div class="line"><a name="l00929"></a><span class="lineno">  929</span>&#160;}</div><div class="line"><a name="l00930"></a><span class="lineno">  930</span>&#160;</div><div class="line"><a name="l00931"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#abd69575c9a3a3b1f6a551e78d1d73ecb">  931</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#abd69575c9a3a3b1f6a551e78d1d73ecb">remmina_pref_get_ssh_parseconfig_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin)</div><div class="line"><a name="l00932"></a><span class="lineno">  932</span>&#160;{</div><div class="line"><a name="l00933"></a><span class="lineno">  933</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00934"></a><span class="lineno">  934</span>&#160;</div><div class="line"><a name="l00935"></a><span class="lineno">  935</span>&#160;    PyObject* result = PyLong_FromLong(<a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;pref_get_ssh_parseconfig());</div><div class="line"><a name="l00936"></a><span class="lineno">  936</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00937"></a><span class="lineno">  937</span>&#160;    <span class="keywordflow">return</span> result;</div><div class="line"><a name="l00938"></a><span class="lineno">  938</span>&#160;}</div><div class="line"><a name="l00939"></a><span class="lineno">  939</span>&#160;</div><div class="line"><a name="l00940"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a094b4cbf549e774fc03e988c8fb904e7">  940</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a094b4cbf549e774fc03e988c8fb904e7">remmina_pref_keymap_get_keyval_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l00941"></a><span class="lineno">  941</span>&#160;{</div><div class="line"><a name="l00942"></a><span class="lineno">  942</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00943"></a><span class="lineno">  943</span>&#160;</div><div class="line"><a name="l00944"></a><span class="lineno">  944</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;keymap&quot;</span>, <span class="stringliteral">&quot;keyval&quot;</span>, NULL };</div><div class="line"><a name="l00945"></a><span class="lineno">  945</span>&#160;    gchar* keymap;</div><div class="line"><a name="l00946"></a><span class="lineno">  946</span>&#160;    guint keyval;</div><div class="line"><a name="l00947"></a><span class="lineno">  947</span>&#160;    PyObject* result = Py_None;</div><div class="line"><a name="l00948"></a><span class="lineno">  948</span>&#160;</div><div class="line"><a name="l00949"></a><span class="lineno">  949</span>&#160;    <span class="keywordflow">if</span> (!PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;sl&quot;</span>, kwlist, &amp;keymap, &amp;keyval))</div><div class="line"><a name="l00950"></a><span class="lineno">  950</span>&#160;    {</div><div class="line"><a name="l00951"></a><span class="lineno">  951</span>&#160;        <span class="keywordflow">return</span> PyLong_FromLong(-1);</div><div class="line"><a name="l00952"></a><span class="lineno">  952</span>&#160;    }</div><div class="line"><a name="l00953"></a><span class="lineno">  953</span>&#160;</div><div class="line"><a name="l00954"></a><span class="lineno">  954</span>&#160;    <span class="keywordflow">if</span> (keymap)</div><div class="line"><a name="l00955"></a><span class="lineno">  955</span>&#160;    {</div><div class="line"><a name="l00956"></a><span class="lineno">  956</span>&#160;        <span class="keyword">const</span> guint value = <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#a0884b2124ba4ea3f747f00bbe91135d2">pref_keymap_get_keyval</a>(keymap, keyval);</div><div class="line"><a name="l00957"></a><span class="lineno">  957</span>&#160;        result = PyLong_FromUnsignedLong(value);</div><div class="line"><a name="l00958"></a><span class="lineno">  958</span>&#160;    }</div><div class="line"><a name="l00959"></a><span class="lineno">  959</span>&#160;</div><div class="line"><a name="l00960"></a><span class="lineno">  960</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a>();</div><div class="line"><a name="l00961"></a><span class="lineno">  961</span>&#160;    <span class="keywordflow">return</span> result;</div><div class="line"><a name="l00962"></a><span class="lineno">  962</span>&#160;}</div><div class="line"><a name="l00963"></a><span class="lineno">  963</span>&#160;</div><div class="line"><a name="l00964"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#ae9f29b23aa0a87076a2f2d15a0397f5c">  964</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#ae9f29b23aa0a87076a2f2d15a0397f5c">python_wrapper_log_print_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args)</div><div class="line"><a name="l00965"></a><span class="lineno">  965</span>&#160;{</div><div class="line"><a name="l00966"></a><span class="lineno">  966</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00967"></a><span class="lineno">  967</span>&#160;</div><div class="line"><a name="l00968"></a><span class="lineno">  968</span>&#160;    gchar* text;</div><div class="line"><a name="l00969"></a><span class="lineno">  969</span>&#160;    <span class="keywordflow">if</span> (!PyArg_ParseTuple(args, <span class="stringliteral">&quot;s&quot;</span>, &amp;text) || !text)</div><div class="line"><a name="l00970"></a><span class="lineno">  970</span>&#160;    {</div><div class="line"><a name="l00971"></a><span class="lineno">  971</span>&#160;        <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00972"></a><span class="lineno">  972</span>&#160;    }</div><div class="line"><a name="l00973"></a><span class="lineno">  973</span>&#160;</div><div class="line"><a name="l00974"></a><span class="lineno">  974</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#a2b8a0b0bec032f01906ab197678204de">log_print</a>(text);</div><div class="line"><a name="l00975"></a><span class="lineno">  975</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00976"></a><span class="lineno">  976</span>&#160;}</div><div class="line"><a name="l00977"></a><span class="lineno">  977</span>&#160;</div><div class="line"><a name="l00978"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a20df87db3768444838a5bc62383ba0e5">  978</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a20df87db3768444838a5bc62383ba0e5">python_wrapper_debug_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args)</div><div class="line"><a name="l00979"></a><span class="lineno">  979</span>&#160;{</div><div class="line"><a name="l00980"></a><span class="lineno">  980</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00981"></a><span class="lineno">  981</span>&#160;</div><div class="line"><a name="l00982"></a><span class="lineno">  982</span>&#160;    gchar* text;</div><div class="line"><a name="l00983"></a><span class="lineno">  983</span>&#160;    <span class="keywordflow">if</span> (!PyArg_ParseTuple(args, <span class="stringliteral">&quot;s&quot;</span>, &amp;text) || !text)</div><div class="line"><a name="l00984"></a><span class="lineno">  984</span>&#160;    {</div><div class="line"><a name="l00985"></a><span class="lineno">  985</span>&#160;        <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00986"></a><span class="lineno">  986</span>&#160;    }</div><div class="line"><a name="l00987"></a><span class="lineno">  987</span>&#160;</div><div class="line"><a name="l00988"></a><span class="lineno">  988</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#a588f2c328c535384a0adaac027c4df72">_remmina_debug</a>(<span class="stringliteral">&quot;python&quot;</span>, <span class="stringliteral">&quot;%s&quot;</span>, text);</div><div class="line"><a name="l00989"></a><span class="lineno">  989</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l00990"></a><span class="lineno">  990</span>&#160;}</div><div class="line"><a name="l00991"></a><span class="lineno">  991</span>&#160;</div><div class="line"><a name="l00992"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a923e3fd23d17372bec0ff951a46b7660">  992</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a923e3fd23d17372bec0ff951a46b7660">remmina_widget_pool_register_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l00993"></a><span class="lineno">  993</span>&#160;{</div><div class="line"><a name="l00994"></a><span class="lineno">  994</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l00995"></a><span class="lineno">  995</span>&#160;</div><div class="line"><a name="l00996"></a><span class="lineno">  996</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;widget&quot;</span>, NULL };</div><div class="line"><a name="l00997"></a><span class="lineno">  997</span>&#160;    PyObject* widget;</div><div class="line"><a name="l00998"></a><span class="lineno">  998</span>&#160;</div><div class="line"><a name="l00999"></a><span class="lineno">  999</span>&#160;    <span class="keywordflow">if</span> (PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;O&quot;</span>, kwlist, &amp;widget) &amp;&amp; widget)</div><div class="line"><a name="l01000"></a><span class="lineno"> 1000</span>&#160;    {</div><div class="line"><a name="l01001"></a><span class="lineno"> 1001</span>&#160;        <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#a1bbf968b63ccd08024ebb527e6d6c406">widget_pool_register</a>(<a class="code" href="python__wrapper__common_8c.html#acee67aa338f743ad9978c5de9e7c72aa">get_pywidget</a>(widget));</div><div class="line"><a name="l01002"></a><span class="lineno"> 1002</span>&#160;    }</div><div class="line"><a name="l01003"></a><span class="lineno"> 1003</span>&#160;</div><div class="line"><a name="l01004"></a><span class="lineno"> 1004</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01005"></a><span class="lineno"> 1005</span>&#160;}</div><div class="line"><a name="l01006"></a><span class="lineno"> 1006</span>&#160;</div><div class="line"><a name="l01007"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a841da3c5b4b3b75ab959f58603f0e135"> 1007</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a841da3c5b4b3b75ab959f58603f0e135">rcw_open_from_file_full_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l01008"></a><span class="lineno"> 1008</span>&#160;{</div><div class="line"><a name="l01009"></a><span class="lineno"> 1009</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01010"></a><span class="lineno"> 1010</span>&#160;</div><div class="line"><a name="l01011"></a><span class="lineno"> 1011</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;remminafile&quot;</span>, <span class="stringliteral">&quot;data&quot;</span>, <span class="stringliteral">&quot;handler&quot;</span>, NULL };</div><div class="line"><a name="l01012"></a><span class="lineno"> 1012</span>&#160;    PyObject* pyremminafile;</div><div class="line"><a name="l01013"></a><span class="lineno"> 1013</span>&#160;    PyObject* data;</div><div class="line"><a name="l01014"></a><span class="lineno"> 1014</span>&#160;</div><div class="line"><a name="l01015"></a><span class="lineno"> 1015</span>&#160;    <span class="keywordflow">if</span> (PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;OOO&quot;</span>, kwlist, &amp;pyremminafile, &amp;data) &amp;&amp; pyremminafile &amp;&amp; data)</div><div class="line"><a name="l01016"></a><span class="lineno"> 1016</span>&#160;    {</div><div class="line"><a name="l01017"></a><span class="lineno"> 1017</span>&#160;        <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#abd51e82b9296d57abd324aecbf243137">rcw_open_from_file_full</a>((<a class="code" href="types_8h.html#a112d7cc6c755209cabb68cf2a62ad515">RemminaFile</a>*)pyremminafile, NULL, (<span class="keywordtype">void</span>*)data, NULL);</div><div class="line"><a name="l01018"></a><span class="lineno"> 1018</span>&#160;    }</div><div class="line"><a name="l01019"></a><span class="lineno"> 1019</span>&#160;</div><div class="line"><a name="l01020"></a><span class="lineno"> 1020</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01021"></a><span class="lineno"> 1021</span>&#160;}</div><div class="line"><a name="l01022"></a><span class="lineno"> 1022</span>&#160;</div><div class="line"><a name="l01023"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a7055f797416a2fd833c882c24e6e88a6"> 1023</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a7055f797416a2fd833c882c24e6e88a6">remmina_public_get_server_port_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l01024"></a><span class="lineno"> 1024</span>&#160;{</div><div class="line"><a name="l01025"></a><span class="lineno"> 1025</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01026"></a><span class="lineno"> 1026</span>&#160;</div><div class="line"><a name="l01027"></a><span class="lineno"> 1027</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;server&quot;</span>, <span class="stringliteral">&quot;defaultport&quot;</span>, NULL };</div><div class="line"><a name="l01028"></a><span class="lineno"> 1028</span>&#160;    gchar* server;</div><div class="line"><a name="l01029"></a><span class="lineno"> 1029</span>&#160;    gint defaultport;</div><div class="line"><a name="l01030"></a><span class="lineno"> 1030</span>&#160;</div><div class="line"><a name="l01031"></a><span class="lineno"> 1031</span>&#160;    <span class="keywordflow">if</span> (PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;sl&quot;</span>, kwlist, &amp;server, &amp;defaultport) &amp;&amp; server)</div><div class="line"><a name="l01032"></a><span class="lineno"> 1032</span>&#160;    {</div><div class="line"><a name="l01033"></a><span class="lineno"> 1033</span>&#160;        gchar* host;</div><div class="line"><a name="l01034"></a><span class="lineno"> 1034</span>&#160;        gint port;</div><div class="line"><a name="l01035"></a><span class="lineno"> 1035</span>&#160;        <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#a6fdfd3063906f49157225f536537bb0f">get_server_port</a>(server, defaultport, &amp;host, &amp;port);</div><div class="line"><a name="l01036"></a><span class="lineno"> 1036</span>&#160;</div><div class="line"><a name="l01037"></a><span class="lineno"> 1037</span>&#160;        PyObject* result = PyList_New(2);</div><div class="line"><a name="l01038"></a><span class="lineno"> 1038</span>&#160;        PyList_SetItem(result, 0, PyUnicode_FromString(host));</div><div class="line"><a name="l01039"></a><span class="lineno"> 1039</span>&#160;        PyList_SetItem(result, 1, PyLong_FromLong(port));</div><div class="line"><a name="l01040"></a><span class="lineno"> 1040</span>&#160;</div><div class="line"><a name="l01041"></a><span class="lineno"> 1041</span>&#160;        <span class="keywordflow">return</span> PyList_AsTuple(result);</div><div class="line"><a name="l01042"></a><span class="lineno"> 1042</span>&#160;    }</div><div class="line"><a name="l01043"></a><span class="lineno"> 1043</span>&#160;</div><div class="line"><a name="l01044"></a><span class="lineno"> 1044</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01045"></a><span class="lineno"> 1045</span>&#160;}</div><div class="line"><a name="l01046"></a><span class="lineno"> 1046</span>&#160;</div><div class="line"><a name="l01047"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aad6c19845e75ab365c98585edfdda43f"> 1047</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aad6c19845e75ab365c98585edfdda43f">remmina_masterthread_exec_is_main_thread_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin)</div><div class="line"><a name="l01048"></a><span class="lineno"> 1048</span>&#160;{</div><div class="line"><a name="l01049"></a><span class="lineno"> 1049</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01050"></a><span class="lineno"> 1050</span>&#160;</div><div class="line"><a name="l01051"></a><span class="lineno"> 1051</span>&#160;    <span class="keywordflow">return</span> PyBool_FromLong(<a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;is_main_thread());</div><div class="line"><a name="l01052"></a><span class="lineno"> 1052</span>&#160;}</div><div class="line"><a name="l01053"></a><span class="lineno"> 1053</span>&#160;</div><div class="line"><a name="l01054"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a49e2591a6dab3d89be95bf7be2c5777d"> 1054</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a49e2591a6dab3d89be95bf7be2c5777d">remmina_gtksocket_available_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* plugin)</div><div class="line"><a name="l01055"></a><span class="lineno"> 1055</span>&#160;{</div><div class="line"><a name="l01056"></a><span class="lineno"> 1056</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01057"></a><span class="lineno"> 1057</span>&#160;</div><div class="line"><a name="l01058"></a><span class="lineno"> 1058</span>&#160;    <span class="keywordflow">return</span> PyBool_FromLong(<a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;gtksocket_available());</div><div class="line"><a name="l01059"></a><span class="lineno"> 1059</span>&#160;}</div><div class="line"><a name="l01060"></a><span class="lineno"> 1060</span>&#160;</div><div class="line"><a name="l01061"></a><span class="lineno"> 1061</span>&#160;<span class="keyword">static</span> PyObject*</div><div class="line"><a name="l01062"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#ad1f61fdcb71c0511a084ee18b5f0e6a8"> 1062</a></span>&#160;<a class="code" href="python__wrapper__remmina_8c.html#ad1f61fdcb71c0511a084ee18b5f0e6a8">remmina_protocol_widget_get_profile_remote_height_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l01063"></a><span class="lineno"> 1063</span>&#160;{</div><div class="line"><a name="l01064"></a><span class="lineno"> 1064</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01065"></a><span class="lineno"> 1065</span>&#160;</div><div class="line"><a name="l01066"></a><span class="lineno"> 1066</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;widget&quot;</span>, NULL };</div><div class="line"><a name="l01067"></a><span class="lineno"> 1067</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* plugin;</div><div class="line"><a name="l01068"></a><span class="lineno"> 1068</span>&#160;</div><div class="line"><a name="l01069"></a><span class="lineno"> 1069</span>&#160;    <span class="keywordflow">if</span> (PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;O&quot;</span>, kwlist, &amp;plugin) &amp;&amp; plugin &amp;&amp; plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>)</div><div class="line"><a name="l01070"></a><span class="lineno"> 1070</span>&#160;    {</div><div class="line"><a name="l01071"></a><span class="lineno"> 1071</span>&#160;        <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#a2b75137f9d7739c0d7881ee16e2aabfa">get_profile_remote_height</a>(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>);</div><div class="line"><a name="l01072"></a><span class="lineno"> 1072</span>&#160;    }</div><div class="line"><a name="l01073"></a><span class="lineno"> 1073</span>&#160;</div><div class="line"><a name="l01074"></a><span class="lineno"> 1074</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01075"></a><span class="lineno"> 1075</span>&#160;}</div><div class="line"><a name="l01076"></a><span class="lineno"> 1076</span>&#160;</div><div class="line"><a name="l01077"></a><span class="lineno"> 1077</span>&#160;<span class="keyword">static</span> PyObject*</div><div class="line"><a name="l01078"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a5183cb11a04689752672de10bf5d0c69"> 1078</a></span>&#160;<a class="code" href="python__wrapper__remmina_8c.html#a5183cb11a04689752672de10bf5d0c69">remmina_protocol_widget_get_profile_remote_width_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l01079"></a><span class="lineno"> 1079</span>&#160;{</div><div class="line"><a name="l01080"></a><span class="lineno"> 1080</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01081"></a><span class="lineno"> 1081</span>&#160;</div><div class="line"><a name="l01082"></a><span class="lineno"> 1082</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;widget&quot;</span>, NULL };</div><div class="line"><a name="l01083"></a><span class="lineno"> 1083</span>&#160;    <a class="code" href="struct_py_plugin.html">PyPlugin</a>* plugin;</div><div class="line"><a name="l01084"></a><span class="lineno"> 1084</span>&#160;</div><div class="line"><a name="l01085"></a><span class="lineno"> 1085</span>&#160;    <span class="keywordflow">if</span> (PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;O&quot;</span>, kwlist, &amp;plugin) &amp;&amp; plugin &amp;&amp; plugin-&gt;<a class="code" href="struct_py_plugin.html#a1c03e220a1192e29221b3a8e11ff91f4">gp</a>)</div><div class="line"><a name="l01086"></a><span class="lineno"> 1086</span>&#160;    {</div><div class="line"><a name="l01087"></a><span class="lineno"> 1087</span>&#160;        <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#afe3c32a421cd5dcc735b99318ff8844a">get_profile_remote_width</a>(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>);</div><div class="line"><a name="l01088"></a><span class="lineno"> 1088</span>&#160;    }</div><div class="line"><a name="l01089"></a><span class="lineno"> 1089</span>&#160;</div><div class="line"><a name="l01090"></a><span class="lineno"> 1090</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01091"></a><span class="lineno"> 1091</span>&#160;}</div><div class="line"><a name="l01092"></a><span class="lineno"> 1092</span>&#160;</div><div class="line"><a name="l01093"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8h.html#a0029840116ce2b2c4d7870d202ce6459"> 1093</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="python__wrapper__remmina_8c.html#a0029840116ce2b2c4d7870d202ce6459">python_wrapper_to_protocol_setting</a>(<a class="code" href="struct___remmina_protocol_setting.html">RemminaProtocolSetting</a>* dest, PyObject* setting)</div><div class="line"><a name="l01094"></a><span class="lineno"> 1094</span>&#160;{</div><div class="line"><a name="l01095"></a><span class="lineno"> 1095</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01096"></a><span class="lineno"> 1096</span>&#160;</div><div class="line"><a name="l01097"></a><span class="lineno"> 1097</span>&#160;    <a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>* src = (<a class="code" href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a>*)setting;</div><div class="line"><a name="l01098"></a><span class="lineno"> 1098</span>&#160;    Py_INCREF(setting);</div><div class="line"><a name="l01099"></a><span class="lineno"> 1099</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_setting.html#ac4cd339607204c5f478727e2a0c04857">name</a> = src-&gt;<a class="code" href="struct_py_remmina_protocol_setting.html#ad65959226c313319c2e3bdfcee472b2b">name</a>;</div><div class="line"><a name="l01100"></a><span class="lineno"> 1100</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_setting.html#a7a5b063deb126422c461203c074a3dc4">label</a> = src-&gt;<a class="code" href="struct_py_remmina_protocol_setting.html#a640447ed12db0bee967d350562eea55e">label</a>;</div><div class="line"><a name="l01101"></a><span class="lineno"> 1101</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_setting.html#ab434990a6fe70b7e8a4a8b11129527a6">compact</a> = src-&gt;<a class="code" href="struct_py_remmina_protocol_setting.html#a83f20deb4731925e29fff2a8a16535d6">compact</a>;</div><div class="line"><a name="l01102"></a><span class="lineno"> 1102</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_setting.html#a6274d44b592a54162ff583135e55ffc9">type</a> = src-&gt;<a class="code" href="struct_py_remmina_protocol_setting.html#aab4ec78686dfde9ba9a234e218debe16">settingType</a>;</div><div class="line"><a name="l01103"></a><span class="lineno"> 1103</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_setting.html#a94df87db138d4e44e81b3e6c99148ed3">validator</a> = NULL;</div><div class="line"><a name="l01104"></a><span class="lineno"> 1104</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_setting.html#a6086b43049072a3a3245c4a45f43dbc5">validator_data</a> = NULL;</div><div class="line"><a name="l01105"></a><span class="lineno"> 1105</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a8ddc98141bc274ae10992842aee3a168">python_wrapper_to_generic</a>(src-&gt;<a class="code" href="struct_py_remmina_protocol_setting.html#a79347dc9c1e71a2594b4df5e3576ad3a">opt1</a>, &amp;dest-&gt;<a class="code" href="struct___remmina_protocol_setting.html#ae1cc5b9d910f68aa5909e3cf483c1d1d">opt1</a>);</div><div class="line"><a name="l01106"></a><span class="lineno"> 1106</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a8ddc98141bc274ae10992842aee3a168">python_wrapper_to_generic</a>(src-&gt;<a class="code" href="struct_py_remmina_protocol_setting.html#a9816a20dd4999bfd2f3be57cae6c1888">opt2</a>, &amp;dest-&gt;<a class="code" href="struct___remmina_protocol_setting.html#a55a12c6ed9ab21954208e0e83165f770">opt2</a>);</div><div class="line"><a name="l01107"></a><span class="lineno"> 1107</span>&#160;}</div><div class="line"><a name="l01108"></a><span class="lineno"> 1108</span>&#160;</div><div class="line"><a name="l01109"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8h.html#ad9cee26b804b78c89cd56e59d71b6250"> 1109</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="python__wrapper__remmina_8c.html#ad9cee26b804b78c89cd56e59d71b6250">python_wrapper_to_protocol_feature</a>(<a class="code" href="struct___remmina_protocol_feature.html">RemminaProtocolFeature</a>* dest, PyObject* feature)</div><div class="line"><a name="l01110"></a><span class="lineno"> 1110</span>&#160;{</div><div class="line"><a name="l01111"></a><span class="lineno"> 1111</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01112"></a><span class="lineno"> 1112</span>&#160;</div><div class="line"><a name="l01113"></a><span class="lineno"> 1113</span>&#160;    <a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>* src = (<a class="code" href="struct_py_remmina_protocol_feature.html">PyRemminaProtocolFeature</a>*)feature;</div><div class="line"><a name="l01114"></a><span class="lineno"> 1114</span>&#160;    Py_INCREF(feature);</div><div class="line"><a name="l01115"></a><span class="lineno"> 1115</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a36b55faeba78528ac9708dfa66667e20">id</a> = src-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#a9f3cc7cfae91a2651c3d78bbc3feb53d">id</a>;</div><div class="line"><a name="l01116"></a><span class="lineno"> 1116</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a1826baafd2d7b5dc8a009ef4fcad77e9">type</a> = src-&gt;<a class="code" href="struct_py_remmina_protocol_feature.html#aecce603234baf1434f3f6aca64616cbc">type</a>;</div><div class="line"><a name="l01117"></a><span class="lineno"> 1117</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_feature.html#aa7ac5ec9d95867734619583a2049e952">opt1</a> = src-&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>;</div><div class="line"><a name="l01118"></a><span class="lineno"> 1118</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a4b8ffd6e32126a9c4d2074521279b12b">opt1_type_hint</a> = src-&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>;</div><div class="line"><a name="l01119"></a><span class="lineno"> 1119</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_feature.html#aab44850c13a7e5e20a02603ae173d53d">opt2</a> = src-&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>;</div><div class="line"><a name="l01120"></a><span class="lineno"> 1120</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a006b0d6d883c6dd0da6c444991973ac7">opt2_type_hint</a> = src-&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>;</div><div class="line"><a name="l01121"></a><span class="lineno"> 1121</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_feature.html#ab3c15094a16418c5951c5382c8a44190">opt3</a> = src-&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>;</div><div class="line"><a name="l01122"></a><span class="lineno"> 1122</span>&#160;    dest-&gt;<a class="code" href="struct___remmina_protocol_feature.html#a9abdee80580cddd54405d0577e459c2c">opt3_type_hint</a> = src-&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>;</div><div class="line"><a name="l01123"></a><span class="lineno"> 1123</span>&#160;}</div><div class="line"><a name="l01124"></a><span class="lineno"> 1124</span>&#160;</div><div class="line"><a name="l01125"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aba149cac8b96d81753784e266559de08"> 1125</a></span>&#160;PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aba149cac8b96d81753784e266559de08">python_wrapper_show_dialog_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args, PyObject* kwargs)</div><div class="line"><a name="l01126"></a><span class="lineno"> 1126</span>&#160;{</div><div class="line"><a name="l01127"></a><span class="lineno"> 1127</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01128"></a><span class="lineno"> 1128</span>&#160;</div><div class="line"><a name="l01129"></a><span class="lineno"> 1129</span>&#160;    <span class="keyword">static</span> <span class="keywordtype">char</span>* kwlist[] = { <span class="stringliteral">&quot;type&quot;</span>, <span class="stringliteral">&quot;buttons&quot;</span>, <span class="stringliteral">&quot;message&quot;</span>, NULL };</div><div class="line"><a name="l01130"></a><span class="lineno"> 1130</span>&#160;    GtkMessageType msgType;</div><div class="line"><a name="l01131"></a><span class="lineno"> 1131</span>&#160;    GtkButtonsType btnType;</div><div class="line"><a name="l01132"></a><span class="lineno"> 1132</span>&#160;    gchar* message;</div><div class="line"><a name="l01133"></a><span class="lineno"> 1133</span>&#160;</div><div class="line"><a name="l01134"></a><span class="lineno"> 1134</span>&#160;    <span class="keywordflow">if</span> (!PyArg_ParseTupleAndKeywords(args, kwargs, <span class="stringliteral">&quot;lls&quot;</span>, kwlist, &amp;msgType, &amp;btnType, &amp;message))</div><div class="line"><a name="l01135"></a><span class="lineno"> 1135</span>&#160;    {</div><div class="line"><a name="l01136"></a><span class="lineno"> 1136</span>&#160;        <span class="keywordflow">return</span> PyLong_FromLong(-1);</div><div class="line"><a name="l01137"></a><span class="lineno"> 1137</span>&#160;    }</div><div class="line"><a name="l01138"></a><span class="lineno"> 1138</span>&#160;</div><div class="line"><a name="l01139"></a><span class="lineno"> 1139</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#afea11ab21bd7e00addf5a3696519be6d">show_dialog</a>(msgType, btnType, message);</div><div class="line"><a name="l01140"></a><span class="lineno"> 1140</span>&#160;</div><div class="line"><a name="l01141"></a><span class="lineno"> 1141</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01142"></a><span class="lineno"> 1142</span>&#160;}</div><div class="line"><a name="l01143"></a><span class="lineno"> 1143</span>&#160;</div><div class="line"><a name="l01144"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#aae512fe54f07ab0c9507712469a0043f"> 1144</a></span>&#160;PyObject* <a class="code" href="python__wrapper__remmina_8c.html#aae512fe54f07ab0c9507712469a0043f">python_wrapper_get_mainwindow_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args)</div><div class="line"><a name="l01145"></a><span class="lineno"> 1145</span>&#160;{</div><div class="line"><a name="l01146"></a><span class="lineno"> 1146</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01147"></a><span class="lineno"> 1147</span>&#160;</div><div class="line"><a name="l01148"></a><span class="lineno"> 1148</span>&#160;    GtkWindow* result = <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#a71ec795b6643f1d0aec1a18894eacbd1">get_window</a>();</div><div class="line"><a name="l01149"></a><span class="lineno"> 1149</span>&#160;</div><div class="line"><a name="l01150"></a><span class="lineno"> 1150</span>&#160;    <span class="keywordflow">if</span> (!result)</div><div class="line"><a name="l01151"></a><span class="lineno"> 1151</span>&#160;    {</div><div class="line"><a name="l01152"></a><span class="lineno"> 1152</span>&#160;        <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01153"></a><span class="lineno"> 1153</span>&#160;    }</div><div class="line"><a name="l01154"></a><span class="lineno"> 1154</span>&#160;</div><div class="line"><a name="l01155"></a><span class="lineno"> 1155</span>&#160;    <span class="keywordflow">return</span> (PyObject*)<a class="code" href="python__wrapper__common_8c.html#a236e763fb994ac7f25e182b7e792b222">new_pywidget</a>((GObject*)result);</div><div class="line"><a name="l01156"></a><span class="lineno"> 1156</span>&#160;}</div><div class="line"><a name="l01157"></a><span class="lineno"> 1157</span>&#160;</div><div class="line"><a name="l01158"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#acc0fa393340bf1c43775866389e28c3e"> 1158</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#acc0fa393340bf1c43775866389e28c3e">remmina_protocol_plugin_signal_connection_closed_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args)</div><div class="line"><a name="l01159"></a><span class="lineno"> 1159</span>&#160;{</div><div class="line"><a name="l01160"></a><span class="lineno"> 1160</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01161"></a><span class="lineno"> 1161</span>&#160;</div><div class="line"><a name="l01162"></a><span class="lineno"> 1162</span>&#160;    PyObject* pygp = NULL;</div><div class="line"><a name="l01163"></a><span class="lineno"> 1163</span>&#160;    <span class="keywordflow">if</span> (!PyArg_ParseTuple(args, <span class="stringliteral">&quot;O&quot;</span>, &amp;pygp) || !pygp)</div><div class="line"><a name="l01164"></a><span class="lineno"> 1164</span>&#160;    {</div><div class="line"><a name="l01165"></a><span class="lineno"> 1165</span>&#160;        g_printerr(<span class="stringliteral">&quot;Please provide the Remmina protocol widget instance!&quot;</span>);</div><div class="line"><a name="l01166"></a><span class="lineno"> 1166</span>&#160;        <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01167"></a><span class="lineno"> 1167</span>&#160;    }</div><div class="line"><a name="l01168"></a><span class="lineno"> 1168</span>&#160;</div><div class="line"><a name="l01169"></a><span class="lineno"> 1169</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#ab58b7bf5f91c5f60349a8242e6322f7f">protocol_plugin_signal_connection_closed</a>(((<a class="code" href="struct_py_remmina_protocol_widget.html">PyRemminaProtocolWidget</a>*)pygp)-&gt;gp);</div><div class="line"><a name="l01170"></a><span class="lineno"> 1170</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01171"></a><span class="lineno"> 1171</span>&#160;}</div><div class="line"><a name="l01172"></a><span class="lineno"> 1172</span>&#160;</div><div class="line"><a name="l01173"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a3b418228bdac6a9686f79ba1de8dad58"> 1173</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a3b418228bdac6a9686f79ba1de8dad58">remmina_protocol_plugin_init_auth_wrapper</a>(PyObject* module, PyObject* args, PyObject* kwds)</div><div class="line"><a name="l01174"></a><span class="lineno"> 1174</span>&#160;{</div><div class="line"><a name="l01175"></a><span class="lineno"> 1175</span>&#160;    TRACE_CALL(__func__);</div><div class="line"><a name="l01176"></a><span class="lineno"> 1176</span>&#160;</div><div class="line"><a name="l01177"></a><span class="lineno"> 1177</span>&#160;    <span class="keyword">static</span> gchar* keyword_list[] = { <span class="stringliteral">&quot;widget&quot;</span>, <span class="stringliteral">&quot;flags&quot;</span>, <span class="stringliteral">&quot;title&quot;</span>, <span class="stringliteral">&quot;default_username&quot;</span>, <span class="stringliteral">&quot;default_password&quot;</span>,</div><div class="line"><a name="l01178"></a><span class="lineno"> 1178</span>&#160;                                     <span class="stringliteral">&quot;default_domain&quot;</span>, <span class="stringliteral">&quot;password_prompt&quot;</span> };</div><div class="line"><a name="l01179"></a><span class="lineno"> 1179</span>&#160;</div><div class="line"><a name="l01180"></a><span class="lineno"> 1180</span>&#160;    <a class="code" href="struct_py_remmina_protocol_widget.html">PyRemminaProtocolWidget</a>* <span class="keyword">self</span>;</div><div class="line"><a name="l01181"></a><span class="lineno"> 1181</span>&#160;    gint pflags = 0;</div><div class="line"><a name="l01182"></a><span class="lineno"> 1182</span>&#160;    gchar* title, * default_username, * default_password, * default_domain, * password_prompt;</div><div class="line"><a name="l01183"></a><span class="lineno"> 1183</span>&#160;</div><div class="line"><a name="l01184"></a><span class="lineno"> 1184</span>&#160;    <span class="keywordflow">if</span> (PyArg_ParseTupleAndKeywords(args, kwds, <span class="stringliteral">&quot;Oisssss&quot;</span>, keyword_list, &amp;<span class="keyword">self</span>, &amp;pflags, &amp;title, &amp;default_username,</div><div class="line"><a name="l01185"></a><span class="lineno"> 1185</span>&#160;        &amp;default_password, &amp;default_domain, &amp;password_prompt))</div><div class="line"><a name="l01186"></a><span class="lineno"> 1186</span>&#160;    {</div><div class="line"><a name="l01187"></a><span class="lineno"> 1187</span>&#160;        <span class="keywordflow">if</span> (pflags != 0 &amp;&amp; !(pflags &amp; <a class="code" href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a10be0730fc3ea326856019ae139a922a">REMMINA_MESSAGE_PANEL_FLAG_USERNAME</a>)</div><div class="line"><a name="l01188"></a><span class="lineno"> 1188</span>&#160;            &amp;&amp; !(pflags &amp; <a class="code" href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a1f63bf86b8f6da71137cf0a28ebf024a">REMMINA_MESSAGE_PANEL_FLAG_USERNAME_READONLY</a>)</div><div class="line"><a name="l01189"></a><span class="lineno"> 1189</span>&#160;            &amp;&amp; !(pflags &amp; <a class="code" href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a46ac68f2dea71082d090ae63c5c4505c">REMMINA_MESSAGE_PANEL_FLAG_DOMAIN</a>)</div><div class="line"><a name="l01190"></a><span class="lineno"> 1190</span>&#160;            &amp;&amp; !(pflags &amp; <a class="code" href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a9b734c324722cf2982768feaeeb15c7c">REMMINA_MESSAGE_PANEL_FLAG_SAVEPASSWORD</a>))</div><div class="line"><a name="l01191"></a><span class="lineno"> 1191</span>&#160;        {</div><div class="line"><a name="l01192"></a><span class="lineno"> 1192</span>&#160;            g_printerr(<span class="stringliteral">&quot;panel_auth(pflags, title, default_username, default_password, default_domain, password_prompt): &quot;</span></div><div class="line"><a name="l01193"></a><span class="lineno"> 1193</span>&#160;                       <span class="stringliteral">&quot;%d is not a known value for RemminaMessagePanelFlags!\n&quot;</span>, pflags);</div><div class="line"><a name="l01194"></a><span class="lineno"> 1194</span>&#160;        }</div><div class="line"><a name="l01195"></a><span class="lineno"> 1195</span>&#160;        <span class="keywordflow">else</span></div><div class="line"><a name="l01196"></a><span class="lineno"> 1196</span>&#160;        {</div><div class="line"><a name="l01197"></a><span class="lineno"> 1197</span>&#160;            <span class="keywordflow">return</span> Py_BuildValue(<span class="stringliteral">&quot;i&quot;</span>, <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;protocol_widget_panel_auth(<span class="keyword">self</span></div><div class="line"><a name="l01198"></a><span class="lineno"> 1198</span>&#160;                -&gt;gp, pflags, title, default_username, default_password, default_domain, password_prompt));</div><div class="line"><a name="l01199"></a><span class="lineno"> 1199</span>&#160;        }</div><div class="line"><a name="l01200"></a><span class="lineno"> 1200</span>&#160;    }</div><div class="line"><a name="l01201"></a><span class="lineno"> 1201</span>&#160;    <span class="keywordflow">else</span></div><div class="line"><a name="l01202"></a><span class="lineno"> 1202</span>&#160;    {</div><div class="line"><a name="l01203"></a><span class="lineno"> 1203</span>&#160;        g_printerr(<span class="stringliteral">&quot;panel_auth(pflags, title, default_username, default_password, default_domain, password_prompt): Error parsing arguments!\n&quot;</span>);</div><div class="line"><a name="l01204"></a><span class="lineno"> 1204</span>&#160;        PyErr_Print();</div><div class="line"><a name="l01205"></a><span class="lineno"> 1205</span>&#160;    }</div><div class="line"><a name="l01206"></a><span class="lineno"> 1206</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01207"></a><span class="lineno"> 1207</span>&#160;}</div><div class="line"><a name="l01208"></a><span class="lineno"> 1208</span>&#160;</div><div class="line"><a name="l01209"></a><span class="lineno"><a class="line" href="python__wrapper__remmina_8c.html#a2c26946525eaffe351b6153a6786153d"> 1209</a></span>&#160;<span class="keyword">static</span> PyObject* <a class="code" href="python__wrapper__remmina_8c.html#a2c26946525eaffe351b6153a6786153d">remmina_protocol_plugin_signal_connection_opened_wrapper</a>(PyObject* <span class="keyword">self</span>, PyObject* args)</div><div class="line"><a name="l01210"></a><span class="lineno"> 1210</span>&#160;{</div><div class="line"><a name="l01211"></a><span class="lineno"> 1211</span>&#160;    PyObject* pygp = NULL;</div><div class="line"><a name="l01212"></a><span class="lineno"> 1212</span>&#160;    <span class="keywordflow">if</span> (!PyArg_ParseTuple(args, <span class="stringliteral">&quot;O&quot;</span>, &amp;pygp) || !pygp)</div><div class="line"><a name="l01213"></a><span class="lineno"> 1213</span>&#160;    {</div><div class="line"><a name="l01214"></a><span class="lineno"> 1214</span>&#160;        g_printerr(<span class="stringliteral">&quot;Please provide the Remmina protocol widget instance!&quot;</span>);</div><div class="line"><a name="l01215"></a><span class="lineno"> 1215</span>&#160;        <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01216"></a><span class="lineno"> 1216</span>&#160;    }</div><div class="line"><a name="l01217"></a><span class="lineno"> 1217</span>&#160;</div><div class="line"><a name="l01218"></a><span class="lineno"> 1218</span>&#160;    <a class="code" href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a>()-&gt;<a class="code" href="struct___remmina_plugin_service.html#ab212bed4baf8cba148fadb5773148ad6">protocol_plugin_signal_connection_opened</a>(((<a class="code" href="struct_py_remmina_protocol_widget.html">PyRemminaProtocolWidget</a>*)pygp)-&gt;gp);</div><div class="line"><a name="l01219"></a><span class="lineno"> 1219</span>&#160;    <span class="keywordflow">return</span> Py_None;</div><div class="line"><a name="l01220"></a><span class="lineno"> 1220</span>&#160;}</div><div class="ttc" id="python__wrapper__remmina_8c_html_aeab116a7d57ed18c3abb8c46408d9549"><div class="ttname"><a href="python__wrapper__remmina_8c.html#aeab116a7d57ed18c3abb8c46408d9549">remmina_register_plugin_wrapper</a></div><div class="ttdeci">static PyObject * remmina_register_plugin_wrapper(PyObject *self, PyObject *plugin)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00751">python_wrapper_remmina.c:751</a></div></div>
<div class="ttc" id="types_8h_html_aee1a3e130e6991978acd907b52204350a579ed0f0f6624dd55a25665693c92a92"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350a579ed0f0f6624dd55a25665693c92a92">REMMINA_PROTOCOL_SETTING_TYPE_SERVER</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00100">types.h:100</a></div></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="python__wrapper__remmina_8c_html_a1272ba4baffd8e425c7ae30fbb00602e"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a1272ba4baffd8e425c7ae30fbb00602e">remmina_file_new_wrapper</a></div><div class="ttdeci">static PyObject * remmina_file_new_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00843">python_wrapper_remmina.c:843</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a2c2867c86c4a02f836e2f04369d770a0"><div class="ttname"><a href="python__wrapper__common_8c.html#a2c2867c86c4a02f836e2f04369d770a0">python_wrapper_check_error</a></div><div class="ttdeci">gboolean python_wrapper_check_error(void)</div><div class="ttdoc">Checks if an error has occurred and prints it. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00098">python_wrapper_common.c:98</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__remmina_8c_html_ad112bebbdfe15ce6a66b433bd1e7108b"><div class="ttname"><a href="python__wrapper__remmina_8c.html#ad112bebbdfe15ce6a66b433bd1e7108b">remmina_pref_get_ssh_loglevel_wrapper</a></div><div class="ttdeci">static PyObject * remmina_pref_get_ssh_loglevel_wrapper(PyObject *self, PyObject *plugin)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00922">python_wrapper_remmina.c:922</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_setting_html_a9816a20dd4999bfd2f3be57cae6c1888"><div class="ttname"><a href="struct_py_remmina_protocol_setting.html#a9816a20dd4999bfd2f3be57cae6c1888">PyRemminaProtocolSetting::opt2</a></div><div class="ttdeci">PyObject * opt2</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00232">python_wrapper_remmina.c:232</a></div></div>
<div class="ttc" id="types_8h_html_a77ae46c4fd739dcd8e819fe9cdae27c5a23e854b5f2eb0c8d3efa54cac0acb6cf"><div class="ttname"><a href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a23e854b5f2eb0c8d3efa54cac0acb6cf">REMMINA_PROTOCOL_FEATURE_TYPE_DYNRESUPDATE</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00052">types.h:52</a></div></div>
<div class="ttc" id="types_8h_html"><div class="ttname"><a href="types_8h.html">types.h</a></div></div>
<div class="ttc" id="python__wrapper__pref_8c_html_aa80e988cea8ddb51588c979eeb359dae"><div class="ttname"><a href="python__wrapper__pref_8c.html#aa80e988cea8ddb51588c979eeb359dae">python_wrapper_create_pref_plugin</a></div><div class="ttdeci">RemminaPlugin * python_wrapper_create_pref_plugin(PyPlugin *plugin)</div><div class="ttdoc">Creates a new instance of the RemminaPluginPref, initializes its members and references the wrapper f...</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__pref_8c_source.html#l00073">python_wrapper_pref.c:73</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="python__wrapper__remmina_8c_html_ad32c23fde1f6d93382853fed97c51885"><div class="ttname"><a href="python__wrapper__remmina_8c.html#ad32c23fde1f6d93382853fed97c51885">python_protocol_feature_members</a></div><div class="ttdeci">static PyMemberDef python_protocol_feature_members[]</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00349">python_wrapper_remmina.c:349</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_aa46cd87c89cf5953eec19be2edffe652"><div class="ttname"><a href="python__wrapper__remmina_8c.html#aa46cd87c89cf5953eec19be2edffe652">python_screenshot_data_type</a></div><div class="ttdeci">static PyTypeObject python_screenshot_data_type</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00463">python_wrapper_remmina.c:463</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_aa3f81ddb59721fc45ae6752a357d2490"><div class="ttname"><a href="python__wrapper__remmina_8c.html#aa3f81ddb59721fc45ae6752a357d2490">remmina_pref_get_sshtunnel_port_wrapper</a></div><div class="ttdeci">static PyObject * remmina_pref_get_sshtunnel_port_wrapper(PyObject *self, PyObject *plugin)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00913">python_wrapper_remmina.c:913</a></div></div>
<div class="ttc" id="types_8h_html_aee1a3e130e6991978acd907b52204350a52a80f3f9b84e9e0d0bf3335cfd7527f"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350a52a80f3f9b84e9e0d0bf3335cfd7527f">REMMINA_PROTOCOL_SETTING_TYPE_CHECK</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00110">types.h:110</a></div></div>
<div class="ttc" id="python__wrapper__remmina__file_8h_html"><div class="ttname"><a href="python__wrapper__remmina__file_8h.html">python_wrapper_remmina_file.h</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="types_8h_html_aee1a3e130e6991978acd907b52204350a68b440d346168aadb6fd728ea394607f"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350a68b440d346168aadb6fd728ea394607f">REMMINA_PROTOCOL_SETTING_TYPE_FOLDER</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00112">types.h:112</a></div></div>
<div class="ttc" id="types_8h_html_aee1a3e130e6991978acd907b52204350a8be3f210c609fde31f68e607c41de296"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350a8be3f210c609fde31f68e607c41de296">REMMINA_PROTOCOL_SETTING_TYPE_TEXT</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00106">types.h:106</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="types_8h_html_a341a0a8b6509633809d99348cc3ba486a1f63bf86b8f6da71137cf0a28ebf024a"><div class="ttname"><a href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a1f63bf86b8f6da71137cf0a28ebf024a">REMMINA_MESSAGE_PANEL_FLAG_USERNAME_READONLY</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00158">types.h:158</a></div></div>
<div class="ttc" id="struct___remmina_plugin_service_html_abd51e82b9296d57abd324aecbf243137"><div class="ttname"><a href="struct___remmina_plugin_service.html#abd51e82b9296d57abd324aecbf243137">_RemminaPluginService::rcw_open_from_file_full</a></div><div class="ttdeci">GtkWidget *(* rcw_open_from_file_full)(RemminaFile *remminafile, GCallback disconnect_cb, gpointer data, guint *handler)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00301">plugin.h:301</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_remmina_plugin_screenshot_data_html_a6e0de9833ceda28199a84c4c10437e46"><div class="ttname"><a href="struct_py_remmina_plugin_screenshot_data.html#a6e0de9833ceda28199a84c4c10437e46">PyRemminaPluginScreenshotData::width</a></div><div class="ttdeci">int width</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00078">python_wrapper_protocol.h:78</a></div></div>
<div class="ttc" id="struct___remmina_plugin_service_html_a2919b48fd95b772b590b430a03ecb98f"><div class="ttname"><a href="struct___remmina_plugin_service.html#a2919b48fd95b772b590b430a03ecb98f">_RemminaPluginService::file_get_user_datadir</a></div><div class="ttdeci">gchar *(* file_get_user_datadir)(void)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00214">plugin.h:214</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="types_8h_html_a112d7cc6c755209cabb68cf2a62ad515"><div class="ttname"><a href="types_8h.html#a112d7cc6c755209cabb68cf2a62ad515">RemminaFile</a></div><div class="ttdeci">typedefG_BEGIN_DECLS struct _RemminaFile RemminaFile</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00044">types.h:44</a></div></div>
<div class="ttc" id="struct___remmina_plugin_html_ac7f294cb3a5e989e95f619780ede87d3"><div class="ttname"><a href="struct___remmina_plugin.html#ac7f294cb3a5e989e95f619780ede87d3">_RemminaPlugin::type</a></div><div class="ttdeci">RemminaPluginType type</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00057">plugin.h:57</a></div></div>
<div class="ttc" id="python__wrapper__protocol__widget_8c_html_acbf591be371e01c5bf367018d298d801"><div class="ttname"><a href="python__wrapper__protocol__widget_8c.html#acbf591be371e01c5bf367018d298d801">python_wrapper_protocol_widget_create</a></div><div class="ttdeci">PyRemminaProtocolWidget * python_wrapper_protocol_widget_create(void)</div><div class="ttdoc">Creates a new instance of PyRemminaProtocolWidget and initializes its fields. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol__widget_8c_source.html#l00229">python_wrapper_protocol_widget.c:229</a></div></div>
<div class="ttc" id="types_8h_html_ab0b29804e77812ca42752bf4f379a288af7ab6943dcd5d24c6f19733da16d0f18"><div class="ttname"><a href="types_8h.html#ab0b29804e77812ca42752bf4f379a288af7ab6943dcd5d24c6f19733da16d0f18">REMMINA_TYPEHINT_SIGNED</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00063">types.h:63</a></div></div>
<div class="ttc" id="struct_py_plugin_html_afb78d1611099092a7412a2d1818cca40"><div class="ttname"><a href="struct_py_plugin.html#afb78d1611099092a7412a2d1818cca40">PyPlugin::secret_plugin</a></div><div class="ttdeci">RemminaSecretPlugin * secret_plugin</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00130">python_wrapper_common.h:130</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_aed4fcc2391d235515aa04c64c9f5387e"><div class="ttname"><a href="python__wrapper__remmina_8c.html#aed4fcc2391d235515aa04c64c9f5387e">python_wrapper_generic_to_bool</a></div><div class="ttdeci">static PyObject * python_wrapper_generic_to_bool(PyGeneric *self, PyObject *args)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00574">python_wrapper_remmina.c:574</a></div></div>
<div class="ttc" id="python__wrapper__remmina__file_8c_html_a845461e0ff89f428e89b5ef02d2623d3"><div class="ttname"><a href="python__wrapper__remmina__file_8c.html#a845461e0ff89f428e89b5ef02d2623d3">python_wrapper_remmina_init_types</a></div><div class="ttdeci">void python_wrapper_remmina_init_types(void)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina__file_8c_source.html#l00085">python_wrapper_remmina_file.c:85</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_aea60d526d3356a866fef223b2e9bc0a5"><div class="ttname"><a href="python__wrapper__remmina_8c.html#aea60d526d3356a866fef223b2e9bc0a5">python_wrapper_module_initialize</a></div><div class="ttdeci">PyMODINIT_FUNC python_wrapper_module_initialize(void)</div><div class="ttdoc">Is called from the Python engine when it initializes the &amp;#39;remmina&amp;#39; module. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00609">python_wrapper_remmina.c:609</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a6961b280d8d6ae5a1979176c23ddca7f"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a6961b280d8d6ae5a1979176c23ddca7f">python_screenshot_data_members</a></div><div class="ttdeci">static PyMemberDef python_screenshot_data_members[]</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00428">python_wrapper_remmina.c:428</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="types_8h_html_aee1a3e130e6991978acd907b52204350ae76d06b6e313971e5f420dd6e7f4c5aa"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350ae76d06b6e313971e5f420dd6e7f4c5aa">REMMINA_PROTOCOL_SETTING_TYPE_PASSWORD</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00101">types.h:101</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a7ca6cc6c56f1e406e6c13788434b282c"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a7ca6cc6c56f1e406e6c13788434b282c">python_protocol_setting_type_members</a></div><div class="ttdeci">static PyMemberDef python_protocol_setting_type_members[]</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00324">python_wrapper_remmina.c:324</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="types_8h_html_a77ae46c4fd739dcd8e819fe9cdae27c5af727b997d174217f949eb7364704f501"><div class="ttname"><a href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5af727b997d174217f949eb7364704f501">REMMINA_PROTOCOL_FEATURE_TYPE_MULTIMON</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00053">types.h:53</a></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="python__wrapper__remmina_8c_html_adf58bae87972fe68fa239199e7ca6e1b"><div class="ttname"><a href="python__wrapper__remmina_8c.html#adf58bae87972fe68fa239199e7ca6e1b">remmina_python_module_type_methods</a></div><div class="ttdeci">static PyMethodDef remmina_python_module_type_methods[]</div><div class="ttdoc">Declares functions for the Remmina module. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00097">python_wrapper_remmina.c:97</a></div></div>
<div class="ttc" id="types_8h_html_aee1a3e130e6991978acd907b52204350a16a83c00dba8d929cce531d5a0181a2d"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350a16a83c00dba8d929cce531d5a0181a2d">REMMINA_PROTOCOL_SETTING_TYPE_ASSISTANCE</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00103">types.h:103</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="python__wrapper__remmina_8c_html_ad676d99c4833507cb8f6843e1b02f184"><div class="ttname"><a href="python__wrapper__remmina_8c.html#ad676d99c4833507cb8f6843e1b02f184">python_wrapper_generic_to_string</a></div><div class="ttdeci">static PyObject * python_wrapper_generic_to_string(PyGeneric *self, PyObject *args)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00589">python_wrapper_remmina.c:589</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="plugin_8h_html"><div class="ttname"><a href="plugin_8h.html">plugin.h</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__widget_8h_html"><div class="ttname"><a href="python__wrapper__protocol__widget_8h.html">python_wrapper_protocol_widget.h</a></div><div class="ttdoc">Contains the implementation of the widget handling used from the protocol plugin. ...</div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a0f018dcc9240518f61e3fac762242b3a"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a0f018dcc9240518f61e3fac762242b3a">python_wrapper_generic_members</a></div><div class="ttdeci">static PyMemberDef python_wrapper_generic_members[]</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00502">python_wrapper_remmina.c:502</a></div></div>
<div class="ttc" id="struct_py_generic_html"><div class="ttname"><a href="struct_py_generic.html">PyGeneric</a></div><div class="ttdoc">A struct used to communicate data between Python and C without strict data type. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00142">python_wrapper_common.h:142</a></div></div>
<div class="ttc" id="python__wrapper__pref_8h_html"><div class="ttname"><a href="python__wrapper__pref_8h.html">python_wrapper_pref.h</a></div><div class="ttdoc">Contains the specialisation of RemminaPluginFile plugins in Python. </div></div>
<div class="ttc" id="types_8h_html_ab0b29804e77812ca42752bf4f379a288a50903e485f8d4a2c2f98d7dfe4be8047"><div class="ttname"><a href="types_8h.html#ab0b29804e77812ca42752bf4f379a288a50903e485f8d4a2c2f98d7dfe4be8047">REMMINA_TYPEHINT_UNSIGNED</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00064">types.h:64</a></div></div>
<div class="ttc" id="types_8h_html_a77ae46c4fd739dcd8e819fe9cdae27c5a4a9b04df122e3a20c3ae51d90280fea7"><div class="ttname"><a href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a4a9b04df122e3a20c3ae51d90280fea7">REMMINA_PROTOCOL_FEATURE_TYPE_GTKSOCKET</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00054">types.h:54</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="struct___remmina_plugin_service_html_a0884b2124ba4ea3f747f00bbe91135d2"><div class="ttname"><a href="struct___remmina_plugin_service.html#a0884b2124ba4ea3f747f00bbe91135d2">_RemminaPluginService::pref_keymap_get_keyval</a></div><div class="ttdeci">guint(* pref_keymap_get_keyval)(const gchar *keymap, guint keyval)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00233">plugin.h:233</a></div></div>
<div class="ttc" id="types_8h_html_aee1a3e130e6991978acd907b52204350ae2237632b23d3c90a842bc5bc8302ec5"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350ae2237632b23d3c90a842bc5bc8302ec5">REMMINA_PROTOCOL_SETTING_TYPE_COMBO</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00109">types.h:109</a></div></div>
<div class="ttc" id="struct_py_plugin_html_a50c373b557faddaf959746d7086cbd4f"><div class="ttname"><a href="struct_py_plugin.html#a50c373b557faddaf959746d7086cbd4f">PyPlugin::file_plugin</a></div><div class="ttdeci">RemminaFilePlugin * file_plugin</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00129">python_wrapper_common.h:129</a></div></div>
<div class="ttc" id="types_8h_html_aee1a3e130e6991978acd907b52204350"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350">RemminaProtocolSettingType</a></div><div class="ttdeci">RemminaProtocolSettingType</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00097">types.h:97</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_setting_html_a83f20deb4731925e29fff2a8a16535d6"><div class="ttname"><a href="struct_py_remmina_protocol_setting.html#a83f20deb4731925e29fff2a8a16535d6">PyRemminaProtocolSetting::compact</a></div><div class="ttdeci">gboolean compact</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00230">python_wrapper_remmina.c:230</a></div></div>
<div class="ttc" id="python__wrapper__file_8c_html_af7da0109a9ce79e9b70d1a5947ef00b1"><div class="ttname"><a href="python__wrapper__file_8c.html#af7da0109a9ce79e9b70d1a5947ef00b1">python_wrapper_file_init</a></div><div class="ttdeci">void python_wrapper_file_init(void)</div><div class="ttdoc">Initializes the Python plugin specialisation for file plugins. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__file_8c_source.html#l00050">python_wrapper_file.c:50</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_aa47245a8529fe23c8a710a50bc6f6bc1"><div class="ttname"><a href="python__wrapper__remmina_8c.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="python__wrapper__remmina_8c_html_ac3b4fdf83986b2128e523d48ed70859f"><div class="ttname"><a href="python__wrapper__remmina_8c.html#ac3b4fdf83986b2128e523d48ed70859f">python_screenshot_data_init</a></div><div class="ttdeci">static int python_screenshot_data_init(PyRemminaPluginScreenshotData *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00455">python_wrapper_remmina.c:455</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_acee67aa338f743ad9978c5de9e7c72aa"><div class="ttname"><a href="python__wrapper__common_8c.html#acee67aa338f743ad9978c5de9e7c72aa">get_pywidget</a></div><div class="ttdeci">GtkWidget * get_pywidget(PyObject *obj)</div><div class="ttdoc">Extracts a GtkWidget from a PyObject instance. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00324">python_wrapper_common.c:324</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_plugin_service_html_ab58b7bf5f91c5f60349a8242e6322f7f"><div class="ttname"><a href="struct___remmina_plugin_service.html#ab58b7bf5f91c5f60349a8242e6322f7f">_RemminaPluginService::protocol_plugin_signal_connection_closed</a></div><div class="ttdeci">void(* protocol_plugin_signal_connection_closed)(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00185">plugin.h:185</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a6ddedbe95ca1150b29058acfdb188824"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a6ddedbe95ca1150b29058acfdb188824">python_protocol_setting_type</a></div><div class="ttdeci">static PyTypeObject python_protocol_setting_type</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00334">python_wrapper_remmina.c:334</a></div></div>
<div class="ttc" id="struct___remmina_protocol_setting_html_a55a12c6ed9ab21954208e0e83165f770"><div class="ttname"><a href="struct___remmina_protocol_setting.html#a55a12c6ed9ab21954208e0e83165f770">_RemminaProtocolSetting::opt2</a></div><div class="ttdeci">gpointer opt2</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00123">types.h:123</a></div></div>
<div class="ttc" id="python__wrapper__tool_8c_html_ac1e8af0e4f21e009c4052483a09fa606"><div class="ttname"><a href="python__wrapper__tool_8c.html#ac1e8af0e4f21e009c4052483a09fa606">python_wrapper_tool_init</a></div><div class="ttdeci">void python_wrapper_tool_init(void)</div><div class="ttdoc">Initializes the Python plugin specialisation for tool plugins. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__tool_8c_source.html#l00045">python_wrapper_tool.c:45</a></div></div>
<div class="ttc" id="struct___remmina_plugin_service_html_a2b8a0b0bec032f01906ab197678204de"><div class="ttname"><a href="struct___remmina_plugin_service.html#a2b8a0b0bec032f01906ab197678204de">_RemminaPluginService::log_print</a></div><div class="ttdeci">void(* log_print)(const gchar *text)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00242">plugin.h:242</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="struct___remmina_plugin_service_html_a6fdfd3063906f49157225f536537bb0f"><div class="ttname"><a href="struct___remmina_plugin_service.html#a6fdfd3063906f49157225f536537bb0f">_RemminaPluginService::get_server_port</a></div><div class="ttdeci">void(* get_server_port)(const gchar *server, gint defaultport, gchar **host, gint *port)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00249">plugin.h:249</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a26eea3cdd2d97d5cd8ad00d2bbe17c29"><div class="ttname"><a href="python__wrapper__remmina_8c.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="struct_py_remmina_protocol_setting_html_a640447ed12db0bee967d350562eea55e"><div class="ttname"><a href="struct_py_remmina_protocol_setting.html#a640447ed12db0bee967d350562eea55e">PyRemminaProtocolSetting::label</a></div><div class="ttdeci">gchar * label</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00229">python_wrapper_remmina.c:229</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a236e763fb994ac7f25e182b7e792b222"><div class="ttname"><a href="python__wrapper__common_8c.html#a236e763fb994ac7f25e182b7e792b222">new_pywidget</a></div><div class="ttdeci">GtkWidget * new_pywidget(GObject *obj)</div><div class="ttdoc">Creates a new GtkWidget. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00319">python_wrapper_common.c:319</a></div></div>
<div class="ttc" id="struct___remmina_protocol_setting_html_ab434990a6fe70b7e8a4a8b11129527a6"><div class="ttname"><a href="struct___remmina_protocol_setting.html#ab434990a6fe70b7e8a4a8b11129527a6">_RemminaProtocolSetting::compact</a></div><div class="ttdeci">gboolean compact</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00121">types.h:121</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a274f120396b0399dacab0565aa286ed6"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a274f120396b0399dacab0565aa286ed6">remmina_pref_get_value_wrapper</a></div><div class="ttdeci">static PyObject * remmina_pref_get_value_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00878">python_wrapper_remmina.c:878</a></div></div>
<div class="ttc" id="python__wrapper__secret_8c_html_af51bb70fa82d6904a51f73c4bb162e91"><div class="ttname"><a href="python__wrapper__secret_8c.html#af51bb70fa82d6904a51f73c4bb162e91">python_wrapper_create_secret_plugin</a></div><div class="ttdeci">RemminaPlugin * python_wrapper_create_secret_plugin(PyPlugin *plugin)</div><div class="ttdoc">Creates a new instance of the RemminaPluginSecret, initializes its members and references the wrapper...</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__secret_8c_source.html#l00106">python_wrapper_secret.c:106</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_aacf9837276323e7dcd1e60fcca68b781"><div class="ttname"><a href="python__wrapper__remmina_8c.html#aacf9837276323e7dcd1e60fcca68b781">remmina_pref_set_value_wrapper</a></div><div class="ttdeci">static PyObject * remmina_pref_set_value_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00857">python_wrapper_remmina.c:857</a></div></div>
<div class="ttc" id="struct_py_plugin_html_aeba82110f6ea8b55fcbebe80f5134c82"><div class="ttname"><a href="struct_py_plugin.html#aeba82110f6ea8b55fcbebe80f5134c82">PyPlugin::tool_plugin</a></div><div class="ttdeci">RemminaToolPlugin * tool_plugin</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00131">python_wrapper_common.h:131</a></div></div>
<div class="ttc" id="struct___remmina_plugin_service_html_ab212bed4baf8cba148fadb5773148ad6"><div class="ttname"><a href="struct___remmina_plugin_service.html#ab212bed4baf8cba148fadb5773148ad6">_RemminaPluginService::protocol_plugin_signal_connection_opened</a></div><div class="ttdeci">void(* protocol_plugin_signal_connection_opened)(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00186">plugin.h:186</a></div></div>
<div class="ttc" id="types_8h_html_a77ae46c4fd739dcd8e819fe9cdae27c5a645d9a32b55325b3672e265a64d0a507"><div class="ttname"><a href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a645d9a32b55325b3672e265a64d0a507">REMMINA_PROTOCOL_FEATURE_TYPE_TOOL</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00049">types.h:49</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_af5e38067a8df4449cc12618409d9afe1"><div class="ttname"><a href="python__wrapper__remmina_8c.html#af5e38067a8df4449cc12618409d9afe1">python_wrapper_generic_init</a></div><div class="ttdeci">static int python_wrapper_generic_init(PyGeneric *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00521">python_wrapper_remmina.c:521</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a841da3c5b4b3b75ab959f58603f0e135"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a841da3c5b4b3b75ab959f58603f0e135">rcw_open_from_file_full_wrapper</a></div><div class="ttdeci">static PyObject * rcw_open_from_file_full_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01007">python_wrapper_remmina.c:1007</a></div></div>
<div class="ttc" id="struct___remmina_plugin_service_html_a387f974b25c4164811f661128e200c8c"><div class="ttname"><a href="struct___remmina_plugin_service.html#a387f974b25c4164811f661128e200c8c">_RemminaPluginService::pref_set_value</a></div><div class="ttdeci">void(* pref_set_value)(const gchar *key, const gchar *value)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00226">plugin.h:226</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="types_8h_html_a77ae46c4fd739dcd8e819fe9cdae27c5a26774624e955f451f7e4270c36622527"><div class="ttname"><a href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a26774624e955f451f7e4270c36622527">REMMINA_PROTOCOL_FEATURE_TYPE_PREF</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00048">types.h:48</a></div></div>
<div class="ttc" id="types_8h_html_a77ae46c4fd739dcd8e819fe9cdae27c5affe302f5d3151bfe99607edf308c3c9f"><div class="ttname"><a href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5affe302f5d3151bfe99607edf308c3c9f">REMMINA_PROTOCOL_FEATURE_TYPE_SCALE</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00051">types.h:51</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="python__wrapper__entry_8h_html"><div class="ttname"><a href="python__wrapper__entry_8h.html">python_wrapper_entry.h</a></div><div class="ttdoc">Contains the specialisation of RemminaPluginEntry plugins in Python. </div></div>
<div class="ttc" id="struct_py_remmina_plugin_screenshot_data_html_a79271016958eb788bdbd7184b9af0bd7"><div class="ttname"><a href="struct_py_remmina_plugin_screenshot_data.html#a79271016958eb788bdbd7184b9af0bd7">PyRemminaPluginScreenshotData::bitsPerPixel</a></div><div class="ttdeci">int bitsPerPixel</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00076">python_wrapper_protocol.h:76</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="types_8h_html_ab0b29804e77812ca42752bf4f379a288a0f7883d48c9106883a2b7c9c021ebdcd"><div class="ttname"><a href="types_8h.html#ab0b29804e77812ca42752bf4f379a288a0f7883d48c9106883a2b7c9c021ebdcd">REMMINA_TYPEHINT_STRING</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00062">types.h:62</a></div></div>
<div class="ttc" id="types_8h_html_a64c62354cc2b7baa50e1d73dcd3df9c7a113aff9a0339ebe347ddf738d8c1f371"><div class="ttname"><a href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7a113aff9a0339ebe347ddf738d8c1f371">REMMINA_PROTOCOL_SSH_SETTING_SSH</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00131">types.h:131</a></div></div>
<div class="ttc" id="python__wrapper__remmina__file_8c_html_ac08c793f825c990ec3045b20fb284f03"><div class="ttname"><a href="python__wrapper__remmina__file_8c.html#ac08c793f825c990ec3045b20fb284f03">python_wrapper_remmina_file_to_python</a></div><div class="ttdeci">PyRemminaFile * python_wrapper_remmina_file_to_python(RemminaFile *file)</div><div class="ttdoc">Converts the instance of RemminaFile to a Python object that can be passed to the Python engine...</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina__file_8c_source.html#l00090">python_wrapper_remmina_file.c:90</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a49e2591a6dab3d89be95bf7be2c5777d"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a49e2591a6dab3d89be95bf7be2c5777d">remmina_gtksocket_available_wrapper</a></div><div class="ttdeci">static PyObject * remmina_gtksocket_available_wrapper(PyObject *self, PyObject *plugin)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01054">python_wrapper_remmina.c:1054</a></div></div>
<div class="ttc" id="struct___remmina_protocol_setting_html_ae1cc5b9d910f68aa5909e3cf483c1d1d"><div class="ttname"><a href="struct___remmina_protocol_setting.html#ae1cc5b9d910f68aa5909e3cf483c1d1d">_RemminaProtocolSetting::opt1</a></div><div class="ttdeci">gpointer opt1</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00122">types.h:122</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_ad291d7929fade69745148ab417a4bf74"><div class="ttname"><a href="python__wrapper__remmina_8c.html#ad291d7929fade69745148ab417a4bf74">python_protocol_feature_new</a></div><div class="ttdeci">PyObject * python_protocol_feature_new(PyTypeObject *type, PyObject *kws, PyObject *args)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00358">python_wrapper_remmina.c:358</a></div></div>
<div class="ttc" id="python__wrapper__file_8c_html_aefe9849fe9ac63ba035f6de1f77e1edd"><div class="ttname"><a href="python__wrapper__file_8c.html#aefe9849fe9ac63ba035f6de1f77e1edd">python_wrapper_create_file_plugin</a></div><div class="ttdeci">RemminaPlugin * python_wrapper_create_file_plugin(PyPlugin *plugin)</div><div class="ttdoc">Creates a new instance of the RemminaPluginFile, initializes its members and references the wrapper f...</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__file_8c_source.html#l00127">python_wrapper_file.c:127</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a002b34038d8b600d96327fd38bd59fde"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a002b34038d8b600d96327fd38bd59fde">remmina_file_get_datadir_wrapper</a></div><div class="ttdeci">static PyObject * remmina_file_get_datadir_wrapper(PyObject *self, PyObject *plugin)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00827">python_wrapper_remmina.c:827</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="python__wrapper__remmina_8c_html_adba1aaf354842305c8aafd7340271df7"><div class="ttname"><a href="python__wrapper__remmina_8c.html#adba1aaf354842305c8aafd7340271df7">python_protocol_feature_init</a></div><div class="ttdeci">static int python_protocol_feature_init(PyRemminaProtocolFeature *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00382">python_wrapper_remmina.c:382</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_adbec50426452678e9f7039a1df6cb9bf"><div class="ttname"><a href="python__wrapper__remmina_8c.html#adbec50426452678e9f7039a1df6cb9bf">python_protocol_setting_new</a></div><div class="ttdeci">static PyObject * python_protocol_setting_new(PyTypeObject *type, PyObject *args, PyObject *kwargs)</div><div class="ttdoc">Initializes the memory and the fields of the remmina.Setting Python type. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00252">python_wrapper_remmina.c:252</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="python__wrapper__secret_8c_html_a5fb260ce16d8eea90b85d876c6b7b736"><div class="ttname"><a href="python__wrapper__secret_8c.html#a5fb260ce16d8eea90b85d876c6b7b736">python_wrapper_secret_init</a></div><div class="ttdeci">void python_wrapper_secret_init(void)</div><div class="ttdoc">Initializes the Python plugin specialisation for secret plugins. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__secret_8c_source.html#l00046">python_wrapper_secret.c:46</a></div></div>
<div class="ttc" id="python__wrapper__pref_8c_html_a1eea0842a9ec8ca72850f3b9def42b64"><div class="ttname"><a href="python__wrapper__pref_8c.html#a1eea0842a9ec8ca72850f3b9def42b64">python_wrapper_pref_init</a></div><div class="ttdeci">void python_wrapper_pref_init(void)</div><div class="ttdoc">Initializes the Python plugin specialisation for preferences plugins. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__pref_8c_source.html#l00049">python_wrapper_pref.c:49</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_abd69575c9a3a3b1f6a551e78d1d73ecb"><div class="ttname"><a href="python__wrapper__remmina_8c.html#abd69575c9a3a3b1f6a551e78d1d73ecb">remmina_pref_get_ssh_parseconfig_wrapper</a></div><div class="ttdeci">static PyObject * remmina_pref_get_ssh_parseconfig_wrapper(PyObject *self, PyObject *plugin)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00931">python_wrapper_remmina.c:931</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___remmina_plugin_service_html_a71ec795b6643f1d0aec1a18894eacbd1"><div class="ttname"><a href="struct___remmina_plugin_service.html#a71ec795b6643f1d0aec1a18894eacbd1">_RemminaPluginService::get_window</a></div><div class="ttdeci">GtkWindow *(* get_window)(void)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00303">plugin.h:303</a></div></div>
<div class="ttc" id="types_8h_html_a64c62354cc2b7baa50e1d73dcd3df9c7ab0449f571d03e46b99b301792a5d8e1a"><div class="ttname"><a href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7ab0449f571d03e46b99b301792a5d8e1a">REMMINA_PROTOCOL_SSH_SETTING_TUNNEL</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00130">types.h:130</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a685b2ce44daa9ed47ba4987b4183a0a2"><div class="ttname"><a href="python__wrapper__common_8c.html#a685b2ce44daa9ed47ba4987b4183a0a2">python_wrapper_copy_string_from_python</a></div><div class="ttdeci">char * python_wrapper_copy_string_from_python(PyObject *string, Py_ssize_t len)</div><div class="ttdoc">Copies a string from a Python object to a new point in memory. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00172">python_wrapper_common.c:172</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_aba149cac8b96d81753784e266559de08"><div class="ttname"><a href="python__wrapper__remmina_8c.html#aba149cac8b96d81753784e266559de08">python_wrapper_show_dialog_wrapper</a></div><div class="ttdeci">static PyObject * python_wrapper_show_dialog_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01125">python_wrapper_remmina.c:1125</a></div></div>
<div class="ttc" id="struct___remmina_plugin_service_html_a860dc4e2fc1479ec1cbdcc53236df9e9"><div class="ttname"><a href="struct___remmina_plugin_service.html#a860dc4e2fc1479ec1cbdcc53236df9e9">_RemminaPluginService::pref_get_value</a></div><div class="ttdeci">gchar *(* pref_get_value)(const gchar *key)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00227">plugin.h:227</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_aeb41a864c1147dac89d4d7f46546e9ad"><div class="ttname"><a href="python__wrapper__remmina_8c.html#aeb41a864c1147dac89d4d7f46546e9ad">python_wrapper_generic_type_new</a></div><div class="ttdeci">PyObject * python_wrapper_generic_type_new(PyTypeObject *type, PyObject *kws, PyObject *args)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00507">python_wrapper_remmina.c:507</a></div></div>
<div class="ttc" id="types_8h_html_aee1a3e130e6991978acd907b52204350a04da01eead7904a55d1c813950609b2d"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350a04da01eead7904a55d1c813950609b2d">REMMINA_PROTOCOL_SETTING_TYPE_SELECT</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00108">types.h:108</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_ad1f61fdcb71c0511a084ee18b5f0e6a8"><div class="ttname"><a href="python__wrapper__remmina_8c.html#ad1f61fdcb71c0511a084ee18b5f0e6a8">remmina_protocol_widget_get_profile_remote_height_wrapper</a></div><div class="ttdeci">static PyObject * remmina_protocol_widget_get_profile_remote_height_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01062">python_wrapper_remmina.c:1062</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_plugin_service_html_afea11ab21bd7e00addf5a3696519be6d"><div class="ttname"><a href="struct___remmina_plugin_service.html#afea11ab21bd7e00addf5a3696519be6d">_RemminaPluginService::show_dialog</a></div><div class="ttdeci">void(* show_dialog)(GtkMessageType msg, GtkButtonsType buttons, const gchar *message)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00302">plugin.h:302</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a3b418228bdac6a9686f79ba1de8dad58"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a3b418228bdac6a9686f79ba1de8dad58">remmina_protocol_plugin_init_auth_wrapper</a></div><div class="ttdeci">static PyObject * remmina_protocol_plugin_init_auth_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01173">python_wrapper_remmina.c:1173</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a263f103052d2f37c1462a34af94ffaab"><div class="ttname"><a href="python__wrapper__common_8c.html#a263f103052d2f37c1462a34af94ffaab">python_wrapper_get_service</a></div><div class="ttdeci">RemminaPluginService * python_wrapper_get_service(void)</div><div class="ttdoc">Gets the pointer to the plugin service of Remmina. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00199">python_wrapper_common.c:199</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_setting_html_aab4ec78686dfde9ba9a234e218debe16"><div class="ttname"><a href="struct_py_remmina_protocol_setting.html#aab4ec78686dfde9ba9a234e218debe16">PyRemminaProtocolSetting::settingType</a></div><div class="ttdeci">PyObject_HEAD RemminaProtocolSettingType settingType</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00227">python_wrapper_remmina.c:227</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a283437478ea12510fe4cc035bc70fcb8"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a283437478ea12510fe4cc035bc70fcb8">python_wrapper_generic_methods</a></div><div class="ttdeci">static PyMethodDef python_wrapper_generic_methods[]</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00495">python_wrapper_remmina.c:495</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_setting_html_a79347dc9c1e71a2594b4df5e3576ad3a"><div class="ttname"><a href="struct_py_remmina_protocol_setting.html#a79347dc9c1e71a2594b4df5e3576ad3a">PyRemminaProtocolSetting::opt1</a></div><div class="ttdeci">PyObject * opt1</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00231">python_wrapper_remmina.c:231</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_setting_html_a6086b43049072a3a3245c4a45f43dbc5"><div class="ttname"><a href="struct___remmina_protocol_setting.html#a6086b43049072a3a3245c4a45f43dbc5">_RemminaProtocolSetting::validator_data</a></div><div class="ttdeci">gpointer validator_data</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00124">types.h:124</a></div></div>
<div class="ttc" id="types_8h_html_a64c62354cc2b7baa50e1d73dcd3df9c7aef0536e2d0186b8cb8d8ba7a4a1a51c3"><div class="ttname"><a href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7aef0536e2d0186b8cb8d8ba7a4a1a51c3">REMMINA_PROTOCOL_SSH_SETTING_SFTP</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00133">types.h:133</a></div></div>
<div class="ttc" id="types_8h_html_ab0b29804e77812ca42752bf4f379a288a136d17c74813391126815f7c08d6697e"><div class="ttname"><a href="types_8h.html#ab0b29804e77812ca42752bf4f379a288a136d17c74813391126815f7c08d6697e">REMMINA_TYPEHINT_BOOLEAN</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00065">types.h:65</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="struct___remmina_plugin_service_html_a2b75137f9d7739c0d7881ee16e2aabfa"><div class="ttname"><a href="struct___remmina_plugin_service.html#a2b75137f9d7739c0d7881ee16e2aabfa">_RemminaPluginService::get_profile_remote_height</a></div><div class="ttdeci">gint(* get_profile_remote_height)(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00253">plugin.h:253</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="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="types_8h_html_aee1a3e130e6991978acd907b52204350aa045109309280606ff11a9de1862e2ba"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350aa045109309280606ff11a9de1862e2ba">REMMINA_PROTOCOL_SETTING_TYPE_RESOLUTION</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00102">types.h:102</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="python__wrapper__remmina_8c_html_a2c26946525eaffe351b6153a6786153d"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a2c26946525eaffe351b6153a6786153d">remmina_protocol_plugin_signal_connection_opened_wrapper</a></div><div class="ttdeci">static PyObject * remmina_protocol_plugin_signal_connection_opened_wrapper(PyObject *self, PyObject *args)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01209">python_wrapper_remmina.c:1209</a></div></div>
<div class="ttc" id="struct_py_remmina_plugin_screenshot_data_html_a74e84cd06fe5493d2e309fa422e0349e"><div class="ttname"><a href="struct_py_remmina_plugin_screenshot_data.html#a74e84cd06fe5493d2e309fa422e0349e">PyRemminaPluginScreenshotData::bytesPerPixel</a></div><div class="ttdeci">int bytesPerPixel</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00077">python_wrapper_protocol.h:77</a></div></div>
<div class="ttc" id="struct_py_remmina_plugin_screenshot_data_html_aac36eb74554bd33d71ae4b6531ffa720"><div class="ttname"><a href="struct_py_remmina_plugin_screenshot_data.html#aac36eb74554bd33d71ae4b6531ffa720">PyRemminaPluginScreenshotData::buffer</a></div><div class="ttdeci">PyObject_HEAD PyByteArrayObject * buffer</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00075">python_wrapper_protocol.h:75</a></div></div>
<div class="ttc" id="struct___remmina_protocol_setting_html_a94df87db138d4e44e81b3e6c99148ed3"><div class="ttname"><a href="struct___remmina_protocol_setting.html#a94df87db138d4e44e81b3e6c99148ed3">_RemminaProtocolSetting::validator</a></div><div class="ttdeci">GCallback validator</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00125">types.h:125</a></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_a33414e624f0348f8577cf295dce2bace"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a33414e624f0348f8577cf295dce2bace">python_wrapper_check_mandatory_member</a></div><div class="ttdeci">gboolean python_wrapper_check_mandatory_member(PyObject *instance, const gchar *member)</div><div class="ttdoc">Util function to check if a specific member is define in a Python object. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00738">python_wrapper_remmina.c:738</a></div></div>
<div class="ttc" id="python__wrapper__secret_8h_html"><div class="ttname"><a href="python__wrapper__secret_8h.html">python_wrapper_secret.h</a></div></div>
<div class="ttc" id="types_8h_html_a341a0a8b6509633809d99348cc3ba486a10be0730fc3ea326856019ae139a922a"><div class="ttname"><a href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a10be0730fc3ea326856019ae139a922a">REMMINA_MESSAGE_PANEL_FLAG_USERNAME</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00157">types.h:157</a></div></div>
<div class="ttc" id="types_8h_html_a341a0a8b6509633809d99348cc3ba486a46ac68f2dea71082d090ae63c5c4505c"><div class="ttname"><a href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a46ac68f2dea71082d090ae63c5c4505c">REMMINA_MESSAGE_PANEL_FLAG_DOMAIN</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00159">types.h:159</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a54baa8db22d6f805b8e2193b3b313403"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a54baa8db22d6f805b8e2193b3b313403">python_generic_type</a></div><div class="ttdeci">static PyTypeObject python_generic_type</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00533">python_wrapper_remmina.c:533</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__entry_8c_html_ab2e36d6cbec3654566c07c78af3824f9"><div class="ttname"><a href="python__wrapper__entry_8c.html#ab2e36d6cbec3654566c07c78af3824f9">python_wrapper_create_entry_plugin</a></div><div class="ttdeci">RemminaPlugin * python_wrapper_create_entry_plugin(PyPlugin *plugin)</div><div class="ttdoc">Creates a new instance of the RemminaPluginEntry, initializes its members and references the wrapper ...</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__entry_8c_source.html#l00071">python_wrapper_entry.c:71</a></div></div>
<div class="ttc" id="python__wrapper__common_8c_html_a8ddc98141bc274ae10992842aee3a168"><div class="ttname"><a href="python__wrapper__common_8c.html#a8ddc98141bc274ae10992842aee3a168">python_wrapper_to_generic</a></div><div class="ttdeci">RemminaTypeHint python_wrapper_to_generic(PyObject *field, gpointer *target)</div><div class="ttdoc">Extracts data from a PyObject instance to a generic pointer and returns a type hint if it could be de...</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8c_source.html#l00224">python_wrapper_common.c:224</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a7055f797416a2fd833c882c24e6e88a6"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a7055f797416a2fd833c882c24e6e88a6">remmina_public_get_server_port_wrapper</a></div><div class="ttdeci">static PyObject * remmina_public_get_server_port_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01023">python_wrapper_remmina.c:1023</a></div></div>
<div class="ttc" id="types_8h_html_a341a0a8b6509633809d99348cc3ba486a9b734c324722cf2982768feaeeb15c7c"><div class="ttname"><a href="types_8h.html#a341a0a8b6509633809d99348cc3ba486a9b734c324722cf2982768feaeeb15c7c">REMMINA_MESSAGE_PANEL_FLAG_SAVEPASSWORD</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00160">types.h:160</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a5183cb11a04689752672de10bf5d0c69"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a5183cb11a04689752672de10bf5d0c69">remmina_protocol_widget_get_profile_remote_width_wrapper</a></div><div class="ttdeci">static PyObject * remmina_protocol_widget_get_profile_remote_width_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01078">python_wrapper_remmina.c:1078</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_widget_html"><div class="ttname"><a href="struct_py_remmina_protocol_widget.html">PyRemminaProtocolWidget</a></div><div class="ttdoc">The Python abstraction of the protocol widget struct. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00114">python_wrapper_common.h:114</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_ad9e2034841e5b0a10291ad015e4bfc46"><div class="ttname"><a href="python__wrapper__remmina_8c.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="struct___remmina_plugin_service_html_a1bbf968b63ccd08024ebb527e6d6c406"><div class="ttname"><a href="struct___remmina_plugin_service.html#a1bbf968b63ccd08024ebb527e6d6c406">_RemminaPluginService::widget_pool_register</a></div><div class="ttdeci">void(* widget_pool_register)(GtkWidget *widget)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00300">plugin.h:300</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a822ee64f62b7bf7af738dfec34e69737"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a822ee64f62b7bf7af738dfec34e69737">remmina_python_module_type</a></div><div class="ttdeci">static PyModuleDef remmina_python_module_type</div><div class="ttdoc">The definition of the Python module &amp;#39;remmina&amp;#39;. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00238">python_wrapper_remmina.c:238</a></div></div>
<div class="ttc" id="python__wrapper__tool_8c_html_a57245dde610861d678d3a63a57536994"><div class="ttname"><a href="python__wrapper__tool_8c.html#a57245dde610861d678d3a63a57536994">python_wrapper_create_tool_plugin</a></div><div class="ttdeci">RemminaPlugin * python_wrapper_create_tool_plugin(PyPlugin *plugin)</div><div class="ttdoc">Creates a new instance of the RemminaPluginTool, initializes its members and references the wrapper f...</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__tool_8c_source.html#l00058">python_wrapper_tool.c:58</a></div></div>
<div class="ttc" id="struct___remmina_plugin_service_html_afe3c32a421cd5dcc735b99318ff8844a"><div class="ttname"><a href="struct___remmina_plugin_service.html#afe3c32a421cd5dcc735b99318ff8844a">_RemminaPluginService::get_profile_remote_width</a></div><div class="ttdeci">gint(* get_profile_remote_width)(RemminaProtocolWidget *gp)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00252">plugin.h:252</a></div></div>
<div class="ttc" id="struct_py_remmina_plugin_screenshot_data_html_a132778befe6b5251fccff28f12479b41"><div class="ttname"><a href="struct_py_remmina_plugin_screenshot_data.html#a132778befe6b5251fccff28f12479b41">PyRemminaPluginScreenshotData::height</a></div><div class="ttdeci">int height</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol_8h_source.html#l00079">python_wrapper_protocol.h:79</a></div></div>
<div class="ttc" id="python__wrapper__protocol__widget_8c_html_a4fb99cb0b457f062dcb8e2eca5f4b85a"><div class="ttname"><a href="python__wrapper__protocol__widget_8c.html#a4fb99cb0b457f062dcb8e2eca5f4b85a">python_wrapper_protocol_widget_type_ready</a></div><div class="ttdeci">void python_wrapper_protocol_widget_type_ready(void)</div><div class="ttdoc">Initializes Python types used for protocol widgets. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__protocol__widget_8c_source.html#l00247">python_wrapper_protocol_widget.c:247</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_acce1147b25b7cf301301be31b94f51d8"><div class="ttname"><a href="python__wrapper__remmina_8c.html#acce1147b25b7cf301301be31b94f51d8">python_wrapper_generic_to_int</a></div><div class="ttdeci">static PyObject * python_wrapper_generic_to_int(PyGeneric *self, PyObject *args)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00555">python_wrapper_remmina.c:555</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="types_8h_html_a77ae46c4fd739dcd8e819fe9cdae27c5a0658dd6adcfaf5cb52d6d99c97c352d1"><div class="ttname"><a href="types_8h.html#a77ae46c4fd739dcd8e819fe9cdae27c5a0658dd6adcfaf5cb52d6d99c97c352d1">REMMINA_PROTOCOL_FEATURE_TYPE_UNFOCUS</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00050">types.h:50</a></div></div>
<div class="ttc" id="types_8h_html_aee1a3e130e6991978acd907b52204350ad9418344a7f597351e3cc5639be78425"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350ad9418344a7f597351e3cc5639be78425">REMMINA_PROTOCOL_SETTING_TYPE_KEYMAP</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00104">types.h:104</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_aae512fe54f07ab0c9507712469a0043f"><div class="ttname"><a href="python__wrapper__remmina_8c.html#aae512fe54f07ab0c9507712469a0043f">python_wrapper_get_mainwindow_wrapper</a></div><div class="ttdeci">static PyObject * python_wrapper_get_mainwindow_wrapper(PyObject *self, PyObject *args)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01144">python_wrapper_remmina.c:1144</a></div></div>
<div class="ttc" id="python__wrapper__tool_8h_html"><div class="ttname"><a href="python__wrapper__tool_8h.html">python_wrapper_tool.h</a></div></div>
<div class="ttc" id="python__wrapper__entry_8c_html_a6ae71beff603a0d842479bc98bc26d50"><div class="ttname"><a href="python__wrapper__entry_8c.html#a6ae71beff603a0d842479bc98bc26d50">python_wrapper_entry_init</a></div><div class="ttdeci">void python_wrapper_entry_init(void)</div><div class="ttdoc">Initializes the Python plugin specialisation for entry plugins. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__entry_8c_source.html#l00055">python_wrapper_entry.c:55</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a7216165b5783d7e8e0a7044ae52b5d9a"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a7216165b5783d7e8e0a7044ae52b5d9a">python_screenshot_data_new</a></div><div class="ttdeci">PyObject * python_screenshot_data_new(PyTypeObject *type, PyObject *kws, PyObject *args)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00437">python_wrapper_remmina.c:437</a></div></div>
<div class="ttc" id="struct_py_plugin_html_a0ad50bbd41dc27f511d6734b256a37ac"><div class="ttname"><a href="struct_py_plugin.html#a0ad50bbd41dc27f511d6734b256a37ac">PyPlugin::pref_plugin</a></div><div class="ttdeci">RemminaPrefPlugin * pref_plugin</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00133">python_wrapper_common.h:133</a></div></div>
<div class="ttc" id="types_8h_html_aee1a3e130e6991978acd907b52204350a31ee66fffaa245ae411aba0c296ad9da"><div class="ttname"><a href="types_8h.html#aee1a3e130e6991978acd907b52204350a31ee66fffaa245ae411aba0c296ad9da">REMMINA_PROTOCOL_SETTING_TYPE_FILE</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00111">types.h:111</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a53b98f2a3ae805f5b1cbe72f0f2af62a"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a53b98f2a3ae805f5b1cbe72f0f2af62a">python_wrapper_module_init</a></div><div class="ttdeci">void python_wrapper_module_init(void)</div><div class="ttdoc">Initializes all globals and registers the &amp;#39;remmina&amp;#39; module in the Python engine. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00720">python_wrapper_remmina.c:720</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_af4a328d20d3b422cf15214277cb7a643"><div class="ttname"><a href="python__wrapper__remmina_8c.html#af4a328d20d3b422cf15214277cb7a643">python_protocol_feature_type</a></div><div class="ttdeci">static PyTypeObject python_protocol_feature_type</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00395">python_wrapper_remmina.c:395</a></div></div>
<div class="ttc" id="types_8h_html_ab0b29804e77812ca42752bf4f379a288ab774d380798d305b72f4301143d3f440"><div class="ttname"><a href="types_8h.html#ab0b29804e77812ca42752bf4f379a288ab774d380798d305b72f4301143d3f440">REMMINA_TYPEHINT_UNDEFINED</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00069">types.h:69</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a094b4cbf549e774fc03e988c8fb904e7"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a094b4cbf549e774fc03e988c8fb904e7">remmina_pref_keymap_get_keyval_wrapper</a></div><div class="ttdeci">static PyObject * remmina_pref_keymap_get_keyval_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00940">python_wrapper_remmina.c:940</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_setting_html_ad65959226c313319c2e3bdfcee472b2b"><div class="ttname"><a href="struct_py_remmina_protocol_setting.html#ad65959226c313319c2e3bdfcee472b2b">PyRemminaProtocolSetting::name</a></div><div class="ttdeci">gchar * name</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00228">python_wrapper_remmina.c:228</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a923e3fd23d17372bec0ff951a46b7660"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a923e3fd23d17372bec0ff951a46b7660">remmina_widget_pool_register_wrapper</a></div><div class="ttdeci">static PyObject * remmina_widget_pool_register_wrapper(PyObject *self, PyObject *args, PyObject *kwargs)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00992">python_wrapper_remmina.c:992</a></div></div>
<div class="ttc" id="types_8h_html_a64c62354cc2b7baa50e1d73dcd3df9c7a2f71ac2987eeec94430308f6f36840cd"><div class="ttname"><a href="types_8h.html#a64c62354cc2b7baa50e1d73dcd3df9c7a2f71ac2987eeec94430308f6f36840cd">REMMINA_PROTOCOL_SSH_SETTING_REVERSE_TUNNEL</a></div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00132">types.h:132</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a0119afae8dc1bb68e04de3f5d63bb0da"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a0119afae8dc1bb68e04de3f5d63bb0da">python_wrapper_generic_dealloc</a></div><div class="ttdeci">static void python_wrapper_generic_dealloc(PyObject *self)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00490">python_wrapper_remmina.c:490</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_ae9f29b23aa0a87076a2f2d15a0397f5c"><div class="ttname"><a href="python__wrapper__remmina_8c.html#ae9f29b23aa0a87076a2f2d15a0397f5c">python_wrapper_log_print_wrapper</a></div><div class="ttdeci">static PyObject * python_wrapper_log_print_wrapper(PyObject *self, PyObject *arg)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00964">python_wrapper_remmina.c:964</a></div></div>
<div class="ttc" id="python__wrapper__file_8h_html"><div class="ttname"><a href="python__wrapper__file_8h.html">python_wrapper_file.h</a></div><div class="ttdoc">Contains the specialisation of RemminaPluginFile plugins in Python. </div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_a20df87db3768444838a5bc62383ba0e5"><div class="ttname"><a href="python__wrapper__remmina_8c.html#a20df87db3768444838a5bc62383ba0e5">python_wrapper_debug_wrapper</a></div><div class="ttdeci">static PyObject * python_wrapper_debug_wrapper(PyObject *self, PyObject *msg)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00978">python_wrapper_remmina.c:978</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_aad6c19845e75ab365c98585edfdda43f"><div class="ttname"><a href="python__wrapper__remmina_8c.html#aad6c19845e75ab365c98585edfdda43f">remmina_masterthread_exec_is_main_thread_wrapper</a></div><div class="ttdeci">static PyObject * remmina_masterthread_exec_is_main_thread_wrapper(PyObject *self, PyObject *plugin)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01047">python_wrapper_remmina.c:1047</a></div></div>
<div class="ttc" id="struct_py_remmina_protocol_setting_html"><div class="ttname"><a href="struct_py_remmina_protocol_setting.html">PyRemminaProtocolSetting</a></div><div class="ttdoc">Adapter struct to handle Remmina protocol settings. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00224">python_wrapper_remmina.c:224</a></div></div>
<div class="ttc" id="struct___remmina_plugin_service_html_ad0c0e810cad311a80cb73746bc299895"><div class="ttname"><a href="struct___remmina_plugin_service.html#ad0c0e810cad311a80cb73746bc299895">_RemminaPluginService::file_new</a></div><div class="ttdeci">RemminaFile *(* file_new)(void)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00216">plugin.h:216</a></div></div>
<div class="ttc" id="struct___remmina_plugin_service_html_a588f2c328c535384a0adaac027c4df72"><div class="ttname"><a href="struct___remmina_plugin_service.html#a588f2c328c535384a0adaac027c4df72">_RemminaPluginService::_remmina_debug</a></div><div class="ttdeci">void(* _remmina_debug)(const gchar *func, const gchar *fmt,...)</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00237">plugin.h:237</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_abf39b9982da287d8768a66e472965519"><div class="ttname"><a href="python__wrapper__remmina_8c.html#abf39b9982da287d8768a66e472965519">remmina_pref_get_scale_quality_wrapper</a></div><div class="ttdeci">static PyObject * remmina_pref_get_scale_quality_wrapper(PyObject *self, PyObject *plugin)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00904">python_wrapper_remmina.c:904</a></div></div>
<div class="ttc" id="struct___remmina_protocol_setting_html_a7a5b063deb126422c461203c074a3dc4"><div class="ttname"><a href="struct___remmina_protocol_setting.html#a7a5b063deb126422c461203c074a3dc4">_RemminaProtocolSetting::label</a></div><div class="ttdeci">const gchar * label</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00120">types.h:120</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="struct___remmina_plugin_html_a3f09b29bb3b0c044780d56a8b1a51582"><div class="ttname"><a href="struct___remmina_plugin.html#a3f09b29bb3b0c044780d56a8b1a51582">_RemminaPlugin::name</a></div><div class="ttdeci">const gchar * name</div><div class="ttdef"><b>Definition:</b> <a href="plugin_8h_source.html#l00058">plugin.h:58</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_acbfd9c330a98034bf5ea3253661c939e"><div class="ttname"><a href="python__wrapper__remmina_8c.html#acbfd9c330a98034bf5ea3253661c939e">python_protocol_setting_init</a></div><div class="ttdeci">static int python_protocol_setting_init(PyRemminaProtocolSetting *self, PyObject *args, PyObject *kwargs)</div><div class="ttdoc">Constructor of the remmina.Setting Python type. </div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l00277">python_wrapper_remmina.c:277</a></div></div>
<div class="ttc" id="struct_py_plugin_html_a1550876f14c98c48981015b8399a095b"><div class="ttname"><a href="struct_py_plugin.html#a1550876f14c98c48981015b8399a095b">PyPlugin::entry_plugin</a></div><div class="ttdeci">RemminaEntryPlugin * entry_plugin</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__common_8h_source.html#l00132">python_wrapper_common.h:132</a></div></div>
<div class="ttc" id="python__wrapper__remmina_8c_html_acc0fa393340bf1c43775866389e28c3e"><div class="ttname"><a href="python__wrapper__remmina_8c.html#acc0fa393340bf1c43775866389e28c3e">remmina_protocol_plugin_signal_connection_closed_wrapper</a></div><div class="ttdeci">static PyObject * remmina_protocol_plugin_signal_connection_closed_wrapper(PyObject *self, PyObject *args)</div><div class="ttdef"><b>Definition:</b> <a href="python__wrapper__remmina_8c_source.html#l01158">python_wrapper_remmina.c:1158</a></div></div>
<div class="ttc" id="struct___remmina_protocol_setting_html_ac4cd339607204c5f478727e2a0c04857"><div class="ttname"><a href="struct___remmina_protocol_setting.html#ac4cd339607204c5f478727e2a0c04857">_RemminaProtocolSetting::name</a></div><div class="ttdeci">const gchar * name</div><div class="ttdef"><b>Definition:</b> <a href="types_8h_source.html#l00119">types.h:119</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__remmina_8c.html">python_wrapper_remmina.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>