~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to docs/reference/html/BraseroDrive.html

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-28 01:12:27 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20090728011227-tiva9yorc5d1r5hs
Tags: upstream-2.27.5
Import upstream version 2.27.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>BraseroDrive</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
7
 
<link rel="home" href="index.html" title="Libbrasero-media Reference Manual">
8
 
<link rel="up" href="ch01.html" title="API Reference">
9
 
<link rel="prev" href="BraseroDriveSelection.html" title="BraseroDriveSelection">
 
7
<link rel="home" href="index.html" title="Brasero Libraries Reference Manual">
 
8
<link rel="up" href="ch01.html" title="API Reference for Libbrasero-media">
 
9
<link rel="prev" href="BraseroMediumMonitor.html" title="BraseroMediumMonitor">
10
10
<link rel="next" href="BraseroMedium.html" title="BraseroMedium">
11
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="API Reference">
 
13
<link rel="chapter" href="ch01.html" title="API Reference for Libbrasero-media">
 
14
<link rel="chapter" href="ch02.html" title="API Reference for Libbrasero-burn">
 
15
<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
 
16
<link rel="index" href="api-index-full.html" title="API Index">
14
17
</head>
15
18
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
19
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
17
20
<tr valign="middle">
18
 
<td><a accesskey="p" href="BraseroDriveSelection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
21
<td><a accesskey="p" href="BraseroMediumMonitor.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
19
22
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
20
23
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
21
 
<th width="100%" align="center">Libbrasero-media Reference Manual</th>
 
24
<th width="100%" align="center">Brasero Libraries Reference Manual</th>
22
25
<td><a accesskey="n" href="BraseroMedium.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
23
26
</tr>
24
27
<tr><td colspan="5" class="shortcuts">
25
28
<a href="#BraseroDrive.synopsis" class="shortcut">Top</a>
26
29
                 | 
27
30
                <a href="#BraseroDrive.description" class="shortcut">Description</a>
 
31
                 | 
 
32
                <a href="#BraseroDrive.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
33
                 | 
 
34
                <a href="#BraseroDrive.properties" class="shortcut">Properties</a>
 
35
                 | 
 
36
                <a href="#BraseroDrive.signals" class="shortcut">Signals</a>
28
37
</td></tr>
29
38
</table>
30
39
<div class="refentry" lang="en">
40
49
<a name="BraseroDrive.synopsis"></a><h2>Synopsis</h2>
41
50
<pre class="synopsis">
42
51
enum                <a class="link" href="BraseroDrive.html#BraseroDriveCaps" title="enum BraseroDriveCaps">BraseroDriveCaps</a>;
 
52
                    <a class="link" href="BraseroDrive.html#BraseroDrive-struct" title="BraseroDrive">BraseroDrive</a>;
43
53
void                <a class="link" href="BraseroDrive.html#brasero-drive-reprobe" title="brasero_drive_reprobe ()">brasero_drive_reprobe</a>               (<a class="link" href="BraseroDrive.html" title="BraseroDrive">BraseroDrive</a> *drive);
44
54
<a class="link" href="BraseroMedium.html" title="BraseroMedium">BraseroMedium</a> *     <a class="link" href="BraseroDrive.html#brasero-drive-get-medium" title="brasero_drive_get_medium ()">brasero_drive_get_medium</a>            (<a class="link" href="BraseroDrive.html" title="BraseroDrive">BraseroDrive</a> *drive);
45
55
<a
80
90
                                                         <a
81
91
href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"
82
92
>GError</a> **error);
 
93
void                <a class="link" href="BraseroDrive.html#brasero-drive-cancel-current-operation" title="brasero_drive_cancel_current_operation ()">brasero_drive_cancel_current_operation</a>
 
94
                                                        (<a class="link" href="BraseroDrive.html" title="BraseroDrive">BraseroDrive</a> *drive);
83
95
<a
84
96
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
85
97
>gboolean</a>            <a class="link" href="BraseroDrive.html#brasero-drive-is-door-open" title="brasero_drive_is_door_open ()">brasero_drive_is_door_open</a>          (<a class="link" href="BraseroDrive.html" title="BraseroDrive">BraseroDrive</a> *drive);
101
113
</pre>
102
114
</div>
103
115
<div class="refsect1" lang="en">
 
