~xavi-garcia-mena/ubuntu/vivid/upower/percentages-power-off

« back to all changes in this revision

Viewing changes to doc/html/UPower-up-wakeup-item.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2010-02-16 10:16:24 UTC
  • Revision ID: james.westby@ubuntu.com-20100216101624-2cmwqsr1ndftdd87
Tags: upstream-0.9.0+git20100216.72bb2
Import upstream version 0.9.0+git20100216.72bb2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>up-wakeup-item</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="UPower Reference Manual">
 
8
<link rel="up" href="libupower-glib.html" title="libpackagekit GObjects">
 
9
<link rel="prev" href="UPower-up-stats-item.html" title="up-stats-item">
 
10
<link rel="next" href="libupower-glib-helpers.html" title="libupower-glib helpers">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="reference" href="ref-dbus.html" title="D-Bus API Reference">
 
14
<link rel="reference" href="libupower-glib.html" title="libpackagekit GObjects">
 
15
<link rel="reference" href="libupower-glib-helpers.html" title="libupower-glib helpers">
 
16
<link rel="reference" href="tools-fileformats.html" title="Manual Pages">
 
17
<link rel="index" href="ix01.html" title="Index">
 
18
<link rel="appendix" href="license.html" title="Appendix A. License">
 
19
</head>
 
20
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
21
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
22
<tr valign="middle">
 
23
<td><a accesskey="p" href="UPower-up-stats-item.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
24
<td><a accesskey="u" href="libupower-glib.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
25
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
26
<th width="100%" align="center">UPower Reference Manual</th>
 
27
<td><a accesskey="n" href="libupower-glib-helpers.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
28
</tr>
 
29
<tr><td colspan="5" class="shortcuts">
 
30
<a href="#UPower-up-wakeup-item.synopsis" class="shortcut">Top</a>
 
31
                 | 
 
32
                <a href="#UPower-up-wakeup-item.description" class="shortcut">Description</a>
 
33
</td></tr>
 
34
</table>
 
35
<div class="refentry" title="up-wakeup-item">
 
36
<a name="UPower-up-wakeup-item"></a><div class="titlepage"></div>
 
37
<div class="refnamediv"><table width="100%"><tr>
 
38
<td valign="top">
 
39
<h2><span class="refentrytitle"><a name="UPower-up-wakeup-item.top_of_page"></a>up-wakeup-item</span></h2>
 
40
<p>up-wakeup-item — Helper object representing one item of wakeup data.</p>
 
41
</td>
 
42
<td valign="top" align="right"></td>
 
43
</tr></table></div>
 
44
<div class="refsynopsisdiv" title="Synopsis">
 
45
<a name="UPower-up-wakeup-item.synopsis"></a><h2>Synopsis</h2>
 
46
<pre class="synopsis">
 
47
typedef             <a class="link" href="UPower-up-wakeup-item.html#UpWakeupItemPrivate" title="UpWakeupItemPrivate">UpWakeupItemPrivate</a>;
 
48
UpWakeupItem *      <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-new" title="up_wakeup_item_new ()">up_wakeup_item_new</a>                  (void);
 
49
<a
 
50
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
51
>gboolean</a>            <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-get-is-userspace" title="up_wakeup_item_get_is_userspace ()">up_wakeup_item_get_is_userspace</a>     (UpWakeupItem *wakeup_item);
 
52
void                <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-set-is-userspace" title="up_wakeup_item_set_is_userspace ()">up_wakeup_item_set_is_userspace</a>     (UpWakeupItem *wakeup_item,
 
53
                                                         <a
 
54
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
55
>gboolean</a> is_userspace);
 
56
<a
 
57
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
58
>guint</a>               <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-get-id" title="up_wakeup_item_get_id ()">up_wakeup_item_get_id</a>               (UpWakeupItem *wakeup_item);
 
59
void                <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-set-id" title="up_wakeup_item_set_id ()">up_wakeup_item_set_id</a>               (UpWakeupItem *wakeup_item,
 
60
                                                         <a
 
