~ubuntu-branches/ubuntu/quantal/libxfce4util/quantal

« back to all changes in this revision

Viewing changes to docs/html/libxfce4util-Desktop-entries.html

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2011-09-12 22:44:20 UTC
  • mfrom: (2.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20110912224420-ure8tf1r2wk7qcyh
Tags: 4.8.2-1
* New upstream release.
* debian/patches:
  - 01_add-desktop-base-in-config-dirs refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>XfceDesktopEntry</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="libxfce4util Reference Manual">
8
8
<link rel="up" href="libxfce4util-core.html" title="Xfce Core Application support">
9
9
<link rel="prev" href="libxfce4util-core.html" title="Xfce Core Application support">
10
10
<link rel="next" href="libxfce4util-Xfce-Kiosk-functions.html" title="Xfce Kiosk functions">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
28
28
                  <a href="#libxfce4util-Desktop-entries.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
29
</td></tr>
30
30
</table>
31
 
<div class="refentry" title="XfceDesktopEntry">
 
31
<div class="refentry">
32
32
<a name="libxfce4util-Desktop-entries"></a><div class="titlepage"></div>
33
33
<div class="refnamediv"><table width="100%"><tr>
34
34
<td valign="top">
37
37
</td>
38
38
<td valign="top" align="right"></td>
39
39
</tr></table></div>
40
 
<div class="refsynopsisdiv" title="Synopsis">
 
40
<div class="refsynopsisdiv">
41
41
<a name="libxfce4util-Desktop-entries.synopsis"></a><h2>Synopsis</h2>
42
42
<a name="XfceDesktopEntry"></a><pre class="synopsis">
43
43
#include &lt;libxfce4util/libxfce4util.h&gt;
44
44
 
45
 
                    <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry-struct" title="XfceDesktopEntry">XfceDesktopEntry</a>;
 
45
struct              <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry-struct" title="struct XfceDesktopEntry">XfceDesktopEntry</a>;
46
46
<a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="returnvalue">XfceDesktopEntry</span></a> *  <a class="link" href="libxfce4util-Desktop-entries.html#xfce-desktop-entry-new" title="xfce_desktop_entry_new ()">xfce_desktop_entry_new</a>              (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
47
47
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **categories</code></em>,
48
48
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num_categories</code></em>);
62
62
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);
63
63
</pre>
64
64
</div>
65
 
<div class="refsect1" title="Object Hierarchy">
 
65
<div class="refsect1">
66
66
<a name="libxfce4util-Desktop-entries.object-hierarchy"></a><h2>Object Hierarchy</h2>
67
67
<pre class="synopsis">
68
68
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
69
69
   +----XfceDesktopEntry
70
70
</pre>
71
71
</div>
72
 
<div class="refsect1" title="Description">
 
72
<div class="refsect1">
73
73
<a name="libxfce4util-Desktop-entries.description"></a><h2>Description</h2>
74
74
<p>
75
75
XfceDesktopEntry is a wrapper for a so-called desktop entry file. The
76
76
desktop entry format is defined on <a class="ulink" href="http://www.freedesktop.org/" target="_top">Freedesktop.org</a>.
77
77
</p>
78
78
</div>
79
 
<div class="refsect1" title="Details">
 
79
<div class="refsect1">
80
80
<a name="libxfce4util-Desktop-entries.details"></a><h2>Details</h2>
81
 
<div class="refsect2" title="XfceDesktopEntry">
82
 
<a name="XfceDesktopEntry-struct"></a><h3>XfceDesktopEntry</h3>
83
 
<pre class="programlisting">typedef struct _XfceDesktopEntry XfceDesktopEntry;</pre>
84
 
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
81
<div class="refsect2">
 
82
<a name="XfceDesktopEntry-struct"></a><h3>struct XfceDesktopEntry</h3>
 
83
<pre class="programlisting">struct XfceDesktopEntry;</pre>
 
