~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to docs/reference/libbrasero-media/html/libbrasero-media-BraseroDriveSelection.html

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-18 17:53:39 UTC
  • mfrom: (1.1.47 upstream) (1.4.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110518175339-so6a6fejezs5i1pc
Tags: 3.0.0-1ubuntu1
* Rebase from Debian and GNOME3 PPA. Remaining Ubuntu changes:
* debian/control:
  - Build-Depend on dh-autoreconf, libappindicator3-dev and
    liblaunchpad-integration-3.0-dev
  - Recommends: brasero-cdrkit
  - libbrasero-media3-1 Depends on dvd+rw-tools not growisofs and
    Suggests rather than Recommends gstreamer plugin packages
* debian/patches/010_lpi.patch:
  - Launchpad integration patch
* debian/patches/012_appindicator.patch:
  - Use application indicators
* debian/rules:
  - Include autoreconf.mk
* debian/watch:
  - Watch unstable releases also

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="API Reference for Libbrasero-media">
9
9
<link rel="prev" href="libbrasero-media-BraseroMediumSelection.html" title="BraseroMediumSelection">
10
10
<link rel="next" href="object-tree.html" title="Object Hierarchy">
11
 
<meta name="generator" content="GTK-Doc V1.15 (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
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
26
26
                  <a href="#libbrasero-media-BraseroDriveSelection.description" class="shortcut">Description</a>
27
27
</td></tr>
28
28
</table>
29
 
<div class="refentry" title="BraseroDriveSelection">
 
29
<div class="refentry">
30
30
<a name="libbrasero-media-BraseroDriveSelection"></a><div class="titlepage"></div>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
35
35
</td>
36
36
<td valign="top" align="right"></td>
37
37
</tr></table></div>
38
 
<div class="refsynopsisdiv" title="Synopsis">
 
38
<div class="refsynopsisdiv">
39
39
<a name="libbrasero-media-BraseroDriveSelection.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">                    <a class="link" href="libbrasero-media-BraseroDriveSelection.html#BraseroDriveSelection" title="BraseroDriveSelection">BraseroDriveSelection</a>;
41
 
<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a>*          <a class="link" href="libbrasero-media-BraseroDriveSelection.html#brasero-drive-selection-new" title="brasero_drive_selection_new ()">brasero_drive_selection_new</a>         (<em class="parameter"><code><span class="type">void</span></code></em>);
 
41
<a href="http://library.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="libbrasero-media-BraseroDriveSelection.html#brasero-drive-selection-new" title="brasero_drive_selection_new ()">brasero_drive_selection_new</a>         (<em class="parameter"><code><span class="type">void</span></code></em>);
42
42
<a class="link" href="libbrasero-media-brasero-drive.html#BraseroDrive" title="BraseroDrive"><span class="returnvalue">BraseroDrive</span></a> *      <a class="link" href="libbrasero-media-BraseroDriveSelection.html#brasero-drive-selection-get-active" title="brasero_drive_selection_get_active ()">brasero_drive_selection_get_active</a>  (<em class="parameter"><code><a class="link" href="libbrasero-media-BraseroDriveSelection.html#BraseroDriveSelection" title="BraseroDriveSelection"><span class="type">BraseroDriveSelection</span></a> *selector</code></em>);
43
43
<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-media-BraseroDriveSelection.html#brasero-drive-selection-set-active" title="brasero_drive_selection_set_active ()">brasero_drive_selection_set_active</a>  (<em class="parameter"><code><a class="link" href="libbrasero-media-BraseroDriveSelection.html#BraseroDriveSelection" title="BraseroDriveSelection"><span class="type">BraseroDriveSelection</span></a> *selector</code></em>,
44
44
                                                         <em class="parameter"><code><a class="link" href="libbrasero-media-brasero-drive.html#BraseroDrive" title="BraseroDrive"><span class="type">BraseroDrive</span></a> *drive</code></em>);
46
46
                                                         <em class="parameter"><code><a class="link" href="libbrasero-media-BraseroMediumMonitor.html#BraseroDriveType" title="enum BraseroDriveType"><span class="type">BraseroDriveType</span></a> type</code></em>);
47
47
</pre>
48
48
</div>
49
 
<div class="refsect1" title="Description">
 
49
<div class="refsect1">
50
50
<a name="libbrasero-media-BraseroDriveSelection.description"></a><h2>Description</h2>
51
51
<p>
52
52
</p>
53
53
</div>
54
 
<div class="refsect1" title="Details">
 
54
<div class="refsect1">
55
55
<a name="libbrasero-media-BraseroDriveSelection.details"></a><h2>Details</h2>
56
 
<div class="refsect2" title="BraseroDriveSelection">
 
56
<div class="refsect2">
57
57
<a name="BraseroDriveSelection"></a><h3>BraseroDriveSelection</h3>
58
 
<pre class="programlisting">typedef struct {
59
 
        GtkComboBox parent_instance;
60
 
} BraseroDriveSelection;
61
 
</pre>
 
58
<pre class="programlisting">typedef struct _BraseroDriveSelection BraseroDriveSelection;</pre>
62
59
<p>
63
60
</p>
64
61
</div>
65
62
<hr>
66
 