61
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
62
>guint</a> id);
 
63
<a
 
64
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
65
>guint</a>               <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-get-old" title="up_wakeup_item_get_old ()">up_wakeup_item_get_old</a>              (UpWakeupItem *wakeup_item);
 
66
void                <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-set-old" title="up_wakeup_item_set_old ()">up_wakeup_item_set_old</a>              (UpWakeupItem *wakeup_item,
 
67
                                                         <a
 
68
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
69
>guint</a> old);
 
70
<a
 
71
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
 
72
>gdouble</a>             <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-get-value" title="up_wakeup_item_get_value ()">up_wakeup_item_get_value</a>            (UpWakeupItem *wakeup_item);
 
73
void                <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-set-value" title="up_wakeup_item_set_value ()">up_wakeup_item_set_value</a>            (UpWakeupItem *wakeup_item,
 
74
                                                         <a
 
75
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
 
76
>gdouble</a> value);
 
77
const <a
 
78
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
79
>gchar</a> *       <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-get-cmdline" title="up_wakeup_item_get_cmdline ()">up_wakeup_item_get_cmdline</a>          (UpWakeupItem *wakeup_item);
 
80
void                <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-set-cmdline" title="up_wakeup_item_set_cmdline ()">up_wakeup_item_set_cmdline</a>          (UpWakeupItem *wakeup_item,
 
81
                                                         const <a
 
82
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
83
>gchar</a> *cmdline);
 
84
const <a
 
85
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
86
>gchar</a> *       <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-get-details" title="up_wakeup_item_get_details ()">up_wakeup_item_get_details</a>          (UpWakeupItem *wakeup_item);
 
87
void                <a class="link" href="UPower-up-wakeup-item.html#up-wakeup-item-set-details" title="up_wakeup_item_set_details ()">up_wakeup_item_set_details</a>          (UpWakeupItem *wakeup_item,
 
88
                                                         const <a
 
89
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
90
>gchar</a> *details);
 
91
</pre>
 
92
</div>
 
93
<div class="refsect1" title="Description">
 
94
<a name="UPower-up-wakeup-item.description"></a><h2>Description</h2>
 
95
<p>
 
96
This object represents one item of data which may be returned from the
 
97
daemon in response to a query.
 
98
</p>
 
99
<p>
 
100
See also: <span class="type">UpDevice</span>, <span class="type">UpClient</span></p>
 
101
</div>
 
102
<div class="refsect1" title="Details">
 
103
<a name="UPower-up-wakeup-item.details"></a><h2>Details</h2>
 
104
<div class="refsect2" title="UpWakeupItemPrivate">
 
105
<a name="UpWakeupItemPrivate"></a><h3>UpWakeupItemPrivate</h3>
 
106
<pre class="programlisting">typedef struct UpWakeupItemPrivate UpWakeupItemPrivate;
 
107
</pre>
 
108
</div>
 
109
<hr>
 
110
<div class="refsect2" title="up_wakeup_item_new ()">
 
111
<a name="up-wakeup-item-new"></a><h3>up_wakeup_item_new ()</h3>
 
112
<pre class="programlisting">UpWakeupItem *      up_wakeup_item_new                  (void);</pre>
 
113
<p>
 
114
</p>
 
115
<div class="variablelist"><table border="0">
 
116
<col align="left" valign="top">
 
117
<tbody><tr>
 
118
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
119
<td> a new UpWakeupItem object.
 
120
 
 
121
</td>
 
122
</tr></tbody>
 
123
</table></div>
 
124
<p class="since">Since 0.9.0</p>
 
125
</div>
 
126
<hr>
 
127
<div class="refsect2" title="up_wakeup_item_get_is_userspace ()">
 
128
<a name="up-wakeup-item-get-is-userspace"></a><h3>up_wakeup_item_get_is_userspace ()</h3>
 
129
<pre class="programlisting"><a
 
130
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
131
>gboolean</a>            up_wakeup_item_get_is_userspace     (UpWakeupItem *wakeup_item);</pre>
 
