~ubuntu-branches/ubuntu/maverick/brasero/maverick

« back to all changes in this revision

Viewing changes to docs/reference/libbrasero-media/xml/brasero-drive-selection.xml

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-11-26 16:20:01 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: james.westby@ubuntu.com-20091126162001-adzp6h0x5ow9bc4b
Tags: 2.29.2-0ubuntu1
* New upstream release:
  - Integrate Brasero with PackageKit
  - Gobject-introspection support for libbrasero-media and libbrasero-burn
  - Added Tracker support for searches besides Beagle
  - Fix compile failure using --disable-introspection see bgo #602027
  - Removed deprecated GLib symbols fixes bgo #601040
  - Fix #601871 - Wrong remaining space when audio CD of size greater than 70
    min
  - Fix #601496 - Select disc image selector allows to selecd pictures
  - Fix #601109 - burning disks with burn:// doesn't set the disk label
  - Fix #601259 - Problems with folder depth
  - Fix #599655 - brasero crashed with SIGSEGV in g_main_context_dispatch()
  - Fix #588323 - crash in Disc Copier: Dragging a track from Banshee
  - Fix #600007 - Memory leaks in brasero
  - Fix #600293 - Fails to build error: cannot convert to a pointer type
* debian/control.in:
  - Bump build-depends on libglib2.0-dev
* debian/patches/012_build_error.patch:
  - Applied upstream
* debian/patches/010_lpi.patch:
* debian/patches/011_nautilus_menu_move.patch:
* debian/patches/99_autoconf.patch:
  - Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="libbrasero-media-BraseroDriveSelection">
2
 
<refmeta>
3
 
<refentrytitle role="top_of_page" id="libbrasero-media-BraseroDriveSelection.top_of_page">BraseroDriveSelection</refentrytitle>
4
 
<manvolnum>3</manvolnum>
5
 
<refmiscinfo>LIBBRASERO-MEDIA Library</refmiscinfo>
6
 
</refmeta>
7
 
 
8
 
<refnamediv>
9
 
<refname>BraseroDriveSelection</refname>
10
 
<refpurpose></refpurpose>
11
 
</refnamediv>
12
 
 
13
 
<refsynopsisdiv id="libbrasero-media-BraseroDriveSelection.synopsis" role="synopsis">
14
 
<title role="synopsis.title">Synopsis</title>
15
 
 
16
 
<synopsis>
17
 
                    <link linkend="BraseroDriveSelection">BraseroDriveSelection</link>;
18
 
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="brasero-drive-selection-new">brasero_drive_selection_new</link>         (void);
19
 
<link linkend="BraseroDrive">BraseroDrive</link> *      <link linkend="brasero-drive-selection-get-active">brasero_drive_selection_get_active</link>  (<link linkend="BraseroDriveSelection">BraseroDriveSelection</link> *selector);
20
 
<link linkend="gboolean">gboolean</link>            <link linkend="brasero-drive-selection-set-active">brasero_drive_selection_set_active</link>  (<link linkend="BraseroDriveSelection">BraseroDriveSelection</link> *selector,
21
 
                                                         <link linkend="BraseroDrive">BraseroDrive</link> *drive);
22
 
<link linkend="void">void</link>                <link linkend="brasero-drive-selection-show-type">brasero_drive_selection_show_type</link>   (<link linkend="BraseroDriveSelection">BraseroDriveSelection</link> *selector,
23
 
                                                         <link linkend="BraseroDriveType">BraseroDriveType</link> type);
24
 
</synopsis>
25
 
</refsynopsisdiv>
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
<refsect1 id="libbrasero-media-BraseroDriveSelection.description" role="desc">
36
 
<title role="desc.title">Description</title>
37
 
<para>
38
 
</para>
39
 
</refsect1>
40
 
 
41
 
<refsect1 id="libbrasero-media-BraseroDriveSelection.details" role="details">
42
 
<title role="details.title">Details</title>
43
 
<refsect2 id="BraseroDriveSelection" role="struct">
44
 
<title>BraseroDriveSelection</title>
45
 
<indexterm zone="BraseroDriveSelection"><primary sortas="BraseroDriveSelection">BraseroDriveSelection</primary></indexterm><programlisting>typedef struct {
46
 
        GtkComboBox parent_instance;
47
 
} BraseroDriveSelection;
48
 
</programlisting>
49
 
<para>
50
 
</para></refsect2>
51
 
<refsect2 id="brasero-drive-selection-new" role="function">
52
 
<title>brasero_drive_selection_new ()</title>
53
 