<div class="refsect2" title="brasero_drive_selection_new ()">
 
63
<div class="refsect2">
67
64
<a name="brasero-drive-selection-new"></a><h3>brasero_drive_selection_new ()</h3>
68
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a>*          brasero_drive_selection_new         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
65
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         brasero_drive_selection_new         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
69
66
<p>
70
67
Creates a new <a class="link" href="libbrasero-media-BraseroDriveSelection.html#BraseroDriveSelection" title="BraseroDriveSelection"><span class="type">BraseroDriveSelection</span></a> object
71
68
</p>
73
70
<col align="left" valign="top">
74
71
<tbody><tr>
75
72
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
76
 
<td> a <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a>. Unref when it is not needed anymore.
77
 
</td>
 
73
<td>a <a href="http://library.gnome.org/devel/gtk/GtkWidget.html"><span class="type">GtkWidget</span></a>. Unref when it is not needed anymore.</td>
78
74
</tr></tbody>
79
75
</table></div>
80
76
</div>
81
77
<hr>
82
 
<div class="refsect2" title="brasero_drive_selection_get_active ()">
 
78
<div class="refsect2">
83
79
<a name="brasero-drive-selection-get-active"></a><h3>brasero_drive_selection_get_active ()</h3>
84
80
<pre class="programlisting"><a class="link" href="libbrasero-media-brasero-drive.html#BraseroDrive" title="BraseroDrive"><span class="returnvalue">BraseroDrive</span></a> *      brasero_drive_selection_get_active  (<em class="parameter"><code><a class="link" href="libbrasero-media-BraseroDriveSelection.html#BraseroDriveSelection" title="BraseroDriveSelection"><span class="type">BraseroDriveSelection</span></a> *selector</code></em>);</pre>
85
81
<p>
95
91
</tr>
96
92
<tr>
97
93
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
98
 
<td> a <a class="link" href="libbrasero-media-brasero-drive.html#BraseroDrive" title="BraseroDrive"><span class="type">BraseroDrive</span></a> or NULL. Unref when it is not needed anymore.
99
 
</td>
 
94
<td>a <a class="link" href="libbrasero-media-brasero-drive.html#BraseroDrive" title="BraseroDrive"><span class="type">BraseroDrive</span></a> or NULL. Unref when it is not needed anymore.</td>
100
95
</tr>
101
96
</tbody>
102
97
</table></div>
103
98
</div>
104
99
<hr>
105
 
<div class="refsect2" title="brasero_drive_selection_set_active ()">
 
100
<div class="refsect2">
106
101
<a name="brasero-drive-selection-set-active"></a><h3>brasero_drive_selection_set_active ()</h3>
107
102
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            brasero_drive_selection_set_active  (<em class="parameter"><code><a class="link" href="libbrasero-media-BraseroDriveSelection.html#BraseroDriveSelection" title="BraseroDriveSelection"><span class="type">BraseroDriveSelection</span></a> *selector</code></em>,
108
103
                                                         <em class="parameter"><code><a class="link" href="libbrasero-media-brasero-drive.html#BraseroDrive" title="BraseroDrive"><span class="type">BraseroDrive</span></a> *drive</code></em>);</pre>
119
114
</tr>
120
115
<tr>
121
116
<td><p><span class="term"><em class="parameter"><code>drive</code></em> :</span></p></td>
122
 
<td>a <a class="link" href="libbrasero-media-brasero-drive.html#BraseroDrive" title="BraseroDrive"><span class="type">BraseroDrive</span></a> to set as the active one in the selector
123
 
</td>
 
117
<td>a <a class="link" href="libbrasero-media-brasero-drive.html#BraseroDrive" title="BraseroDrive"><span class="type">BraseroDrive</span></a> to set as the active one in the selector</td>
124
118
</tr>
125
119
<tr>
126
120
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
127
 
<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 succeeded, FALSE otherwise.
128
 
</td>
 
121
<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 succeeded, FALSE otherwise.</td>
129
122
</tr>
130
123
</tbody>
131
124
</table></div>
132
125
</div>
133
126
<hr>
134
 
<div class="refsect2" title="brasero_drive_selection_show_type ()">
 
127
<div class="refsect2">
135
128
<a name="brasero-drive-selection-show-type"></a><h3>brasero_drive_selection_show_type ()</h3>
136
129
<pre class="programlisting"><span class="returnvalue">void</span>                brasero_drive_selection_show_type   (<em class="parameter"><code><a class="link" href="libbrasero-media-BraseroDriveSelection.html#BraseroDriveSelection" title="BraseroDriveSelection"><span class="type">BraseroDriveSelection</span></a> *selector</code></em>,
137
130
                                                         <em class="parameter"><code><a class="link" href="libbrasero-media-BraseroMediumMonitor.html#BraseroDriveType" title="enum BraseroDriveType"><span class="type">BraseroDriveType</span></a> type</code></em>);</pre>
158
151
</div>
159
152
<div class="footer">
160
153
<hr>
161
 
          Generated by GTK-Doc V1.15</div>
 
154
          Generated by GTK-Doc V1.17</div>
162
155
</body>
163
156
</html>
 
 
b'\\ No newline at end of file'