~ubuntu-branches/ubuntu/wily/udisks2/wily

« back to all changes in this revision

Viewing changes to doc/html/UDisksClient.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-08-30 12:54:45 UTC
  • mfrom: (1.1.8) (14.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20130830125445-9qe68xunroan90yv
* New upstream release.
* Drop patches which have been merged upstream.
* Refresh dosfslabel.patch.
* Update symbols file.

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>UDisksClient</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="UDisks Reference Manual">
8
8
<link rel="up" href="ref-library.html" title="Part III. Library API Reference">
9
9
<link rel="prev" href="ref-library.html" title="Part III. Library API Reference">
10
10
<link rel="next" href="UDisksObjectInfo.html" title="UDisksObjectInfo">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19 (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">
63
63
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>);
64
64
<a class="link" href="UDisksObject.html" title="UDisksObject"><span class="returnvalue">UDisksObject</span></a> *      <a class="link" href="UDisksClient.html#udisks-client-peek-object" title="udisks_client_peek_object ()">udisks_client_peek_object</a>           (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>,
65
65
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>);
66
 
<a href="/usr/share/gtk-doc/html/gen/GDBusObjectManager.html"><span class="returnvalue">GDBusObjectManager</span></a> * <a class="link" href="UDisksClient.html#udisks-client-get-object-manager" title="udisks_client_get_object_manager ()">udisks_client_get_object_manager</a>   (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>);
 
66
<span class="returnvalue">GDBusObjectManager</span> * <a class="link" href="UDisksClient.html#udisks-client-get-object-manager" title="udisks_client_get_object_manager ()">udisks_client_get_object_manager</a>   (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>);
67
67
<a class="link" href="UDisksManager.html" title="UDisksManager"><span class="returnvalue">UDisksManager</span></a> *     <a class="link" href="UDisksClient.html#udisks-client-get-manager" title="udisks_client_get_manager ()">udisks_client_get_manager</a>           (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>);
68
68
<span class="returnvalue">void</span>                <a class="link" href="UDisksClient.html#udisks-client-settle" title="udisks_client_settle ()">udisks_client_settle</a>                (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>);
69
69
<span class="returnvalue">void</span>                <a class="link" href="UDisksClient.html#udisks-client-queue-changed" title="udisks_client_queue_changed ()">udisks_client_queue_changed</a>         (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>);
144
144
                                                        (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>,
145
145
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *partition_table_type</code></em>,
146
146
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *partition_type</code></em>);
 
147
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksClient.html#udisks-client-get-partition-type-and-subtype-for-display" title="udisks_client_get_partition_type_and_subtype_for_display ()">udisks_client_get_partition_type_and_subtype_for_display</a>
 
148
                                                        (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>,
 
149
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *partition_table_type</code></em>,
 
150
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *partition_table_subtype</code></em>,
 
151
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *partition_type</code></em>);
147
152
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksClient.html#udisks-client-get-partition-table-type-for-display" title="udisks_client_get_partition_table_type_for_display ()">udisks_client_get_partition_table_type_for_display</a>
148
153
                                                        (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>,
149
154
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *partition_table_type</code></em>);
178
183
<a name="UDisksClient.properties"></a><h2>Properties</h2>
179
184
<pre class="synopsis">
180
185
  "<a class="link" href="UDisksClient.html#UDisksClient--manager" title='The "manager" property'>manager</a>"                  <a class="link" href="UDisksManager.html" title="UDisksManager"><span class="type">UDisksManager</span></a>*        : Read
181
 
  "<a class="link" href="UDisksClient.html#UDisksClient--object-manager" title='The "object-manager" property'>object-manager</a>"           <a href="/usr/share/gtk-doc/html/gen/GDBusObjectManager.html"><span class="type">GDBusObjectManager</span></a>*   : Read
 
186
  "<a class="link" href="UDisksClient.html#UDisksClient--object-manager" title='The "object-manager" property'>object-manager</a>"           <span class="type">GDBusObjectManager</span>*   : Read
182
187
</pre>
183
188
</div>
184
189
<div class="refsect1">
216
221
<hr>
217
222
<div class="refsect2">
218
223
<a name="UDISKS-MICRO-VERSION:CAPS"></a><h3>UDISKS_MICRO_VERSION</h3>
219
 
<pre class="programlisting">#define UDISKS_MICRO_VERSION 0
 
224
<pre class="programlisting">#define UDISKS_MICRO_VERSION 1
220
225
</pre>
221
226
<p>
222
227
The micro version of the libudisks2 header files.
433
438
<hr>
434
439
<div class="refsect2">
435
440
<a name="udisks-client-get-object-manager"></a><h3>udisks_client_get_object_manager ()</h3>
436
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gen/GDBusObjectManager.html"><span class="returnvalue">GDBusObjectManager</span></a> * udisks_client_get_object_manager   (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>);</pre>
 
441
<pre class="programlisting"><span class="returnvalue">GDBusObjectManager</span> * udisks_client_get_object_manager   (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>);</pre>
437
442
<p>
438
 
Gets the <a href="/usr/share/gtk-doc/html/gen/GDBusObjectManager.html"><span class="type">GDBusObjectManager</span></a> used by <em class="parameter"><code>client</code></em>.
 
443
Gets the <span class="type">GDBusObjectManager</span> used by <em class="parameter"><code>client</code></em>.
439
444
</p>
440
445
<div class="variablelist"><table border="0" class="variablelist">
441
446
<colgroup>
449
454
</tr>
450
455
<tr>
451
456
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
452
 
<td>A <a href="/usr/share/gtk-doc/html/gen/GDBusObjectManager.html"><span class="type">GDBusObjectManager</span></a>. Do not free, the
 
457
<td>A <span class="type">GDBusObjectManager</span>. Do not free, the
453
458
instance is owned by <em class="parameter"><code>client</code></em>. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
454
459
</td>
455
460
</tr>
1553
1558
</div>
1554
1559
<hr>
1555
1560
<div class="refsect2">
 
1561
<a name="udisks-client-get-partition-type-and-subtype-for-display"></a><h3>udisks_client_get_partition_type_and_subtype_for_display ()</h3>
 
1562
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_client_get_partition_type_and_subtype_for_display
 
1563
                                                        (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>,
 
1564
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *partition_table_type</code></em>,
 
1565
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *partition_table_subtype</code></em>,
 
1566
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *partition_type</code></em>);</pre>
 
1567
<p>
 
1568
Like <a class="link" href="UDisksClient.html#udisks-client-get-partition-type-for-display" title="udisks_client_get_partition_type_for_display ()"><code class="function">udisks_client_get_partition_type_for_display()</code></a> but also takes
 
1569
the partition table subtype into account, if available. This is
 
1570
useful in scenarios where different subtypes is using the same
 
1571
partition type.
 
1572
</p>
 
1573
<div class="variablelist"><table border="0" class="variablelist">
 
1574
<colgroup>
 
1575
<col align="left" valign="top">
 
1576
<col>
 
1577
</colgroup>
 
1578
<tbody>
 
1579
<tr>
 
1580
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
 
1581
<td>A <a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a>.</td>
 
1582
</tr>
 
1583
<tr>
 
1584
<td><p><span class="term"><em class="parameter"><code>partition_table_type</code></em> :</span></p></td>
 
1585
<td>A partitioning type e.g. 'dos' or 'gpt'.</td>
 
1586
</tr>
 
1587
<tr>
 
1588
<td><p><span class="term"><em class="parameter"><code>partition_table_subtype</code></em> :</span></p></td>
 
1589
<td>A partitioning subtype or <code class="literal">NULL</code>.</td>
 
1590
</tr>
 
1591
<tr>
 
1592
<td><p><span class="term"><em class="parameter"><code>partition_type</code></em> :</span></p></td>
 
1593
<td>A partition type.</td>
 
1594
</tr>
 
1595
<tr>
 
1596
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
1597
<td>A description of <em class="parameter"><code>partition_type</code></em> or <code class="literal">NULL</code> if unknown.</td>
 
1598
</tr>
 
1599
</tbody>
 
1600
</table></div>
 
1601
<p class="since">Since 2.1.1</p>
 
1602
</div>
 
1603
<hr>
 
1604
<div class="refsect2">
1556
1605
<a name="udisks-client-get-partition-table-type-for-display"></a><h3>udisks_client_get_partition_table_type_for_display ()</h3>
1557
1606
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_client_get_partition_table_type_for_display
1558
1607
                                                        (<em class="parameter"><code><a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> *client</code></em>,
1630
1679
<hr>
1631
1680
<div class="refsect2">
1632
1681
<a name="UDisksClient--object-manager"></a><h3>The <code class="literal">"object-manager"</code> property</h3>
1633
 
<pre class="programlisting">  "object-manager"           <a href="/usr/share/gtk-doc/html/gen/GDBusObjectManager.html"><span class="type">GDBusObjectManager</span></a>*   : Read</pre>
 
1682
<pre class="programlisting">  "object-manager"           <span class="type">GDBusObjectManager</span>*   : Read</pre>
1634
1683
<p>
1635
 
The <a href="/usr/share/gtk-doc/html/gen/GDBusObjectManager.html"><span class="type">GDBusObjectManager</span></a> used by the <a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> instance.
 
1684
The <span class="type">GDBusObjectManager</span> used by the <a class="link" href="UDisksClient.html" title="UDisksClient"><span class="type">UDisksClient</span></a> instance.
1636
1685
</p>
1637
1686
</div>
1638
1687
</div>
1682
1731
</div>
1683
1732
<div class="footer">
1684
1733
<hr>
1685
 
          Generated by GTK-Doc V1.18</div>
 
1734
          Generated by GTK-Doc V1.19</div>
1686
1735
</body>
1687
1736
</html>
 
 
b'\\ No newline at end of file'