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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-04-17 14:41:53 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20120417144153-tuyvgt9jp2fr738k
Tags: 3.4.1-0ubuntu1
* New upstream release:
  - Translation updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
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>,
 
41
<a href="/usr/share/gtk-doc/html/glib/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="/usr/share/gtk-doc/html/glib/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
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>
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"><a href="/usr/share/gtk-doc/html/glib/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>
66
66
<p>
67
67
Cancels any ongoing operation.
68
68
</p>
76
76
</tr>
77
77
<tr>
78
78
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
79
 
<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>
 
79
<td>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>. TRUE when cancellation was successful. FALSE otherwise.</td>
80
80
</tr>
81
81
</tbody>
82
82
</table></div>
84
84
<hr>
85
85
<div class="refsect2">
86
86
<a name="brasero-tool-dialog-set-medium"></a><h3>brasero_tool_dialog_set_medium ()</h3>
87
 
<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>,
 
87
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/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>,
88
88
                                                         <em class="parameter"><code><a href="../libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"><span class="type">BraseroMedium</span></a> *medium</code></em>);</pre>
89
89
<p>
90
90
Selects the medium that should be currently selected.
104
104
</tr>
105
105
<tr>
106
106
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
107
 
<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>
 
107
<td>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>. TRUE if it was successful.</td>
108
108
</tr>
109
109
</tbody>
110
110
</table></div>