~ubuntu-branches/debian/wheezy/brasero/wheezy

« back to all changes in this revision

Viewing changes to docs/reference/libbrasero-burn/xml/brasero-error.xml

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Henriksson
  • Date: 2009-12-14 22:35:03 UTC
  • mfrom: (1.2.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20091214223503-aa2l0jrjl85ar2ue
Tags: 2.28.3-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="libbrasero-burn-brasero-error">
2
 
<refmeta>
3
 
<refentrytitle role="top_of_page" id="libbrasero-burn-brasero-error.top_of_page">brasero-error</refentrytitle>
4
 
<manvolnum>3</manvolnum>
5
 
<refmiscinfo>LIBBRASERO-BURN Library</refmiscinfo>
6
 
</refmeta>
7
 
 
8
 
<refnamediv>
9
 
<refname>brasero-error</refname>
10
 
<refpurpose></refpurpose>
11
 
</refnamediv>
12
 
 
13
 
<refsynopsisdiv id="libbrasero-burn-brasero-error.synopsis" role="synopsis">
14
 
<title role="synopsis.title">Synopsis</title>
15
 
 
16
 
<synopsis>
17
 
enum                <link linkend="BraseroBurnError">BraseroBurnError</link>;
18
 
<link linkend="GQuark">GQuark</link>              <link linkend="brasero-burn-quark">brasero_burn_quark</link>                  (void);
19
 
#define             <link linkend="BRASERO-BURN-ERROR--CAPS">BRASERO_BURN_ERROR</link>
20
 
</synopsis>
21
 
</refsynopsisdiv>
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
<refsect1 id="libbrasero-burn-brasero-error.description" role="desc">
32
 
<title role="desc.title">Description</title>
33
 
<para>
34
 
</para>
35
 
</refsect1>
36
 
 
37
 
<refsect1 id="libbrasero-burn-brasero-error.details" role="details">
38
 
<title role="details.title">Details</title>
39
 
<refsect2 id="BraseroBurnError" role="enum">
40
 
<title>enum BraseroBurnError</title>
41
 
<indexterm zone="BraseroBurnError"><primary sortas="BraseroBurnError">BraseroBurnError</primary></indexterm><programlisting>typedef enum {
42
 
        BRASERO_BURN_ERROR_NONE,
43
 
        BRASERO_BURN_ERROR_GENERAL,
44
 
 
45
 
        BRASERO_BURN_ERROR_PLUGIN_MISBEHAVIOR,
46
 
 
47
 
        BRASERO_BURN_ERROR_SLOW_DMA,
48
 
        BRASERO_BURN_ERROR_PERMISSION,
49
 
        BRASERO_BURN_ERROR_DRIVE_BUSY,
50
 
        BRASERO_BURN_ERROR_DISK_SPACE,
51
 
 
52
 
        BRASERO_BURN_ERROR_EMPTY,
53
 
        BRASERO_BURN_ERROR_INPUT_INVALID,
54
 
 
55
 
        BRASERO_BURN_ERROR_OUTPUT_NONE,
56
 
 
57
 
        BRASERO_BURN_ERROR_FILE_INVALID,
58
 
        BRASERO_BURN_ERROR_FILE_FOLDER,
59
 
        BRASERO_BURN_ERROR_FILE_PLAYLIST,
60
 
        BRASERO_BURN_ERROR_FILE_NOT_FOUND,
61
 
        BRASERO_BURN_ERROR_FILE_NOT_LOCAL,
62
 
 
63
 
        BRASERO_BURN_ERROR_WRITE_MEDIUM,
64
 
        BRASERO_BURN_ERROR_WRITE_IMAGE,
65
 
 
66
 
        BRASERO_BURN_ERROR_IMAGE_INVALID,
67
 
        BRASERO_BURN_ERROR_IMAGE_JOLIET,
68
 
        BRASERO_BURN_ERROR_IMAGE_LAST_SESSION,
69
 
 
70
 
        BRASERO_BURN_ERROR_MEDIUM_NONE,
71
 
        BRASERO_BURN_ERROR_MEDIUM_INVALID,
72
 
        BRASERO_BURN_ERROR_MEDIUM_SPACE,
73
 
        BRASERO_BURN_ERROR_MEDIUM_NO_DATA,
74
 
        BRASERO_BURN_ERROR_MEDIUM_NOT_WRITABLE,
75
 
        BRASERO_BURN_ERROR_MEDIUM_NOT_REWRITABLE,
76
 
        BRASERO_BURN_ERROR_MEDIUM_NEED_RELOADING,
77
 
 
78
 
        BRASERO_BURN_ERROR_BAD_CHECKSUM,
79
 
 
80
 
        /* these are not necessarily error */
81
 
        BRASERO_BURN_WARNING_CHECKSUM,
82
 
        BRASERO_BURN_WARNING_INSERT_AFTER_COPY
83
 
} BraseroBurnError;
84
 
</programlisting>
85
 
<para>
86
 
</para></refsect2>
87
 
<refsect2 id="brasero-burn-quark" role="function">
88
 
<title>brasero_burn_quark ()</title>
89
 
<indexterm zone="brasero-burn-quark"><primary sortas="brasero_burn_quark">brasero_burn_quark</primary></indexterm><programlisting><link linkend="GQuark">GQuark</link>              brasero_burn_quark                  (void);</programlisting>
90
 
<para>
91
 
</para><variablelist role="params">
92
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
93
 
</simpara></listitem></varlistentry>
94
 
</variablelist></refsect2>
95
 
<refsect2 id="BRASERO-BURN-ERROR--CAPS" role="macro">
96
 
<title>BRASERO_BURN_ERROR</title>
97
 
<indexterm zone="BRASERO-BURN-ERROR--CAPS"><primary sortas="BRASERO_BURN_ERROR">BRASERO_BURN_ERROR</primary></indexterm><programlisting>#define             BRASERO_BURN_ERROR</programlisting>
98
 
<para>
99
 
</para></refsect2>
100
 
 
101
 
</refsect1>
102
 
 
103
 
 
104
 
 
105
 
 
106
 
</refentry>