1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
<title>BraseroBurnDialog</title>
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
7
<link rel="home" href="index.html" title="Libbrasero-burn Reference Manual">
8
<link rel="up" href="ch01.html" title="API Reference for Libbrasero-burn">
9
<link rel="prev" href="libbrasero-burn-BraseroBurn.html" title="BraseroBurn">
10
<link rel="next" href="libbrasero-burn-BraseroToolDialog.html" title="BraseroToolDialog">
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
<link rel="stylesheet" href="style.css" type="text/css">
13
<link rel="chapter" href="ch01.html" title="API Reference for Libbrasero-burn">
14
<link rel="chapter" href="object-tree.html" title="Object Hierarchy">
15
<link rel="index" href="api-index-full.html" title="API Index">
17
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
18
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
20
<td><a accesskey="p" href="libbrasero-burn-BraseroBurn.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
21
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
22
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
23
<th width="100%" align="center">Libbrasero-burn Reference Manual</th>
24
<td><a accesskey="n" href="libbrasero-burn-BraseroToolDialog.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
26
<tr><td colspan="5" class="shortcuts">
27
<a href="#libbrasero-burn-BraseroBurnDialog.synopsis" class="shortcut">Top</a>
29
<a href="#libbrasero-burn-BraseroBurnDialog.description" class="shortcut">Description</a>
32
<div class="refentry" lang="en">
33
<a name="libbrasero-burn-BraseroBurnDialog"></a><div class="titlepage"></div>
34
<div class="refnamediv"><table width="100%"><tr>
36
<h2><span class="refentrytitle"><a name="libbrasero-burn-BraseroBurnDialog.top_of_page"></a>BraseroBurnDialog</span></h2>
37
<p>BraseroBurnDialog</p>
39
<td valign="top" align="right"></td>
41
<div class="refsynopsisdiv">
42
<a name="libbrasero-burn-BraseroBurnDialog.synopsis"></a><h2>Synopsis</h2>
43
<pre class="synopsis">
45
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog"
46
>BraseroBurnDialog</a>;
48
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
50
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#brasero-burn-dialog-new"
51
>brasero_burn_dialog_new</a> (void);
53
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
55
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#brasero-burn-dialog-run"
56
>brasero_burn_dialog_run</a> (<a
57
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog"
58
>BraseroBurnDialog</a> *dialog,
60
href="../libbrasero-burn/libbrasero-burn-BraseroBurnSession.html#BraseroBurnSession"
61
>BraseroBurnSession</a> *session);
63
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
65
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#brasero-burn-dialog-cancel"
66
>brasero_burn_dialog_cancel</a> (<a
67
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog"
68
>BraseroBurnDialog</a> *dialog,
70
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
71
>gboolean</a> force_cancellation);
74
<div class="refsect1" lang="en">
75
<a name="libbrasero-burn-BraseroBurnDialog.description"></a><h2>Description</h2>
79
<div class="refsect1" lang="en">
80
<a name="libbrasero-burn-BraseroBurnDialog.details"></a><h2>Details</h2>
81
<div class="refsect2" lang="en">
82
<a name="BraseroBurnDialog"></a><h3>BraseroBurnDialog</h3>
83
<pre class="programlisting">typedef struct {
91
<div class="refsect2" lang="en">
92
<a name="brasero-burn-dialog-new"></a><h3>brasero_burn_dialog_new ()</h3>
93
<pre class="programlisting"><a
94
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
95
>GtkWidget</a> * brasero_burn_dialog_new (void);</pre>
98
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog"
99
><span class="type">BraseroBurnDialog</span></a> object</p>
102
<div class="variablelist"><table border="0">
103
<col align="left" valign="top">
105
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
107
href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"
108
><span class="type">GtkWidget</span></a>. Unref when it is not needed anymore.
114
<div class="refsect2" lang="en">
115
<a name="brasero-burn-dialog-run"></a><h3>brasero_burn_dialog_run ()</h3>
116
<pre class="programlisting"><a
117
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
118
>gboolean</a> brasero_burn_dialog_run (<a
119
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog"
120
>BraseroBurnDialog</a> *dialog,
122
href="../libbrasero-burn/libbrasero-burn-BraseroBurnSession.html#BraseroBurnSession"
123
>BraseroBurnSession</a> *session);</pre>
125
Start burning the contents of <em class="parameter"><code>session</code></em>.</p>
128
<div class="variablelist"><table border="0">
129
<col align="left" valign="top">
132
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
134
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog"
135
><span class="type">BraseroBurnDialog</span></a>
139
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
141
href="../libbrasero-burn/libbrasero-burn-BraseroBurnSession.html#BraseroBurnSession"
142
><span class="type">BraseroBurnSession</span></a>
146
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
148
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
149
><span class="type">gboolean</span></a>. TRUE if the operation was successfully carried out, FALSE otherwise.
156
<div class="refsect2" lang="en">
157
<a name="brasero-burn-dialog-cancel"></a><h3>brasero_burn_dialog_cancel ()</h3>
158
<pre class="programlisting"><a
159
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
160
>gboolean</a> brasero_burn_dialog_cancel (<a
161
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog"
162
>BraseroBurnDialog</a> *dialog,
164
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
165
>gboolean</a> force_cancellation);</pre>
167
Cancel the ongoing operation run by <em class="parameter"><code>dialog</code></em>; if <em class="parameter"><code>force_cancellation</code></em> is FALSE then it can
168
happen that the operation won't be cancelled if there is a risk to make a disc unusable.</p>
171
<div class="variablelist"><table border="0">
172
<col align="left" valign="top">
175
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
177
href="../libbrasero-burn/libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog"
178
><span class="type">BraseroBurnDialog</span></a>
182
<td><p><span class="term"><em class="parameter"><code>force_cancellation</code></em> :</span></p></td>
184
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
185
><span class="type">gboolean</span></a>
189
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
191
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
192
><span class="type">gboolean</span></a>. TRUE if it was sucessfully cancelled, FALSE otherwise.
202
Generated by GTK-Doc V1.11</div>