~ubuntu-branches/ubuntu/trusty/brasero/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnDialog.html

  • Committer: Package Import Robot
  • Author(s): Matthew Fischer
  • Date: 2013-05-26 13:21:27 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130526132127-08owtdhxzr4s6hms
Tags: 3.8.0-0ubuntu1
* New upstream release (LP: #1184409)
  - Documentation fixes
  - Translation updates
  - Add a question mark to a question
  - Support notification filtering
  - Remove nonexisting options from the man page
  - Fix while loop in `brasero_libisofs_write_image_to_fd_thread
* Refreshed patches
* 99_fix-mp3-projects.patch: Removed, already applied upstream

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>BraseroBurnDialog</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="Libbrasero-burn Reference Manual">
8
8
<link rel="up" href="ch01.html" title="API Reference for Libbrasero-burn">
9
9
<link rel="prev" href="libbrasero-burn-BraseroBurn.html" title="BraseroBurn">
10
10
<link rel="next" href="libbrasero-burn-BraseroToolDialog.html" title="BraseroToolDialog">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (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">
38
38
<div class="refsynopsisdiv">
39
39
<a name="libbrasero-burn-BraseroBurnDialog.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">                    <a class="link" href="libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog" title="BraseroBurnDialog">BraseroBurnDialog</a>;
41
 
<a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="libbrasero-burn-BraseroBurnDialog.html#brasero-burn-dialog-new" title="brasero_burn_dialog_new ()">brasero_burn_dialog_new</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
42
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libbrasero-burn-BraseroBurnDialog.html#brasero-burn-dialog-run" title="brasero_burn_dialog_run ()">brasero_burn_dialog_run</a>             (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog" title="BraseroBurnDialog"><span class="type">BraseroBurnDialog</span></a> *dialog</code></em>,
 
41
<a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="libbrasero-burn-BraseroBurnDialog.html#brasero-burn-dialog-new" title="brasero_burn_dialog_new ()">brasero_burn_dialog_new</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
 
42
<span class="returnvalue">gboolean</span>            <a class="link" href="libbrasero-burn-BraseroBurnDialog.html#brasero-burn-dialog-run" title="brasero_burn_dialog_run ()">brasero_burn_dialog_run</a>             (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog" title="BraseroBurnDialog"><span class="type">BraseroBurnDialog</span></a> *dialog</code></em>,
43
43
                                                         <em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroBurnSession.html#BraseroBurnSession" title="struct BraseroBurnSession"><span class="type">BraseroBurnSession</span></a> *session</code></em>);
44
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libbrasero-burn-BraseroBurnDialog.html#brasero-burn-dialog-cancel" title="brasero_burn_dialog_cancel ()">brasero_burn_dialog_cancel</a>          (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog" title="BraseroBurnDialog"><span class="type">BraseroBurnDialog</span></a> *dialog</code></em>,
45
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_cancellation</code></em>);
 
44
<span class="returnvalue">gboolean</span>            <a class="link" href="libbrasero-burn-BraseroBurnDialog.html#brasero-burn-dialog-cancel" title="brasero_burn_dialog_cancel ()">brasero_burn_dialog_cancel</a>          (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog" title="BraseroBurnDialog"><span class="type">BraseroBurnDialog</span></a> *dialog</code></em>,
 
45
                                                         <em class="parameter"><code><span class="type">gboolean</span> force_cancellation</code></em>);
46
46
</pre>
47
47
</div>
48
48
<div class="refsect1">
64
64
<hr>
65
65
<div class="refsect2">
66
66
<a name="brasero-burn-dialog-new"></a><h3>brasero_burn_dialog_new ()</h3>
67
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         brasero_burn_dialog_new             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
67
<pre class="programlisting"><a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         brasero_burn_dialog_new             (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
68
68
<p>
69
69
Creates a new <a class="link" href="libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog" title="BraseroBurnDialog"><span class="type">BraseroBurnDialog</span></a> object
70
70
</p>
75
75
</colgroup>
76
76
<tbody><tr>
77
77
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
78
 
<td>a <a href="http://library.gnome.org/devel/gtk3/GtkWidget.html"><span class="type">GtkWidget</span></a>. Unref when it is not needed anymore.</td>
 
78
<td>a <a href="http://developer.gnome.org/gtk2/GtkWidget.html"><span class="type">GtkWidget</span></a>. Unref when it is not needed anymore.</td>
79
79
</tr></tbody>
80
80
</table></div>
81
81
</div>
82
82
<hr>
83
83
<div class="refsect2">
84
84
<a name="brasero-burn-dialog-run"></a><h3>brasero_burn_dialog_run ()</h3>
85
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            brasero_burn_dialog_run             (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog" title="BraseroBurnDialog"><span class="type">BraseroBurnDialog</span></a> *dialog</code></em>,
 
85
<pre class="programlisting"><span class="returnvalue">gboolean</span>            brasero_burn_dialog_run             (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog" title="BraseroBurnDialog"><span class="type">BraseroBurnDialog</span></a> *dialog</code></em>,
86
86
                                                         <em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroBurnSession.html#BraseroBurnSession" title="struct BraseroBurnSession"><span class="type">BraseroBurnSession</span></a> *session</code></em>);</pre>
87
87
<p>
88
88
Start burning the contents of <em class="parameter"><code>session</code></em>.
105
105
</tr>
106
106
<tr>
107
107
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
108
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>. TRUE if the operation was successfully carried out, FALSE otherwise.</td>
 
108
<td>a <span class="type">gboolean</span>. TRUE if the operation was successfully carried out, FALSE otherwise.</td>
109
109
</tr>
110
110
</tbody>
111
111
</table></div>
113
113
<hr>
114
114
<div class="refsect2">
115
115
<a name="brasero-burn-dialog-cancel"></a><h3>brasero_burn_dialog_cancel ()</h3>
116
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            brasero_burn_dialog_cancel          (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog" title="BraseroBurnDialog"><span class="type">BraseroBurnDialog</span></a> *dialog</code></em>,
117
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> force_cancellation</code></em>);</pre>
 
116
<pre class="programlisting"><span class="returnvalue">gboolean</span>            brasero_burn_dialog_cancel          (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroBurnDialog.html#BraseroBurnDialog" title="BraseroBurnDialog"><span class="type">BraseroBurnDialog</span></a> *dialog</code></em>,
 
117
                                                         <em class="parameter"><code><span class="type">gboolean</span> force_cancellation</code></em>);</pre>
118
118
<p>
119
119
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
120
120
happen that the operation won't be cancelled if there is a risk to make a disc unusable.
132
132
</tr>
133
133
<tr>
134
134
<td><p><span class="term"><em class="parameter"><code>force_cancellation</code></em> :</span></p></td>
135
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>
 
135
<td>a <span class="type">gboolean</span>
136
136
</td>
137
137
</tr>
138
138
<tr>
139
139
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
140
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>. TRUE if it was sucessfully cancelled, FALSE otherwise.</td>
 
140
<td>a <span class="type">gboolean</span>. TRUE if it was sucessfully cancelled, FALSE otherwise.</td>
141
141
</tr>
142
142
</tbody>
143
143
</table></div>
146
146
</div>
147
147
<div class="footer">
148
148
<hr>
149
 
          Generated by GTK-Doc V1.18</div>
 
149
          Generated by GTK-Doc V1.18.1</div>
150
150
</body>
151
151
</html>
 
 
b'\\ No newline at end of file'