~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

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

  • Committer: Matthew Fischer
  • Date: 2013-05-26 19:48:27 UTC
  • mfrom: (1.1.56)
  • Revision ID: matthew.fischer@canonical.com-20130526194827-9bx3owseaxxa3o2i
* 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>BraseroToolDialog</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-BraseroBurnDialog.html" title="BraseroBurnDialog">
10
10
<link rel="next" href="libbrasero-burn-BraseroSumDialog.html" title="BraseroSumDialog">
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-BraseroToolDialog.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">struct              <a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog">BraseroToolDialog</a>;
41
 
<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-BraseroToolDialog.html#brasero-tool-dialog-cancel" title="brasero_tool_dialog_cancel ()">brasero_tool_dialog_cancel</a>          (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog"><span class="type">BraseroToolDialog</span></a> *dialog</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-BraseroToolDialog.html#brasero-tool-dialog-set-medium" title="brasero_tool_dialog_set_medium ()">brasero_tool_dialog_set_medium</a>      (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog"><span class="type">BraseroToolDialog</span></a> *dialog</code></em>,
43
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"><span class="type">BraseroMedium</span></a> *medium</code></em>);
 
41
<span class="returnvalue">gboolean</span>            <a class="link" href="libbrasero-burn-BraseroToolDialog.html#brasero-tool-dialog-cancel" title="brasero_tool_dialog_cancel ()">brasero_tool_dialog_cancel</a>          (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog"><span class="type">BraseroToolDialog</span></a> *dialog</code></em>);
 
42
<span class="returnvalue">gboolean</span>            <a class="link" href="libbrasero-burn-BraseroToolDialog.html#brasero-tool-dialog-set-medium" title="brasero_tool_dialog_set_medium ()">brasero_tool_dialog_set_medium</a>      (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog"><span class="type">BraseroToolDialog</span></a> *dialog</code></em>,
 
43
                                                         <em class="parameter"><code><a href="../libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"><span class="type">BraseroMedium</span></a> *medium</code></em>);
44
44
</pre>
45
45
</div>
46
46
<div class="refsect1">
62
62
<hr>
63
63
<div class="refsect2">
64
64
<a name="brasero-tool-dialog-cancel"></a><h3>brasero_tool_dialog_cancel ()</h3>
65
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            brasero_tool_dialog_cancel          (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog"><span class="type">BraseroToolDialog</span></a> *dialog</code></em>);</pre>
 
65
<pre class="programlisting"><span class="returnvalue">gboolean</span>            brasero_tool_dialog_cancel          (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog"><span class="type">BraseroToolDialog</span></a> *dialog</code></em>);</pre>
66
66
<p>
67
67
Cancels any ongoing operation.
68
68
</p>
79
79
</tr>
80
80
<tr>
81
81
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
82
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>. TRUE when cancellation was successful. FALSE otherwise.</td>
 
82
<td>a <span class="type">gboolean</span>. TRUE when cancellation was successful. FALSE otherwise.</td>
83
83
</tr>
84
84
</tbody>
85
85
</table></div>
87
87
<hr>
88
88
<div class="refsect2">
89
89
<a name="brasero-tool-dialog-set-medium"></a><h3>brasero_tool_dialog_set_medium ()</h3>
90
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            brasero_tool_dialog_set_medium      (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog"><span class="type">BraseroToolDialog</span></a> *dialog</code></em>,
91
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"><span class="type">BraseroMedium</span></a> *medium</code></em>);</pre>
 
90
<pre class="programlisting"><span class="returnvalue">gboolean</span>            brasero_tool_dialog_set_medium      (<em class="parameter"><code><a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog"><span class="type">BraseroToolDialog</span></a> *dialog</code></em>,
 
91
                                                         <em class="parameter"><code><a href="../libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"><span class="type">BraseroMedium</span></a> *medium</code></em>);</pre>
92
92
<p>
93
93
Selects the medium that should be currently selected.
94
94
</p>
105
105
</tr>
106
106
<tr>
107
107
<td><p><span class="term"><em class="parameter"><code>medium</code></em> :</span></p></td>
108
 
<td>a <a href="/usr/share/gtk-doc/html/libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"><span class="type">BraseroMedium</span></a>
 
108
<td>a <a href="../libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"><span class="type">BraseroMedium</span></a>
109
109
</td>
110
110
</tr>
111
111
<tr>
112
112
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
113
 
<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 successful.</td>
 
113
<td>a <span class="type">gboolean</span>. TRUE if it was successful.</td>
114
114
</tr>
115
115
</tbody>
116
116
</table></div>
119
119
</div>
120
120
<div class="footer">
121
121
<hr>
122
 
          Generated by GTK-Doc V1.18</div>
 
122
          Generated by GTK-Doc V1.18.1</div>
123
123
</body>
124
124
</html>
 
 
b'\\ No newline at end of file'