84
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
85
85
<h3 class="title">Warning</h3>
86
86
<p><code class="literal">XfceDesktopEntry</code> has been deprecated since version 4.8 and should not be used in newly-written code. Use <a class="link" href="libxfce4util-Resource-Config-File-Support.html#XfceRc" title="XfceRc"><span class="type">XfceRc</span></a> instead.</p>
87
87
</div>
92
92
</p>
93
93
</div>
94
94
<hr>
95
 
<div class="refsect2" title="xfce_desktop_entry_new ()">
 
95
<div class="refsect2">
96
96
<a name="xfce-desktop-entry-new"></a><h3>xfce_desktop_entry_new ()</h3>
97
97
<pre class="programlisting"><a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="returnvalue">XfceDesktopEntry</span></a> *  xfce_desktop_entry_new              (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *file</code></em>,
98
98
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **categories</code></em>,
99
99
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num_categories</code></em>);</pre>
100
 
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
100
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
101
101
<h3 class="title">Warning</h3>
102
102
<p><code class="literal">xfce_desktop_entry_new</code> has been deprecated since version 4.8 and should not be used in newly-written code. Use <a class="link" href="libxfce4util-Resource-Config-File-Support.html#XfceRc" title="XfceRc"><span class="type">XfceRc</span></a> instead.</p>
103
103
</div>
113
113
<tbody>
114
114
<tr>
115
115
<td><p><span class="term"><em class="parameter"><code>file</code></em> :</span></p></td>
116
 
<td>full path to the desktop entry file to use.
117
 
</td>
 
116
<td>full path to the desktop entry file to use.</td>
118
117
</tr>
119
118
<tr>
120
119
<td><p><span class="term"><em class="parameter"><code>categories</code></em> :</span></p></td>
121
 
<td>array of categories, not necessarily NULL terminated.
122
 
</td>
 
120
<td>array of categories, not necessarily NULL terminated.</td>
123
121
</tr>
124
122
<tr>
125
123
<td><p><span class="term"><em class="parameter"><code>num_categories</code></em> :</span></p></td>
126
 
<td>number of items in <em class="parameter"><code>categories</code></em>.
127
 
</td>
 
124
<td>number of items in <em class="parameter"><code>categories</code></em>.</td>
128
125
</tr>
129
126
<tr>
130
127
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
131
 
<td> newly created <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a> or NULL if something goes wrong.
132
 
 
133
 
</td>
 
128
<td>newly created <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a> or NULL if something goes wrong.</td>
134
129
</tr>
135
130
</tbody>
136
131
</table></div>
137
132
<p class="since">Since 4.2</p>
138
133
</div>
139
134
<hr>
140
 
<div class="refsect2" title="xfce_desktop_entry_new_from_data ()">
 
135
<div class="refsect2">
141
136
<a name="xfce-desktop-entry-new-from-data"></a><h3>xfce_desktop_entry_new_from_data ()</h3>
142
137
<pre class="programlisting"><a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="returnvalue">XfceDesktopEntry</span></a> *  xfce_desktop_entry_new_from_data    (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *data</code></em>,
143
138
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **categories</code></em>,
144
139
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> num_categories</code></em>);</pre>
145
 
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
140
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
146
141
<h3 class="title">Warning</h3>
147
142
<p><code class="literal">xfce_desktop_entry_new_from_data</code> has been deprecated since version 4.8 and should not be used in newly-written code. Use <a class="link" href="libxfce4util-Resource-Config-File-Support.html#XfceRc" title="XfceRc"><span class="type">XfceRc</span></a> instead.</p>
148
143
</div>
158
153
<tbody>
159
154
<tr>
160
155
<td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td>
161
 
<td>pointer to the desktop entry inline data.
162
 
</td>
 
156
<td>pointer to the desktop entry inline data.</td>
163
157
</tr>
164
158
<tr>
165
159
<td><p><span class="term"><em class="parameter"><code>categories</code></em> :</span></p></td>
166
 
<td>array of categories, not necessarily NULL terminated.
167
 
</td>
 
160
<td>array of categories, not necessarily NULL terminated.</td>
168
161
</tr>
169
162
<tr>
170
163
<td><p><span class="term"><em class="parameter"><code>num_categories</code></em> :</span></p></td>
171
 
<td>number of items in <em class="parameter"><code>categories</code></em>.
172
 
