~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-28 01:12:27 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20090728011227-tiva9yorc5d1r5hs
Tags: upstream-2.27.5
ImportĀ upstreamĀ versionĀ 2.27.5

Show diffs side-by-side

added added

removed removed

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