~ubuntu-branches/debian/experimental/brasero/experimental

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2011-03-29 16:33:51 UTC
  • mfrom: (1.3.18 upstream) (5.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110329163351-ac3wgbh4mplmhnht
Tags: 2.91.93-1
* Only depend on growisofs instead of dvd+rw-tools.
* New upstream pre-release.
* Update build-dependencies, package names, and paths.
* Require totem-plparser 2.32 since its soname changed.
* Do not include GIR package for now, since the versioning is broken 
  (see Bugzilla #646069).
* 01_pkglibdir.patch: dropped, upstream now has a variable we can use 
  for that effect.
* 11_nautilus_menu_no_display.patch, 31_link_libice.patch, 
  50_checksum.patch: dropped, merged upstream.
* 90_relibtoolize.patch: dropped, unnecessary.

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.74.3">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.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.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
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">
16
13
</head>
17
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
18
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
25
22
</tr>
26
23
<tr><td colspan="5" class="shortcuts">
27
24
<a href="#libbrasero-burn-BraseroToolDialog.synopsis" class="shortcut">Top</a>
28
 
                 | 
29
 
                <a href="#libbrasero-burn-BraseroToolDialog.description" class="shortcut">Description</a>
 
25
                   | 
 
26
                  <a href="#libbrasero-burn-BraseroToolDialog.description" class="shortcut">Description</a>
30
27
</td></tr>
31
28
</table>
32
 
<div class="refentry" lang="en">
 
29
<div class="refentry">
33
30
<a name="libbrasero-burn-BraseroToolDialog"></a><div class="titlepage"></div>
34
31
<div class="refnamediv"><table width="100%"><tr>
35
32
<td valign="top">
40
37
</tr></table></div>
41
38
<div class="refsynopsisdiv">
42
39
<a name="libbrasero-burn-BraseroToolDialog.synopsis"></a><h2>Synopsis</h2>
43
 
<pre class="synopsis">
44
 
                    <a
45
 
href="../libbrasero-burn/libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog"
46
 
>BraseroToolDialog</a>;
47
 
<a
48
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
49
 
>gboolean</a>            <a
50
 
href="../libbrasero-burn/libbrasero-burn-BraseroToolDialog.html#brasero-tool-dialog-cancel"
51
 
>brasero_tool_dialog_cancel</a>          (<a
52
 
href="../libbrasero-burn/libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog"
53
 
>BraseroToolDialog</a> *dialog);
54
 
<a
55
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
56
 
>gboolean</a>            <a
57
 
href="../libbrasero-burn/libbrasero-burn-BraseroToolDialog.html#brasero-tool-dialog-set-medium"
58
 
>brasero_tool_dialog_set_medium</a>      (<a
59
 
href="../libbrasero-burn/libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog"
60
 
>BraseroToolDialog</a> *dialog,
61
 
                                                         <a
62
 
href="../libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"
63
 
>BraseroMedium</a> *medium);
 
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="../libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"><span class="type">BraseroMedium</span></a> *medium</code></em>);
64
44
</pre>
65
45
</div>
66
 
<div class="refsect1" lang="en">
 
46
<div class="refsect1">
67
47
<a name="libbrasero-burn-BraseroToolDialog.description"></a><h2>Description</h2>
68
48
<p>
69
49
</p>
70
50
</div>
71
 
<div class="refsect1" lang="en">
 
51
<div class="refsect1">
72
52
<a name="libbrasero-burn-BraseroToolDialog.details"></a><h2>Details</h2>
73
 
<div class="refsect2" lang="en">
74
 
<a name="BraseroToolDialog"></a><h3>BraseroToolDialog</h3>
75
 
<pre class="programlisting">typedef struct {
 
53
<div class="refsect2">
 
54
<a name="BraseroToolDialog"></a><h3>struct BraseroToolDialog</h3>
 
55
<pre class="programlisting">struct BraseroToolDialog {
76
56
        GtkDialog parent;
77
 
} BraseroToolDialog;
 
57
};
78
58
</pre>
79
59
<p>
80
60
</p>
81
61
</div>
82
62
<hr>
83
 
<div class="refsect2" lang="en">
 
63
<div class="refsect2">
84
64
<a name="brasero-tool-dialog-cancel"></a><h3>brasero_tool_dialog_cancel ()</h3>
85
 
<pre class="programlisting"><a
86
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
87
 
>gboolean</a>            brasero_tool_dialog_cancel          (<a
88
 
href="../libbrasero-burn/libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog"
89
 
>BraseroToolDialog</a> *dialog);</pre>
90
 
<p>
91
 
Cancels any ongoing operation.</p>
92
 
<p>
 
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>
 
66
<p>
 
67
Cancels any ongoing operation.
93
68
</p>
94
69
<div class="variablelist"><table border="0">
95
70
<col align="left" valign="top">
96
71
<tbody>
97
72
<tr>
98
73
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
99
 
<td> a <a
100
 
href="../libbrasero-burn/libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog"
101
 
><span class="type">BraseroToolDialog</span></a>
 
74
<td>a <a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog"><span class="type">BraseroToolDialog</span></a>
102
75
</td>
103
76
</tr>
104
77
<tr>
105
78
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
106
 
<td> a <a
107
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
108
 
><span class="type">gboolean</span></a>. TRUE when cancellation was successful. FALSE otherwise.
109
 
</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>
110
80
</tr>
111
81
</tbody>
112
82
</table></div>
113
83
</div>
114
84
<hr>
115
 
<div class="refsect2" lang="en">
 
85
<div class="refsect2">
116
86
<a name="brasero-tool-dialog-set-medium"></a><h3>brasero_tool_dialog_set_medium ()</h3>
117
 
<pre class="programlisting"><a
118
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
119
 
>gboolean</a>            brasero_tool_dialog_set_medium      (<a
120
 
href="../libbrasero-burn/libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog"
121
 
>BraseroToolDialog</a> *dialog,
122
 
                                                         <a
123
 
href="../libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"
124
 
>BraseroMedium</a> *medium);</pre>
125
 
<p>
126
 
Selects the medium that should be currently selected.</p>
127
 
<p>
 
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>,
 
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
<p>
 
90
Selects the medium that should be currently selected.
128
91
</p>
129
92
<div class="variablelist"><table border="0">
130
93
<col align="left" valign="top">
131
94
<tbody>
132
95
<tr>
133
96
<td><p><span class="term"><em class="parameter"><code>dialog</code></em> :</span></p></td>
134
 
<td> a <a
135
 
href="../libbrasero-burn/libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog"
136
 
><span class="type">BraseroToolDialog</span></a>
 
97
<td>a <a class="link" href="libbrasero-burn-BraseroToolDialog.html#BraseroToolDialog" title="struct BraseroToolDialog"><span class="type">BraseroToolDialog</span></a>
137
98
</td>
138
99
</tr>
139
100
<tr>
140
101
<td><p><span class="term"><em class="parameter"><code>medium</code></em> :</span></p></td>
141
 
<td> a <a
142
 
href="../libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"
143
 
><span class="type">BraseroMedium</span></a>
 
102
<td>a <a href="../libbrasero-media/libbrasero-media-BraseroMedium.html#BraseroMedium"><span class="type">BraseroMedium</span></a>
144
103
</td>
145
104
</tr>
146
105
<tr>
147
106
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
148
 
<td> a <a
149
 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
150
 
><span class="type">gboolean</span></a>. TRUE if it was successful.
151
 
</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>
152
108
</tr>
153
109
</tbody>
154
110
</table></div>
157
113
</div>
158
114
<div class="footer">
159
115
<hr>
160
 
          Generated by GTK-Doc V1.11</div>
 
116
          Generated by GTK-Doc V1.17</div>
161
117
</body>
162
 
</html>
 
118
</html>
 
 
b'\\ No newline at end of file'