116
<a name="BraseroDrive.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
117
<pre class="synopsis">
 
118
  <a
 
119
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
 
120
>GObject</a>
 
121
   +----BraseroDrive
 
122
</pre>
 
123
</div>
 
124
<div class="refsect1" lang="en">
 
125
<a name="BraseroDrive.properties"></a><h2>Properties</h2>
 
126
<pre class="synopsis">
 
127
  "<a class="link" href="BraseroDrive.html#BraseroDrive--gdrive" title='The "gdrive" property'>gdrive</a>"                   <a
 
128
href="http://library.gnome.org/devel/gio/unstable/GDrive.html"
 
129
>GDrive</a>*               : Read / Write / Construct Only
 
130
  "<a class="link" href="BraseroDrive.html#BraseroDrive--udi" title='The "udi" property'>udi</a>"                      <a
 
131
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
132
>gchar</a>*                : Read / Write / Construct Only
 
133
</pre>
 
134
</div>
 
135
<div class="refsect1" lang="en">
 
136
<a name="BraseroDrive.signals"></a><h2>Signals</h2>
 
137
<pre class="synopsis">
 
138
  "<a class="link" href="BraseroDrive.html#BraseroDrive-medium-added" title='The "medium-added" signal'>medium-added</a>"                                   : Run Last / No Recursion
 
139
  "<a class="link" href="BraseroDrive.html#BraseroDrive-medium-removed" title='The "medium-removed" signal'>medium-removed</a>"                                 : Run Last / No Recursion
 
140
</pre>
 
141
</div>
 
142
<div class="refsect1" lang="en">
104
143
<a name="BraseroDrive.description"></a><h2>Description</h2>
105
144
<p>
106
145
</p>
129
168
</div>
130
169
<hr>
131
170
<div class="refsect2" lang="en">
 
171
<a name="BraseroDrive-struct"></a><h3>BraseroDrive</h3>
 
172
<pre class="programlisting">typedef struct _BraseroDrive BraseroDrive;</pre>
 
173
<p>
 
174
</p>
 
175
</div>
 
176
<hr>
 
177
<div class="refsect2" lang="en">
132
178
<a name="brasero-drive-reprobe"></a><h3>brasero_drive_reprobe ()</h3>
133
179
<pre class="programlisting">void                brasero_drive_reprobe               (<a class="link" href="BraseroDrive.html" title="BraseroDrive">BraseroDrive</a> *drive);</pre>
134
180
<p>
505
551
</div>
506
552
<hr>
507
553
<div class="refsect2" lang="en">
 
554
<a name="brasero-drive-cancel-current-operation"></a><h3>brasero_drive_cancel_current_operation ()</h3>
 
555
<pre class="programlisting">void                brasero_drive_cancel_current_operation
 
556
                                                        (<a class="link" href="BraseroDrive.html" title="BraseroDrive">BraseroDrive</a> *drive);</pre>
 
557
<p>
 
558
Cancels all operations currently running for <em class="parameter"><code>drive</code></em></p>
 
559
<p>
 
560
</p>
 
561
<div class="variablelist"><table border="0">
 
562
<col align="left" valign="top">
 
563
<tbody><tr>
 
564
<td><p><span class="term"><em class="parameter"><code>drive</code></em> :</span></p></td>
 
565
<td> <a class="link" href="BraseroDrive.html" title="BraseroDrive"><span class="type">BraseroDrive</span></a> *
 
566
</td>
 
567
</tr></tbody>
 
568
</table></div>
 
569
</div>
 
570
<hr>
 
571
<div class="refsect2" lang="en">
508
572
<a name="brasero-drive-is-door-open"></a><h3>brasero_drive_is_door_open ()</h3>
509
573
<pre class="programlisting"><a
510
574
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
641
705
</table></div>
642
706
</div>
643
707
</div>
 
708
<div class="refsect1" lang="en">
 
709
<a name="BraseroDrive.property-details"></a><h2>Property Details</h2>
 
