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">
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>
24
27
<tr><td colspan="5" class="shortcuts">
25
28
<a href="#BraseroDrive.synopsis" class="shortcut">Top</a>
27
30
<a href="#BraseroDrive.description" class="shortcut">Description</a>
32
<a href="#BraseroDrive.object-hierarchy" class="shortcut">Object Hierarchy</a>
34
<a href="#BraseroDrive.properties" class="shortcut">Properties</a>
36
<a href="#BraseroDrive.signals" class="shortcut">Signals</a>
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);
103
115
<div class="refsect1" lang="en">
116
<a name="BraseroDrive.object-hierarchy"></a><h2>Object Hierarchy</h2>
117
<pre class="synopsis">
119
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
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
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
142
<div class="refsect1" lang="en">
104
143
<a name="BraseroDrive.description"></a><h2>Description</h2>
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>
558
Cancels all operations currently running for <em class="parameter"><code>drive</code></em></p>
561
<div class="variablelist"><table border="0">
562
<col align="left" valign="top">
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> *
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"
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>
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>
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,
734
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
735
>gpointer</a> user_data) : Run Last / No Recursion</pre>
737
This signal gets emitted when a new medium was detected</p>
740
<div class="variablelist"><table border="0">
741
<col align="left" valign="top">
744
<td><p><span class="term"><em class="parameter"><code>drive</code></em> :</span></p></td>
745
<td> the object which received the signal
749
<td><p><span class="term"><em class="parameter"><code>medium</code></em> :</span></p></td>
750
<td> the new medium which was added
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>
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,
766
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"
767
>gpointer</a> user_data) : Run Last / No Recursion</pre>
769
This signal gets emitted when a medium is not longer available</p>
772
<div class="variablelist"><table border="0">
773
<col align="left" valign="top">
776
<td><p><span class="term"><em class="parameter"><code>drive</code></em> :</span></p></td>
777
<td> the object which received the signal
781
<td><p><span class="term"><em class="parameter"><code>medium</code></em> :</span></p></td>
782
<td> the medium which was removed
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>
645
794
<div class="footer">