</td>
 
164
<td>number of items in <em class="parameter"><code>categories</code></em>.</td>
173
165
</tr>
174
166
<tr>
175
167
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
176
 
<td> newly created <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a> or NULL if something goes wrong.
177
 
 
178
 
</td>
 
168
<td>newly created <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a> or NULL if something goes wrong.</td>
179
169
</tr>
180
170
</tbody>
181
171
</table></div>
182
172
<p class="since">Since 4.2</p>
183
173
</div>
184
174
<hr>
185
 
<div class="refsect2" title="xfce_desktop_entry_get_file ()">
 
175
<div class="refsect2">
186
176
<a name="xfce-desktop-entry-get-file"></a><h3>xfce_desktop_entry_get_file ()</h3>
187
177
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       xfce_desktop_entry_get_file         (<em class="parameter"><code><a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a> *desktop_entry</code></em>);</pre>
188
 
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
178
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
189
179
<h3 class="title">Warning</h3>
190
180
<p><code class="literal">xfce_desktop_entry_get_file</code> has been deprecated since version 4.8 and should not be used in newly-written code. Use <a class="link" href="libxfce4util-Resource-Config-File-Support.html#XfceRc" title="XfceRc"><span class="type">XfceRc</span></a> instead.</p>
191
181
</div>
198
188
<tbody>
199
189
<tr>
200
190
<td><p><span class="term"><em class="parameter"><code>desktop_entry</code></em> :</span></p></td>
201
 
<td>an <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a>.
202
 
</td>
 
191
<td>an <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a>.</td>
203
192
</tr>
204
193
<tr>
205
194
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
206
 
<td> path of the desktop entry file used to create <em class="parameter"><code>desktop_entry</code></em>. The
207
 
              return value should be considered read-only and must not be freed
208
 
              by the caller.
209
 
</td>
 
195
<td>path of the desktop entry file used to create <em class="parameter"><code>desktop_entry</code></em>. The
 
196
return value should be considered read-only and must not be freed
 
197
by the caller.</td>
210
198
</tr>
211
199
</tbody>
212
200
</table></div>
213
201
<p class="since">Since 4.2</p>
214
202
</div>
215
203
<hr>
216
 
<div class="refsect2" title="xfce_desktop_entry_get_string ()">
 
204
<div class="refsect2">
217
205
<a name="xfce-desktop-entry-get-string"></a><h3>xfce_desktop_entry_get_string ()</h3>
218
206
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            xfce_desktop_entry_get_string       (<em class="parameter"><code><a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a> *desktop_entry</code></em>,
219
207
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
220
208
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> translated</code></em>,
221
209
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **value_return</code></em>);</pre>
222
 
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
210
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
223
211
<h3 class="title">Warning</h3>
224
212
<p><code class="literal">xfce_desktop_entry_get_string</code> has been deprecated since version 4.8 and should not be used in newly-written code. Use <a class="link" href="libxfce4util-Resource-Config-File-Support.html#XfceRc" title="XfceRc"><span class="type">XfceRc</span></a> instead.</p>
225
213
</div>
238
226
</tr>
239
227
<tr>
240
228
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
241
 
<td>category to find value for.
242
 
</td>
 
229
<td>category to find value for.</td>
243
230
</tr>
244
231
<tr>
245
232
<td><p><span class="term"><em class="parameter"><code>translated</code></em> :</span></p></td>
246
 
<td>set to TRUE if the translated value is preferred.
247
 
</td>
 
233
<td>set to TRUE if the translated value is preferred.</td>
248
234
</tr>
249
235
<tr>
250
236
<td><p><span class="term"><em class="parameter"><code>value_return</code></em> :</span></p></td>
251
 
<td>location for the value, which will be newly allocated.
252
 
</td>
 
237
<td>location for the value, which will be newly allocated.</td>
253
238
</tr>
254
239
<tr>
255
240
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
256
 
<td> TRUE on success, FALSE on failure. <em class="parameter"><code>value_return</code></em> must be freed.
257
 
 
258
 
</td>
 