710
<div class="refsect2" lang="en">
 
711
<a name="BraseroDrive--gdrive"></a><h3>The <code class="literal">"gdrive"</code> property</h3>
 
712
<pre class="programlisting">  "gdrive"                   <a
 
713
href="http://library.gnome.org/devel/gio/unstable/GDrive.html"
 
714
>GDrive</a>*               : Read / Write / Construct Only</pre>
 
715
<p>A GDrive object for the drive.</p>
 
716
</div>
 
717
<hr>
 
718
<div class="refsect2" lang="en">
 
719
<a name="BraseroDrive--udi"></a><h3>The <code class="literal">"udi"</code> property</h3>
 
720
<pre class="programlisting">  "udi"                      <a
 
721
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
722
>gchar</a>*                : Read / Write / Construct Only</pre>
 
723
<p>HAL udi as a string (Deprecated).</p>
 
724
<p>Default value: NULL</p>
 
725
</div>
 
726
</div>
 
727
<div class="refsect1" lang="en">
 
728
<a name="BraseroDrive.signal-details"></a><h2>Signal Details</h2>
 
729
<div class="refsect2" lang="en">
 
730
<a name="BraseroDrive-medium-added"></a><h3>The <code class="literal">"medium-added"</code> signal</h3>
 
731
<pre class="programlisting">void                user_function                      (<a class="link" href="BraseroDrive.html" title="BraseroDrive">BraseroDrive</a>  *drive,
 
732
                                                        <a class="link" href="BraseroMedium.html" title="BraseroMedium">BraseroMedium</a> *medium,
 
733
                                                        <a
 
734
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
735
>gpointer</a>       user_data)      : Run Last / No Recursion</pre>
 
736
<p>
 
737
This signal gets emitted when a new medium was detected</p>
 
738
<p>
 
739
</p>
 
740
<div class="variablelist"><table border="0">
 
741
<col align="left" valign="top">
 
742
<tbody>
 
743
<tr>
 
744
<td><p><span class="term"><em class="parameter"><code>drive</code></em> :</span></p></td>
 
745
<td> the object which received the signal
 
746
</td>
 
747
</tr>
 
748
<tr>
 
749
<td><p><span class="term"><em class="parameter"><code>medium</code></em> :</span></p></td>
 
750
<td> the new medium which was added
 
751
</td>
 
752
</tr>
 
753
<tr>
 
754
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
 
755
<td>user data set when the signal handler was connected.</td>
 
756
</tr>
 
757
</tbody>
 
758
</table></div>
 
759
</div>
 
760
<hr>
 
761
<div class="refsect2" lang="en">
 
762
<a name="BraseroDrive-medium-removed"></a><h3>The <code class="literal">"medium-removed"</code> signal</h3>
 
763
<pre class="programlisting">void                user_function                      (<a class="link" href="BraseroDrive.html" title="BraseroDrive">BraseroDrive</a>  *drive,
 
764
                                                        <a class="link" href="BraseroMedium.html" title="BraseroMedium">BraseroMedium</a> *medium,
 
765
                                                        <a
 
766
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
 
767
>gpointer</a>       user_data)      : Run Last / No Recursion</pre>
 
768
<p>
 
769
This signal gets emitted when a medium is not longer available</p>
 
770
<p>
 
771
</p>
 
772
<div class="variablelist"><table border="0">
 
773
<col align="left" valign="top">
 
774
<tbody>
 
775
<tr>
 
776
<td><p><span class="term"><em class="parameter"><code>drive</code></em> :</span></p></td>
 
777
<td> the object which received the signal
 
778
</td>
 
779
</tr>
 
780
<tr>
 
781
<td><p><span class="term"><em class="parameter"><code>medium</code></em> :</span></p></td>
 
782
<td> the medium which was removed
 
783
</td>
 
784
</tr>
 
785
<tr>
 
786
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
 
787
<td>user data set when the signal handler was connected.</td>
 
788
</tr>
 
789
</tbody>
 
790
</table></div>
 
791
</div>
 
792
</div>
644
793
</div>
645
794
<div class="footer">
646
795
<hr>