132
<p>
 
133
Gets if the item is userspace.</p>
 
134
<div class="variablelist"><table border="0">
 
135
<col align="left" valign="top">
 
136
<tbody>
 
137
<tr>
 
138
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
139
<td> <span class="type">UpWakeupItem</span>
 
140
</td>
 
141
</tr>
 
142
<tr>
 
143
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
144
<td> the value
 
145
 
 
146
</td>
 
147
</tr>
 
148
</tbody>
 
149
</table></div>
 
150
<p class="since">Since 0.9.0</p>
 
151
</div>
 
152
<hr>
 
153
<div class="refsect2" title="up_wakeup_item_set_is_userspace ()">
 
154
<a name="up-wakeup-item-set-is-userspace"></a><h3>up_wakeup_item_set_is_userspace ()</h3>
 
155
<pre class="programlisting">void                up_wakeup_item_set_is_userspace     (UpWakeupItem *wakeup_item,
 
156
                                                         <a
 
157
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
158
>gboolean</a> is_userspace);</pre>
 
159
<p>
 
160
Sets if the item is userspace.</p>
 
161
<div class="variablelist"><table border="0">
 
162
<col align="left" valign="top">
 
163
<tbody>
 
164
<tr>
 
165
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
166
<td> <span class="type">UpWakeupItem</span>
 
167
</td>
 
168
</tr>
 
169
<tr>
 
170
<td><p><span class="term"><em class="parameter"><code>is_userspace</code></em> :</span></p></td>
 
171
<td> the new value
 
172
</td>
 
173
</tr>
 
174
</tbody>
 
175
</table></div>
 
176
<p class="since">Since 0.9.0</p>
 
177
</div>
 
178
<hr>
 
179
<div class="refsect2" title="up_wakeup_item_get_id ()">
 
180
<a name="up-wakeup-item-get-id"></a><h3>up_wakeup_item_get_id ()</h3>
 
181
<pre class="programlisting"><a
 
182
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
183
>guint</a>               up_wakeup_item_get_id               (UpWakeupItem *wakeup_item);</pre>
 
184
<p>
 
185
Gets the item id.</p>
 
186
<div class="variablelist"><table border="0">
 
187
<col align="left" valign="top">
 
188
<tbody>
 
189
<tr>
 
190
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
191
<td> <span class="type">UpWakeupItem</span>
 
192
</td>
 
193
</tr>
 
194
<tr>
 
195
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
196
<td> the value
 
197
 
 
198
</td>
 
199
</tr>
 
200
</tbody>
 
201
</table></div>
 
202
<p class="since">Since 0.9.0</p>
 
203
</div>
 
204
<hr>
 
205
<div class="refsect2" title="up_wakeup_item_set_id ()">
 
206
<a name="up-wakeup-item-set-id"></a><h3>up_wakeup_item_set_id ()</h3>
 
207
<pre class="programlisting">void                up_wakeup_item_set_id               (UpWakeupItem *wakeup_item,
 
208
                                                         <a
 
209
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
210
>guint</a> id);</pre>
 
211
<p>
 
212
Sets the item id.</p>
 
213
<div class="variablelist"><table border="0">
 
214
<col align="left" valign="top">
 
215
<tbody>
 
216
<tr>
 
217
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
218
<td> <span class="type">UpWakeupItem</span>
 
219
</td>
 
220
</tr>
 
221
<tr>
 
222
<td><p><span class="term"><em class="parameter"><code>id</code></em> :</span></p></td>
 
223
<td> the new value
 
224
</td>
 
225
</tr>
 
226
</tbody>
 
227
</table></div>
 
228
<p class="since">Since 0.9.0</p>
 
229
</div>
 
230
<hr>
 
231
<div class="refsect2" title="up_wakeup_item_get_old ()">
 
232
<a name="up-wakeup-item-get-old"></a><h3>up_wakeup_item_get_old ()</h3>
 
233
<pre class="programlisting"><a
 