241
<td>TRUE on success, FALSE on failure. <em class="parameter"><code>value_return</code></em> must be freed.</td>
259
242
</tr>
260
243
</tbody>
261
244
</table></div>
262
245
<p class="since">Since 4.2</p>
263
246
</div>
264
247
<hr>
265
 
<div class="refsect2" title="xfce_desktop_entry_get_int ()">
 
248
<div class="refsect2">
266
249
<a name="xfce-desktop-entry-get-int"></a><h3>xfce_desktop_entry_get_int ()</h3>
267
250
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            xfce_desktop_entry_get_int          (<em class="parameter"><code><a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a> *desktop_entry</code></em>,
268
251
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
269
252
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *value_return</code></em>);</pre>
270
 
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
253
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
271
254
<h3 class="title">Warning</h3>
272
255
<p><code class="literal">xfce_desktop_entry_get_int</code> has been deprecated since version 4.8 and should not be used in newly-written code. Use <a class="link" href="libxfce4util-Resource-Config-File-Support.html#XfceRc" title="XfceRc"><span class="type">XfceRc</span></a> instead.</p>
273
256
</div>
280
263
<tbody>
281
264
<tr>
282
265
<td><p><span class="term"><em class="parameter"><code>desktop_entry</code></em> :</span></p></td>
283
 
<td>an <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a>.
284
 
</td>
 
266
<td>an <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a>.</td>
285
267
</tr>
286
268
<tr>
287
269
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
288
 
<td>category to find value for.
289
 
</td>
 
270
<td>category to find value for.</td>
290
271
</tr>
291
272
<tr>
292
273
<td><p><span class="term"><em class="parameter"><code>value_return</code></em> :</span></p></td>
293
 
<td>location for the value.
294
 
</td>
 
274
<td>location for the value.</td>
295
275
</tr>
296
276
<tr>
297
277
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
298
 
<td> TRUE on success, FALSE on failure.
299
 
 
300
 
</td>
 
278
<td>TRUE on success, FALSE on failure.</td>
301
279
</tr>
302
280
</tbody>
303
281
</table></div>
304
282
<p class="since">Since 4.2</p>
305
283
</div>
306
284
<hr>
307
 
<div class="refsect2" title="xfce_desktop_entry_has_translated_entry ()">
 
285
<div class="refsect2">
308
286
<a name="xfce-desktop-entry-has-translated-entry"></a><h3>xfce_desktop_entry_has_translated_entry ()</h3>
309
287
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            xfce_desktop_entry_has_translated_entry
310
288
                                                        (<em class="parameter"><code><a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a> *desktop_entry</code></em>,
311
289
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>);</pre>
312
 
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
290
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
313
291
<h3 class="title">Warning</h3>
314
292
<p><code class="literal">xfce_desktop_entry_has_translated_entry</code> has been deprecated since version 4.8 and should not be used in newly-written code. Use <a class="link" href="libxfce4util-Resource-Config-File-Support.html#XfceRc" title="XfceRc"><span class="type">XfceRc</span></a> instead.</p>
315
293
</div>
322
300
<tbody>
323
301
<tr>
324
302
<td><p><span class="term"><em class="parameter"><code>desktop_entry</code></em> :</span></p></td>
325
 
<td>an <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a>.
326
 
</td>
 
303
<td>an <a class="link" href="libxfce4util-Desktop-entries.html#XfceDesktopEntry"><span class="type">XfceDesktopEntry</span></a>.</td>
327
304
</tr>
328
305
<tr>
329
306
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
330
 
<td>the key to check.
331
 
</td>
 
307
<td>the key to check.</td>
332
308
</tr>
333
309
<tr>
334
310
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
335
 
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there is a translated key, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.
336
 
 
337
 
</td>
 
311
<td>
 
312
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there is a translated key, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
338
313
</tr>
339
314
</tbody>
340
315
</table></div>
344
319
</div>
345
320
<div class="footer">
346
321
<hr>
347
 
          Generated by GTK-Doc V1.15</div>
 
322
          Generated by GTK-Doc V1.17</div>
348
323
</body>
349
324
</html>
 
 
b'\\ No newline at end of file'