~psusi/ubuntu/utopic/udisks2/fix-standby

« back to all changes in this revision

Viewing changes to doc/html/UDisksPersistentStore.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Martin Pitt, Michael Biebl
  • Date: 2012-12-18 05:04:33 UTC
  • mfrom: (14.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20121218050433-3jwk4tdyip2umiy1
[ Martin Pitt ]
* Add debian/patches/test_luks_with_vfat.patch: Run Luks test with VFAT
  instead of ext4, to work around kernel crash with Linux 3.7 when using
  ext4 (https://launchpad.net/bugs/1089818)

[ Michael Biebl ]
* New upstream release.
* Update email address in debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
<div class="refsynopsisdiv">
43
43
<a name="UDisksPersistentStore.synopsis"></a><h2>Synopsis</h2>
44
44
<pre class="synopsis">                    <a class="link" href="UDisksPersistentStore.html#UDisksPersistentStore-struct" title="UDisksPersistentStore">UDisksPersistentStore</a>;
45
 
<a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="returnvalue">UDisksPersistentStore</span></a> * <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-new" title="udisks_persistent_store_new ()">udisks_persistent_store_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> *path</code></em>,
46
 
                                                         <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> *temp_path</code></em>);
47
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-get-path" title="udisks_persistent_store_get_path ()">udisks_persistent_store_get_path</a>    (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>);
48
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-get-temp-path" title="udisks_persistent_store_get_temp_path ()">udisks_persistent_store_get_temp_path</a>
 
45
<a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="returnvalue">UDisksPersistentStore</span></a> * <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-new" title="udisks_persistent_store_new ()">udisks_persistent_store_new</a>     (<em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
 
46
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *temp_path</code></em>);
 
47
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-get-path" title="udisks_persistent_store_get_path ()">udisks_persistent_store_get_path</a>    (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>);
 
48
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-get-temp-path" title="udisks_persistent_store_get_temp_path ()">udisks_persistent_store_get_temp_path</a>
49
49
                                                        (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>);
50
50
enum                <a class="link" href="UDisksPersistentStore.html#UDisksPersistentFlags" title="enum UDisksPersistentFlags">UDisksPersistentFlags</a>;
51
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-get" title="udisks_persistent_store_get ()">udisks_persistent_store_get</a>         (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>,
52
 
                                                         <em class="parameter"><code><a class="link" href="UDisksPersistentStore.html#UDisksPersistentFlags" title="enum UDisksPersistentFlags"><span class="type">UDisksPersistentFlags</span></a> flags</code></em>,
53
 
                                                         <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>,
54
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *type</code></em>,
55
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
56
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-set" title="udisks_persistent_store_set ()">udisks_persistent_store_set</a>         (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>,
57
 
                                                         <em class="parameter"><code><a class="link" href="UDisksPersistentStore.html#UDisksPersistentFlags" title="enum UDisksPersistentFlags"><span class="type">UDisksPersistentFlags</span></a> flags</code></em>,
58
 
                                                         <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>,
59
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *type</code></em>,
60
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *value</code></em>,
61
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
51
<span class="returnvalue">GVariant</span> *          <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-get" title="udisks_persistent_store_get ()">udisks_persistent_store_get</a>         (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>,
 
52
                                                         <em class="parameter"><code><a class="link" href="UDisksPersistentStore.html#UDisksPersistentFlags" title="enum UDisksPersistentFlags"><span class="type">UDisksPersistentFlags</span></a> flags</code></em>,
 
53
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
 
54
                                                         <em class="parameter"><code>const <span class="type">GVariantType</span> *type</code></em>,
 
55
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
56
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-set" title="udisks_persistent_store_set ()">udisks_persistent_store_set</a>         (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>,
 
57
                                                         <em class="parameter"><code><a class="link" href="UDisksPersistentStore.html#UDisksPersistentFlags" title="enum UDisksPersistentFlags"><span class="type">UDisksPersistentFlags</span></a> flags</code></em>,
 
58
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
 
59
                                                         <em class="parameter"><code>const <span class="type">GVariantType</span> *type</code></em>,
 
60
                                                         <em class="parameter"><code><span class="type">GVariant</span> *value</code></em>,
 