234
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
235
>guint</a>               up_wakeup_item_get_old              (UpWakeupItem *wakeup_item);</pre>
 
236
<p>
 
237
Gets the item old.</p>
 
238
<div class="variablelist"><table border="0">
 
239
<col align="left" valign="top">
 
240
<tbody>
 
241
<tr>
 
242
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
243
<td> <span class="type">UpWakeupItem</span>
 
244
</td>
 
245
</tr>
 
246
<tr>
 
247
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
248
<td> the value
 
249
 
 
250
</td>
 
251
</tr>
 
252
</tbody>
 
253
</table></div>
 
254
<p class="since">Since 0.9.0</p>
 
255
</div>
 
256
<hr>
 
257
<div class="refsect2" title="up_wakeup_item_set_old ()">
 
258
<a name="up-wakeup-item-set-old"></a><h3>up_wakeup_item_set_old ()</h3>
 
259
<pre class="programlisting">void                up_wakeup_item_set_old              (UpWakeupItem *wakeup_item,
 
260
                                                         <a
 
261
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
 
262
>guint</a> old);</pre>
 
263
<p>
 
264
Sets the item old.</p>
 
265
<div class="variablelist"><table border="0">
 
266
<col align="left" valign="top">
 
267
<tbody>
 
268
<tr>
 
269
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
270
<td> <span class="type">UpWakeupItem</span>
 
271
</td>
 
272
</tr>
 
273
<tr>
 
274
<td><p><span class="term"><em class="parameter"><code>old</code></em> :</span></p></td>
 
275
<td> the new value
 
276
</td>
 
277
</tr>
 
278
</tbody>
 
279
</table></div>
 
280
<p class="since">Since 0.9.0</p>
 
281
</div>
 
282
<hr>
 
283
<div class="refsect2" title="up_wakeup_item_get_value ()">
 
284
<a name="up-wakeup-item-get-value"></a><h3>up_wakeup_item_get_value ()</h3>
 
285
<pre class="programlisting"><a
 
286
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
 
287
>gdouble</a>             up_wakeup_item_get_value            (UpWakeupItem *wakeup_item);</pre>
 
288
<p>
 
289
Gets the item value.</p>
 
290
<div class="variablelist"><table border="0">
 
291
<col align="left" valign="top">
 
292
<tbody>
 
293
<tr>
 
294
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
295
<td> <span class="type">UpWakeupItem</span>
 
296
</td>
 
297
</tr>
 
298
<tr>
 
299
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
300
<td> the value
 
301
 
 
302
</td>
 
303
</tr>
 
304
</tbody>
 
305
</table></div>
 
306
<p class="since">Since 0.9.0</p>
 
307
</div>
 
308
<hr>
 
309
<div class="refsect2" title="up_wakeup_item_set_value ()">
 
310
<a name="up-wakeup-item-set-value"></a><h3>up_wakeup_item_set_value ()</h3>
 
311
<pre class="programlisting">void                up_wakeup_item_set_value            (UpWakeupItem *wakeup_item,
 
312
                                                         <a
 
313
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"
 
314
>gdouble</a> value);</pre>
 
315
<p>
 
316
Sets the item value.</p>
 
317
<div class="variablelist"><table border="0">
 
318
<col align="left" valign="top">
 
319
<tbody>
 
320
<tr>
 
321
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
322
<td> <span class="type">UpWakeupItem</span>
 
323
</td>
 
324
</tr>
 
325
<tr>
 
326
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
 
327
<td> the new value
 
328
</td>
 
329
</tr>
 
330
</tbody>
 
331
</table></div>
 
332
<p class="since">Since 0.9.0</p>
 
333
</div>
 
334
<hr>
 
335
<div class="refsect2" title="up_wakeup_item_get_cmdline ()">
 
336
<a name="up-wakeup-item-get-cmdline"></a><h3>up_wakeup_item_get_cmdline ()</h3>
 
337
<pre class="programlisting">const <a
 
338
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
339
>gchar</a> *       up_wakeup_item_get_cmdline          (UpWakeupItem *wakeup_item);</pre>
 
