~ubuntu-branches/ubuntu/saucy/yelp/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/libyelp/html/YelpLocationEntry.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-01-03 13:23:15 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20120103132315-yvk636rtjs1j62hx
Tags: 3.3.2-0ubuntu1
* debian/watch: Watch for development versions.
* New upstream release.
* debian/control.in: Add libgee-dev and libfolks-dev build dependencies as
  per upstream configure.ac.
* 01_lpi.patch, 06_setup_error_on_missing_dbus.patch: Unfuzz.
* Add 08_g_thread_init_deprecation.patch: Don't call g_thread_init().
  (LP: #911125)
* debian/libyelp0.symbols: Add new symbol from this upstream release.

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>YelpLocationEntry</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="Yelp Reference Manual">
8
 
<link rel="up" href="ch01.html#id2936732" title="Widgets">
 
8
<link rel="up" href="ch01.html#id2796874" title="Widgets">
9
9
<link rel="prev" href="YelpView.html" title="YelpView">
10
10
<link rel="next" href="ch01s02.html" title="Document Processing">
11
 
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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">
15
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
16
<tr valign="middle">
17
17
<td><a accesskey="p" href="YelpView.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="ch01.html#id2936732"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
18
<td><a accesskey="u" href="ch01.html#id2796874"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">Yelp Reference Manual</th>
21
21
<td><a accesskey="n" href="ch01s02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
34
34
                  <a href="#YelpLocationEntry.signals" class="shortcut">Signals</a>
35
35
</td></tr>
36
36
</table>
37
 
<div class="refentry" title="YelpLocationEntry">
 
37
<div class="refentry">
38
38
<a name="YelpLocationEntry"></a><div class="titlepage"></div>
39
39
<div class="refnamediv"><table width="100%"><tr>
40
40
<td valign="top">
43
43
</td>
44
44
<td valign="top" align="right"></td>
45
45
</tr></table></div>
46
 
<div class="refsynopsisdiv" title="Synopsis">
 
46
<div class="refsynopsisdiv">
47
47
<a name="YelpLocationEntry.synopsis"></a><h2>Synopsis</h2>
48
48
<pre class="synopsis">
49
49
#include &lt;yelp.h&gt;
50
50
 
51
 
                    <a href="YelpLocationEntry.html#YelpLocationEntry-struct">YelpLocationEntry</a>;
52
 
                    <a href="YelpLocationEntry.html#YelpLocationEntryClass">YelpLocationEntryClass</a>;
53
 
<span class="returnvalue">GtkWidget</span> *         <a href="YelpLocationEntry.html#yelp-location-entry-new">yelp_location_entry_new</a>             (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *window</code></em>,
 
51
struct              <a href="YelpLocationEntry.html#YelpLocationEntry-struct">YelpLocationEntry</a>;
 
52
struct              <a href="YelpLocationEntry.html#YelpLocationEntryClass">YelpLocationEntryClass</a>;
 
53
<a href="http://library.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a href="YelpLocationEntry.html#yelp-location-entry-new">yelp_location_entry_new</a>             (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *window</code></em>,
54
54
                                                         <em class="parameter"><code><span class="type">YelpBookmarks</span> *bookmarks</code></em>);
55
55
<span class="returnvalue">void</span>                <a href="YelpLocationEntry.html#yelp-location-entry-start-search">yelp_location_entry_start_search</a>    (<em class="parameter"><code><a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> *entry</code></em>);
56
56
</pre>
57
57
</div>
58
 
<div class="refsect1" title="Object Hierarchy">
 
58
<div class="refsect1">
59
59
<a name="YelpLocationEntry.object-hierarchy"></a><h2>Object Hierarchy</h2>
60
60
<pre class="synopsis">
61
 
  GObject
62
 
   +----GInitiallyUnowned
63
 
         +----GtkWidget
64
 
               +----GtkContainer
65
 
                     +----GtkBin
66
 
                           +----GtkComboBox
 
61
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
62
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
63
         +----<a href="http://library.gnome.org/devel/gtk/GtkWidget.html">GtkWidget</a>
 
64
               +----<a href="http://library.gnome.org/devel/gtk/GtkContainer.html">GtkContainer</a>
 
65
                     +----<a href="http://library.gnome.org/devel/gtk/GtkBin.html">GtkBin</a>
 
66
                           +----<a href="http://library.gnome.org/devel/gtk/GtkComboBox.html">GtkComboBox</a>
67
67
                                 +----YelpLocationEntry
68
68
</pre>
69
69
</div>
70
 
<div class="refsect1" title="Implemented Interfaces">
 
70
<div class="refsect1">
71
71
<a name="YelpLocationEntry.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
72
72
<p>
73
73
YelpLocationEntry implements
74
 
 AtkImplementorIface,  GtkBuildable,  GtkCellLayout and  GtkCellEditable.</p>
 
74
 AtkImplementorIface,  <a href="http://library.gnome.org/devel/gtk/GtkBuildable.html">GtkBuildable</a>,  <a href="http://library.gnome.org/devel/gtk/GtkCellLayout.html">GtkCellLayout</a> and  <a href="http://library.gnome.org/devel/gtk/GtkCellEditable.html">GtkCellEditable</a>.</p>
75
75
</div>
76
 
<div class="refsect1" title="Properties">
 
76
<div class="refsect1">
77
77
<a name="YelpLocationEntry.properties"></a><h2>Properties</h2>
78
78
<pre class="synopsis">
79
79
  "<a href="YelpLocationEntry.html#YelpLocationEntry--bookmarks">bookmarks</a>"                <span class="type">YelpBookmarks</span>*        : Read / Write / Construct Only
80
 
  "<a href="YelpLocationEntry.html#YelpLocationEntry--enable-search">enable-search</a>"            <span class="type">gboolean</span>              : Read / Write / Construct
 
80
  "<a href="YelpLocationEntry.html#YelpLocationEntry--enable-search">enable-search</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
81
81
  "<a href="YelpLocationEntry.html#YelpLocationEntry--view">view</a>"                     <a href="YelpView.html"><span class="type">YelpView</span></a>*             : Read / Write / Construct Only
82
82
</pre>
83
83
</div>
84
 
<div class="refsect1" title="Signals">
 
84
<div class="refsect1">
85
85
<a name="YelpLocationEntry.signals"></a><h2>Signals</h2>
86
86
<pre class="synopsis">
87
 
  "<a href="YelpLocationEntry.html#YelpLocationEntry-bookmark-clicked">bookmark-clicked</a>"                               : Run Last
88
 
  "<a href="YelpLocationEntry.html#YelpLocationEntry-location-selected">location-selected</a>"                              : Run Last
89
 
  "<a href="YelpLocationEntry.html#YelpLocationEntry-search-activated">search-activated</a>"                               : Run Last
 
87
  "<a href="YelpLocationEntry.html#YelpLocationEntry-bookmark-clicked">bookmark-clicked</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
88
  "<a href="YelpLocationEntry.html#YelpLocationEntry-location-selected">location-selected</a>"                              : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
89
  "<a href="YelpLocationEntry.html#YelpLocationEntry-search-activated">search-activated</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
90
90
</pre>
91
91
</div>
92
 
<div class="refsect1" title="Description">
 
92
<div class="refsect1">
93
93
<a name="YelpLocationEntry.description"></a><h2>Description</h2>
94
94
<p>
95
 
<a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> is a <span class="type">GtkComboBox</span> designed to show the current location,
 
95
<a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> is a <a href="http://library.gnome.org/devel/gtk/GtkComboBox.html"><span class="type">GtkComboBox</span></a> designed to show the current location,
96
96
provide a drop-down menu of previous locations, and allow the user to perform
97
97
searches.
98
98
</p>
99
99
<p>
100
 
The <span class="type">GtkTreeModel</span> used by a <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> is expected to have at least
 
100
The <a href="http://library.gnome.org/devel/gtk/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a> used by a <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> is expected to have at least
101
101
four columns: <span class="type">"entry-text-column"</span> contains the displayed name
102
102
of the location, <span class="type">"desc-column"</span> contains a description
103
103
for each entry, <span class="type">"icon-column"</span> contains an icon name for
106
106
<a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> widget with <code class="function">yelp_location_entry_new_with_model()</code>.
107
107
</p>
108
108
<p>
109
 
Usually, a single row in the <span class="type">GtkTreeModel</span> corresponds to a location.  When
 
109
Usually, a single row in the <a href="http://library.gnome.org/devel/gtk/GtkTreeModel.html"><span class="type">GtkTreeModel</span></a> corresponds to a location.  When
110
110
a user selects a row from the drop-down menu, the icon and text for that
111
111
row will be placed in the embedded text entry, and the
112
112
<span class="type">"location-selected"</span> signal will be emitted.
124
124
will cause the FIXME signal to be emitted.
125
125
</p>
126
126
</div>
127
 
<div class="refsect1" title="Details">
 
127
<div class="refsect1">
128
128
<a name="YelpLocationEntry.details"></a><h2>Details</h2>
129
 
<div class="refsect2" title="YelpLocationEntry">
130
 
<a name="YelpLocationEntry-struct"></a><h3>YelpLocationEntry</h3>
131
 
<pre class="programlisting">typedef struct _YelpLocationEntry YelpLocationEntry;</pre>
 
129
<div class="refsect2">
 
130
<a name="YelpLocationEntry-struct"></a><h3>struct YelpLocationEntry</h3>
 
131
<pre class="programlisting">struct YelpLocationEntry;</pre>
132
132
</div>
133
133
<hr>
134
 
<div class="refsect2" title="YelpLocationEntryClass">
135
 
<a name="YelpLocationEntryClass"></a><h3>YelpLocationEntryClass</h3>
136
 
<pre class="programlisting">typedef struct {
 
134
<div class="refsect2">
 
135
<a name="YelpLocationEntryClass"></a><h3>struct YelpLocationEntryClass</h3>
 
136
<pre class="programlisting">struct YelpLocationEntryClass {
137
137
    GtkComboBoxClass     parent;
138
138
 
139
139
    void     (* location_selected)          (YelpLocationEntry *entry);
145
145
    void (*_gtk_reserved1) (void);
146
146
    void (*_gtk_reserved2) (void);
147
147
    void (*_gtk_reserved3) (void);
148
 
} YelpLocationEntryClass;
 
148
};
149
149
</pre>
150
150
</div>
151
151
<hr>
152
 
<div class="refsect2" title="yelp_location_entry_new ()">
 
152
<div class="refsect2">
153
153
<a name="yelp-location-entry-new"></a><h3>yelp_location_entry_new ()</h3>
154
 
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         yelp_location_entry_new             (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *window</code></em>,
 
154
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         yelp_location_entry_new             (<em class="parameter"><code><a href="YelpView.html"><span class="type">YelpView</span></a> *window</code></em>,
155
155
                                                         <em class="parameter"><code><span class="type">YelpBookmarks</span> *bookmarks</code></em>);</pre>
156
156
<p>
157
157
Creates a new <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> widget to control <em class="parameter"><code>view</code></em>.
161
161
<tbody>
162
162
<tr>
163
163
<td><p><span class="term"><em class="parameter"><code>view</code></em> :</span></p></td>
164
 
<td>A <a href="YelpView.html"><span class="type">YelpView</span></a>.
165
 
</td>
 
164
<td>A <a href="YelpView.html"><span class="type">YelpView</span></a>.</td>
166
165
</tr>
167
166
<tr>
168
167
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
169
 
<td> A new <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a>.
170
 
</td>
 
168
<td>A new <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a>.</td>
171
169
</tr>
172
170
</tbody>
173
171
</table></div>
174
172
</div>
175
173
<hr>
176
 
<div class="refsect2" title="yelp_location_entry_start_search ()">
 
174
<div class="refsect2">
177
175
<a name="yelp-location-entry-start-search"></a><h3>yelp_location_entry_start_search ()</h3>
178
176
<pre class="programlisting"><span class="returnvalue">void</span>                yelp_location_entry_start_search    (<em class="parameter"><code><a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> *entry</code></em>);</pre>
179
177
<p>
185
183
<col align="left" valign="top">
186
184
<tbody><tr>
187
185
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
188
 
<td>A <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a>.
189
 
</td>
 
186
<td>A <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a>.</td>
190
187
</tr></tbody>
191
188
</table></div>
192
189
</div>
193
190
</div>
194
 
<div class="refsect1" title="Property Details">
 
191
<div class="refsect1">
195
192
<a name="YelpLocationEntry.property-details"></a><h2>Property Details</h2>
196
 
<div class="refsect2" title='The "bookmarks" property'>
 
193
<div class="refsect2">
197
194
<a name="YelpLocationEntry--bookmarks"></a><h3>The <code class="literal">"bookmarks"</code> property</h3>
198
195
<pre class="programlisting">  "bookmarks"                <span class="type">YelpBookmarks</span>*        : Read / Write / Construct Only</pre>
199
196
<p>
202
199
</p>
203
200
</div>
204
201
<hr>
205
 
<div class="refsect2" title='The "enable-search" property'>
 
202
<div class="refsect2">
206
203
<a name="YelpLocationEntry--enable-search"></a><h3>The <code class="literal">"enable-search"</code> property</h3>
207
 
<pre class="programlisting">  "enable-search"            <span class="type">gboolean</span>              : Read / Write / Construct</pre>
 
204
<pre class="programlisting">  "enable-search"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct</pre>
208
205
<p>
209
206
Whether the location entry can act as a search entry.  If search is not
210
207
enabled, the user will not be able to initiate a search by clicking in
213
210
<p>Default value: TRUE</p>
214
211
</div>
215
212
<hr>
216
 
<div class="refsect2" title='The "view" property'>
 
213
<div class="refsect2">
217
214
<a name="YelpLocationEntry--view"></a><h3>The <code class="literal">"view"</code> property</h3>
218
215
<pre class="programlisting">  "view"                     <a href="YelpView.html"><span class="type">YelpView</span></a>*             : Read / Write / Construct Only</pre>
219
216
<p>
221
218
</p>
222
219
</div>
223
220
</div>
224
 
<div class="refsect1" title="Signal Details">
 
221
<div class="refsect1">
225
222
<a name="YelpLocationEntry.signal-details"></a><h2>Signal Details</h2>
226
 
<div class="refsect2" title='The "bookmark-clicked" signal'>
 
223
<div class="refsect2">
227
224
<a name="YelpLocationEntry-bookmark-clicked"></a><h3>The <code class="literal">"bookmark-clicked"</code> signal</h3>
228
225
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> *widget,
229
 
                                                        <span class="type">gpointer</span>           user_data)      : Run Last</pre>
 
226
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>           user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
230
227
<p>
231
228
This signal will be emitted whenever a user clicks the bookmark icon
232
229
embedded in the location entry.
236
233
<tbody>
237
234
<tr>
238
235
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
239
 
<td>The <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> for which the signal was emitted.
240
 
</td>
 
236
<td>The <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> for which the signal was emitted.</td>
241
237
</tr>
242
238
<tr>
243
239
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
244
 
<td>User data set when the handler was connected.
245
 
</td>
 
240
<td>User data set when the handler was connected.</td>
246
241
</tr>
247
242
<tr>
248
243
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
252
247
</table></div>
253
248
</div>
254
249
<hr>
255
 
<div class="refsect2" title='The "location-selected" signal'>
 
250
<div class="refsect2">
256
251
<a name="YelpLocationEntry-location-selected"></a><h3>The <code class="literal">"location-selected"</code> signal</h3>
257
252
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> *widget,
258
 
                                                        <span class="type">gpointer</span>           user_data)      : Run Last</pre>
 