<indexterm zone="brasero-drive-selection-new"><primary sortas="brasero_drive_selection_new">brasero_drive_selection_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          brasero_drive_selection_new         (void);</programlisting>
54
 
<para>
55
 
Creates a new <link linkend="BraseroDriveSelection"><type>BraseroDriveSelection</type></link> object</para>
56
 
<para>
57
 
</para><variablelist role="params">
58
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> a <link linkend="GtkWidget"><type>GtkWidget</type></link>. Unref when it is not needed anymore.
59
 
</simpara></listitem></varlistentry>
60
 
</variablelist></refsect2>
61
 
<refsect2 id="brasero-drive-selection-get-active" role="function">
62
 
<title>brasero_drive_selection_get_active ()</title>
63
 
<indexterm zone="brasero-drive-selection-get-active"><primary sortas="brasero_drive_selection_get_active">brasero_drive_selection_get_active</primary></indexterm><programlisting><link linkend="BraseroDrive">BraseroDrive</link> *      brasero_drive_selection_get_active  (<link linkend="BraseroDriveSelection">BraseroDriveSelection</link> *selector);</programlisting>
64
 
<para>
65
 
Gets the active drive.</para>
66
 
<para>
67
 
</para><variablelist role="params">
68
 
<varlistentry><term><parameter>selector</parameter>&#160;:</term>
69
 
<listitem><simpara> a <link linkend="BraseroDriveSelection"><type>BraseroDriveSelection</type></link>
70
 
</simpara></listitem></varlistentry>
71
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> a <link linkend="BraseroDrive"><type>BraseroDrive</type></link> or NULL. Unref when it is not needed anymore.
72
 
</simpara></listitem></varlistentry>
73
 
</variablelist></refsect2>
74
 
<refsect2 id="brasero-drive-selection-set-active" role="function">
75
 
<title>brasero_drive_selection_set_active ()</title>
76
 
<indexterm zone="brasero-drive-selection-set-active"><primary sortas="brasero_drive_selection_set_active">brasero_drive_selection_set_active</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            brasero_drive_selection_set_active  (<link linkend="BraseroDriveSelection">BraseroDriveSelection</link> *selector,
77
 
                                                         <link linkend="BraseroDrive">BraseroDrive</link> *drive);</programlisting>
78
 
<para>
79
 
Sets the active drive. Emits the ::drive-changed signal.</para>
80
 
<para>
81
 
</para><variablelist role="params">
82
 
<varlistentry><term><parameter>selector</parameter>&#160;:</term>
83
 
<listitem><simpara> a <link linkend="BraseroDriveSelection"><type>BraseroDriveSelection</type></link>
84
 
</simpara></listitem></varlistentry>
85
 
<varlistentry><term><parameter>drive</parameter>&#160;:</term>
86
 
<listitem><simpara> a <link linkend="BraseroDrive"><type>BraseroDrive</type></link> to set as the active one in the selector
87
 
</simpara></listitem></varlistentry>
88
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> a <link linkend="gboolean"><type>gboolean</type></link>. TRUE if it succeeded, FALSE otherwise.
89
 
</simpara></listitem></varlistentry>
90
 
</variablelist></refsect2>
91
 
<refsect2 id="brasero-drive-selection-show-type" role="function">
92
 
<title>brasero_drive_selection_show_type ()</title>
93
 
<indexterm zone="brasero-drive-selection-show-type"><primary sortas="brasero_drive_selection_show_type">brasero_drive_selection_show_type</primary></indexterm><programlisting><link linkend="void">void</link>                brasero_drive_selection_show_type   (<link linkend="BraseroDriveSelection">BraseroDriveSelection</link> *selector,
94
 
                                                         <link linkend="BraseroDriveType">BraseroDriveType</link> type);</programlisting>
95
 
<para>
96
 
Filters and displays drive corresponding to <parameter>type</parameter>.</para>
97
 
<para>
98
 
</para><variablelist role="params">
99
 
<varlistentry><term><parameter>selector</parameter>&#160;:</term>
100
 
<listitem><simpara> a <link linkend="BraseroDriveSelection"><type>BraseroDriveSelection</type></link>
101
 
</simpara></listitem></varlistentry>
102
 
<varlistentry><term><parameter>type</parameter>&#160;:</term>
103
 
<listitem><simpara> a <link linkend="BraseroDriveType"><type>BraseroDriveType</type></link>
104
 
</simpara></listitem></varlistentry>
105
 
</variablelist></refsect2>
106
 
 
107
 
</refsect1>
108
 
 
109
 
 
110
 
 
111
 
 
112
 
</refentry>