2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
5
<!ENTITY version SYSTEM "version.xml">
6
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
9
<refentry id="brasero-brasero-error">
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>
17
<refname>brasero-error</refname>
18
<refpurpose></refpurpose>
21
<refsynopsisdiv id="brasero-brasero-error.synopsis" role="synopsis">
22
<title role="synopsis.title">Synopsis</title>
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>
39
<refsect1 id="brasero-brasero-error.description" role="desc">
40
<title role="desc.title">Description</title>
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,
53
BRASERO_BURN_ERROR_PLUGIN_MISBEHAVIOR,
55
BRASERO_BURN_ERROR_SLOW_DMA,
56
BRASERO_BURN_ERROR_PERMISSION,
57
BRASERO_BURN_ERROR_DRIVE_BUSY,
58
BRASERO_BURN_ERROR_DISK_SPACE,
60
BRASERO_BURN_ERROR_EMPTY,
61
BRASERO_BURN_ERROR_INPUT_INVALID,
63
BRASERO_BURN_ERROR_OUTPUT_NONE,
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,
71
BRASERO_BURN_ERROR_WRITE_MEDIUM,
72
BRASERO_BURN_ERROR_WRITE_IMAGE,
74
BRASERO_BURN_ERROR_IMAGE_INVALID,
75
BRASERO_BURN_ERROR_IMAGE_JOLIET,
76
BRASERO_BURN_ERROR_IMAGE_LAST_SESSION,
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,
86
BRASERO_BURN_ERROR_BAD_CHECKSUM,
88
/* these are not necessarily error */
89
BRASERO_BURN_WARNING_CHECKSUM,
90
BRASERO_BURN_WARNING_INSERT_AFTER_COPY
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>
99
</para><variablelist role="params">
100
<varlistentry><term><emphasis>Returns</emphasis> :</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>