253
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>           user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
259
254
<p>
260
255
This signal will be emitted whenever a user selects a normal row from the
261
256
drop-down menu.  Note that if a row has the flag <code class="literal">YELP_LOCATION_ENTRY_IS_SEARCH</code>,
267
262
<tbody>
268
263
<tr>
269
264
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
270
 
<td>The <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> for which the signal was emitted.
271
 
</td>
 
265
<td>The <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> for which the signal was emitted.</td>
272
266
</tr>
273
267
<tr>
274
268
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
275
 
<td>User data set when the handler was connected.
276
 
</td>
 
269
<td>User data set when the handler was connected.</td>
277
270
</tr>
278
271
<tr>
279
272
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
283
276
</table></div>
284
277
</div>
285
278
<hr>
286
 
<div class="refsect2" title='The "search-activated" signal'>
 
279
<div class="refsect2">
287
280
<a name="YelpLocationEntry-search-activated"></a><h3>The <code class="literal">"search-activated"</code> signal</h3>
288
281
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> *widget,
289
 
                                                        <span class="type">gchar</span>             *text,
290
 
                                                        <span class="type">gpointer</span>           user_data)      : Run Last</pre>
 
282
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>             *text,
 
283
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>           user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
291
284
<p>
292
285
This signal will be emitted whenever the user activates a search, generally
293
286
by pressing <span class="keycap"><strong>Enter</strong></span> in the embedded text entry while <em class="parameter"><code>widget</code></em>
298
291
<tbody>
299
292
<tr>
300
293
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
301
 
<td>The <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> for which the signal was emitted.
302
 
</td>
 
294
<td>The <a href="YelpLocationEntry.html"><span class="type">YelpLocationEntry</span></a> for which the signal was emitted.</td>
303
295
</tr>
304
296
<tr>
305
297
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
306
 
<td>The search text.
307
 
</td>
 
298
<td>The search text.</td>
308
299
</tr>
309
300
<tr>
310
301
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
311
 
<td>User data set when the handler was connected.
312
 
</td>
 
302
<td>User data set when the handler was connected.</td>
313
303
</tr>
314
304
<tr>
315
305
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
322
312
</div>
323
313
<div class="footer">
324
314
<hr>
325
 
          Generated by GTK-Doc V1.15</div>
 
315
          Generated by GTK-Doc V1.18</div>
326
316
</body>
327
317
</html>
 
 
b'\\ No newline at end of file'