61
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
62
62
</pre>
63
63
</div>
64
64
<div class="refsect1">
65
65
<a name="UDisksPersistentStore.object-hierarchy"></a><h2>Object Hierarchy</h2>
66
66
<pre class="synopsis">
67
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
67
  GObject
68
68
   +----UDisksPersistentStore
69
69
</pre>
70
70
</div>
71
71
<div class="refsect1">
72
72
<a name="UDisksPersistentStore.properties"></a><h2>Properties</h2>
73
73
<pre class="synopsis">
74
 
  "<a class="link" href="UDisksPersistentStore.html#UDisksPersistentStore--path" title='The "path" property'>path</a>"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
75
 
  "<a class="link" href="UDisksPersistentStore.html#UDisksPersistentStore--temp-path" title='The "temp-path" property'>temp-path</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only
 
74
  "<a class="link" href="UDisksPersistentStore.html#UDisksPersistentStore--path" title='The "path" property'>path</a>"                     <span class="type">gchar</span>*                : Read / Write / Construct Only
 
75
  "<a class="link" href="UDisksPersistentStore.html#UDisksPersistentStore--temp-path" title='The "temp-path" property'>temp-path</a>"                <span class="type">gchar</span>*                : Read / Write / Construct Only
76
76
</pre>
77
77
</div>
78
78
<div class="refsect1">
84
84
<p>
85
85
The low-level interface consists of <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-get" title="udisks_persistent_store_get ()"><code class="function">udisks_persistent_store_get()</code></a>
86
86
and <a class="link" href="UDisksPersistentStore.html#udisks-persistent-store-set" title="udisks_persistent_store_set ()"><code class="function">udisks_persistent_store_set()</code></a> that can be used to get/set any
87
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>.
 
87
<span class="type">GVariant</span>.
88
88
</p>
89
89
</div>
90
90
<div class="refsect1">
100
100
<hr>
101
101
<div class="refsect2">
102
102
<a name="udisks-persistent-store-new"></a><h3>udisks_persistent_store_new ()</h3>
103
 
<pre class="programlisting"><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="returnvalue">UDisksPersistentStore</span></a> * udisks_persistent_store_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> *path</code></em>,
104
 
                                                         <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> *temp_path</code></em>);</pre>
 
103
<pre class="programlisting"><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="returnvalue">UDisksPersistentStore</span></a> * udisks_persistent_store_new     (<em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
 
104
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *temp_path</code></em>);</pre>
105
105
<p>
106
106
Creates a new <a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> object.
107
107
</p>
127
127
</tr>
128
128
<tr>
129
129
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
130
 
<td>A <a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a>. Free with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.</td>
 
130
<td>A <a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a>. Free with <code class="function">g_object_unref()</code>.</td>
131
131
</tr>
132
132
</tbody>
133
133
</table></div>
135
135
<hr>
136
136
<div class="refsect2">
137
137
<a name="udisks-persistent-store-get-path"></a><h3>udisks_persistent_store_get_path ()</h3>
138
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_persistent_store_get_path    (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>);</pre>
 
138
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_persistent_store_get_path    (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>);</pre>
139
139
<p>
140
140
Gets the path that <em class="parameter"><code>store</code></em> stores its data at.
141
141
</p>
159
159
<hr>
160
160
<div class="refsect2">
161
161
<a name="udisks-persistent-store-get-temp-path"></a><h3>udisks_persistent_store_get_temp_path ()</h3>
162
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_persistent_store_get_temp_path
 
162
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_persistent_store_get_temp_path
163
163
                                                        (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>);</pre>