340
<p>
 
341
Gets the item cmdline.</p>
 
342
<div class="variablelist"><table border="0">
 
343
<col align="left" valign="top">
 
344
<tbody>
 
345
<tr>
 
346
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
347
<td> <span class="type">UpWakeupItem</span>
 
348
</td>
 
349
</tr>
 
350
<tr>
 
351
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
352
<td> the value
 
353
 
 
354
</td>
 
355
</tr>
 
356
</tbody>
 
357
</table></div>
 
358
<p class="since">Since 0.9.0</p>
 
359
</div>
 
360
<hr>
 
361
<div class="refsect2" title="up_wakeup_item_set_cmdline ()">
 
362
<a name="up-wakeup-item-set-cmdline"></a><h3>up_wakeup_item_set_cmdline ()</h3>
 
363
<pre class="programlisting">void                up_wakeup_item_set_cmdline          (UpWakeupItem *wakeup_item,
 
364
                                                         const <a
 
365
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
366
>gchar</a> *cmdline);</pre>
 
367
<p>
 
368
Sets the item cmdline.</p>
 
369
<div class="variablelist"><table border="0">
 
370
<col align="left" valign="top">
 
371
<tbody>
 
372
<tr>
 
373
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
374
<td> <span class="type">UpWakeupItem</span>
 
375
</td>
 
376
</tr>
 
377
<tr>
 
378
<td><p><span class="term"><em class="parameter"><code>cmdline</code></em> :</span></p></td>
 
379
<td> the new value
 
380
</td>
 
381
</tr>
 
382
</tbody>
 
383
</table></div>
 
384
<p class="since">Since 0.9.0</p>
 
385
</div>
 
386
<hr>
 
387
<div class="refsect2" title="up_wakeup_item_get_details ()">
 
388
<a name="up-wakeup-item-get-details"></a><h3>up_wakeup_item_get_details ()</h3>
 
389
<pre class="programlisting">const <a
 
390
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
391
>gchar</a> *       up_wakeup_item_get_details          (UpWakeupItem *wakeup_item);</pre>
 
392
<p>
 
393
Gets the item details.</p>
 
394
<div class="variablelist"><table border="0">
 
395
<col align="left" valign="top">
 
396
<tbody>
 
397
<tr>
 
398
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
399
<td> <span class="type">UpWakeupItem</span>
 
400
</td>
 
401
</tr>
 
402
<tr>
 
403
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
404
<td> the value
 
405
 
 
406
</td>
 
407
</tr>
 
408
</tbody>
 
409
</table></div>
 
410
<p class="since">Since 0.9.0</p>
 
411
</div>
 
412
<hr>
 
413
<div class="refsect2" title="up_wakeup_item_set_details ()">
 
414
<a name="up-wakeup-item-set-details"></a><h3>up_wakeup_item_set_details ()</h3>
 
415
<pre class="programlisting">void                up_wakeup_item_set_details          (UpWakeupItem *wakeup_item,
 
416
                                                         const <a
 
417
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
418
>gchar</a> *details);</pre>
 
419
<p>
 
420
Sets the item details.</p>
 
421
<div class="variablelist"><table border="0">
 
422
<col align="left" valign="top">
 
423
<tbody>
 
424
<tr>
 
425
<td><p><span class="term"><em class="parameter"><code>history_item</code></em> :</span></p></td>
 
426
<td> <span class="type">UpWakeupItem</span>
 
427
</td>
 
428
</tr>
 
429
<tr>
 
430
<td><p><span class="term"><em class="parameter"><code>details</code></em> :</span></p></td>
 
431
<td> the new value
 
432
</td>
 
433
</tr>
 
434
</tbody>
 
435
</table></div>
 
436
<p class="since">Since 0.9.0</p>
 
437
</div>
 
438
</div>
 
439
</div>
 
440
<div class="footer">
 
441
<hr>
 
442
          Generated by GTK-Doc V1.11</div>
 
443
</body>
 
444
</html>