164
164
<p>
165
165
Gets the that <em class="parameter"><code>store</code></em> stores its temporary data at.
222
222
<hr>
223
223
<div class="refsect2">
224
224
<a name="udisks-persistent-store-get"></a><h3>udisks_persistent_store_get ()</h3>
225
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          udisks_persistent_store_get         (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>,
 
225
<pre class="programlisting"><span class="returnvalue">GVariant</span> *          udisks_persistent_store_get         (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>,
226
226
                                                         <em class="parameter"><code><a class="link" href="UDisksPersistentStore.html#UDisksPersistentFlags" title="enum UDisksPersistentFlags"><span class="type">UDisksPersistentFlags</span></a> flags</code></em>,
227
 
                                                         <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>,
228
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *type</code></em>,
229
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
227
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
 
228
                                                         <em class="parameter"><code>const <span class="type">GVariantType</span> *type</code></em>,
 
229
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
230
230
<p>
231
231
Low-level function to look up the value for <em class="parameter"><code>key</code></em>, if any.
232
232
</p>
250
250
</tr>
251
251
<tr>
252
252
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
253
 
<td>A definite <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a>.</td>
 
253
<td>A definite <span class="type">GVariantType</span>.</td>
254
254
</tr>
255
255
<tr>
256
256
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
257
 
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
 
257
<td>Return location for error or <code class="literal">NULL</code>.</td>
258
258
</tr>
259
259
<tr>
260
260
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
261
 
<td>The value or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if not found or if <em class="parameter"><code>error</code></em> is set. The
262
 
returned <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a>.</td>
 
261
<td>The value or <code class="literal">NULL</code> if not found or if <em class="parameter"><code>error</code></em> is set. The
 
262
returned <span class="type">GVariant</span> must be freed with <code class="function">g_variant_unref()</code>.</td>
263
263
</tr>
264
264
</tbody>
265
265
</table></div>
267
267
<hr>
268
268
<div class="refsect2">
269
269
<a name="udisks-persistent-store-set"></a><h3>udisks_persistent_store_set ()</h3>
270
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_persistent_store_set         (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>,
 
270
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_persistent_store_set         (<em class="parameter"><code><a class="link" href="UDisksPersistentStore.html" title="UDisksPersistentStore"><span class="type">UDisksPersistentStore</span></a> *store</code></em>,
271
271
                                                         <em class="parameter"><code><a class="link" href="UDisksPersistentStore.html#UDisksPersistentFlags" title="enum UDisksPersistentFlags"><span class="type">UDisksPersistentFlags</span></a> flags</code></em>,
272
 
                                                         <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>,
273
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a> *type</code></em>,
274
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *value</code></em>,
275
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
272
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
 
273
                                                         <em class="parameter"><code>const <span class="type">GVariantType</span> *type</code></em>,
 
274
                                                         <em class="parameter"><code><span class="type">GVariant</span> *value</code></em>,
 
275
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
276
276
<p>
277
277
Low-level function that sets the value for <em class="parameter"><code>key</code></em> to <em class="parameter"><code>value</code></em>.
278
278
</p>
299
299
</tr>
300
300
<tr>
301
301
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
302
 
<td>A definite <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariantType.html#GVariantType"><span class="type">GVariantType</span></a>.</td>
 
302
<td>A definite <span class="type">GVariantType</span>.</td>
303
303
</tr>
304
304
<tr>
305
305
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
307
307
</tr>
308
308
<tr>
309
309
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
310
 
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
 
310
<td>Return location for error or <code class="literal">NULL</code>.</td>
311
311
</tr>
312
312
<tr>
313
313
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
314
314
<td>
315
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if setting the value succeeded, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em> is set.</td>
 
315
<code class="literal">TRUE</code> if setting the value succeeded, <code class="literal">FALSE</code> if <em class="parameter"><code>error</code></em> is set.</td>
316
316
</tr>
317
317
</tbody>
318
318
</table></div>
322
322
<a name="UDisksPersistentStore.property-details"></a><h2>Property Details</h2>
323
323
<div class="refsect2">
324
324
<a name="UDisksPersistentStore--path"></a><h3>The <code class="literal">"path"</code> property</h3>
325
 
<pre class="programlisting">  "path"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
 
325
<pre class="programlisting">  "path"                     <span class="type">gchar</span>*                : Read / Write / Construct Only</pre>
326
326
<p>
327
327
The path to store data that will persist across reboots.
328
328
</p>
335
335
<hr>
336
336
<div class="refsect2">
337
337
<a name="UDisksPersistentStore--temp-path"></a><h3>The <code class="literal">"temp-path"</code> property</h3>
338
 
<pre class="programlisting">  "temp-path"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write / Construct Only</pre>
 
338
<pre class="programlisting">  "temp-path"                <span class="type">gchar</span>*                : Read / Write / Construct Only</pre>
339
339
<p>
340
340
The path to store data that will not persist across reboots.
341
341
</p>