~ubuntu-branches/debian/experimental/brasero/experimental

« back to all changes in this revision

Viewing changes to docs/reference/libbrasero-burn/tmpl/brasero-status.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2011-03-29 16:33:51 UTC
  • mfrom: (1.3.18 upstream) (5.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110329163351-ac3wgbh4mplmhnht
Tags: 2.91.93-1
* Only depend on growisofs instead of dvd+rw-tools.
* New upstream pre-release.
* Update build-dependencies, package names, and paths.
* Require totem-plparser 2.32 since its soname changed.
* Do not include GIR package for now, since the versioning is broken 
  (see Bugzilla #646069).
* 01_pkglibdir.patch: dropped, upstream now has a variable we can use 
  for that effect.
* 11_nautilus_menu_no_display.patch, 31_link_libice.patch, 
  50_checksum.patch: dropped, merged upstream.
* 90_relibtoolize.patch: dropped, unnecessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
brasero-status
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
 
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
 
13
 
<!-- ##### SECTION See_Also ##### -->
14
 
<para>
15
 
 
16
 
</para>
17
 
 
18
 
 
19
 
<!-- ##### SECTION Stability_Level ##### -->
20
 
 
21
 
 
22
 
<!-- ##### STRUCT BraseroStatus ##### -->
23
 
<para>
24
 
 
25
 
</para>
26
 
 
27
 
 
28
 
<!-- ##### ENUM BraseroStatusType ##### -->
29
 
<para>
30
 
 
31
 
</para>
32
 
 
33
 
@BRASERO_STATUS_OK: 
34
 
@BRASERO_STATUS_ERROR: 
35
 
@BRASERO_STATUS_QUESTION: 
36
 
@BRASERO_STATUS_INFORMATION: 
37
 
 
38
 
<!-- ##### FUNCTION brasero_status_new ##### -->
39
 
<para>
40
 
 
41
 
</para>
42
 
 
43
 
@Returns: 
44
 
 
45
 
 
46
 
<!-- ##### FUNCTION brasero_status_free ##### -->
47
 
<para>
48
 
 
49
 
</para>
50
 
 
51
 
@status: 
52
 
 
53
 
 
54
 
<!-- ##### FUNCTION brasero_status_get_result ##### -->
55
 
<para>
56
 
 
57
 
</para>
58
 
 
59
 
@status: 
60
 
@Returns: 
61
 
 
62
 
 
63
 
<!-- ##### FUNCTION brasero_status_get_progress ##### -->
64
 
<para>
65
 
 
66
 
</para>
67
 
 
68
 
@status: 
69
 
@Returns: 
70
 
 
71
 
 
72
 
<!-- ##### FUNCTION brasero_status_get_error ##### -->
73
 
<para>
74
 
 
75
 
</para>
76
 
 
77
 
@status: 
78
 
@Returns: 
79
 
 
80
 
 
81
 
<!-- ##### FUNCTION brasero_status_get_current_action ##### -->
82
 
<para>
83
 
 
84
 
</para>
85
 
 
86
 
@status: 
87
 
@Returns: 
88
 
 
89
 
 
90
 
<!-- ##### FUNCTION brasero_status_set_completed ##### -->
91
 
<para>
92
 
 
93
 
</para>
94
 
 
95
 
@status: 
96
 
 
97
 
 
98
 
<!-- ##### FUNCTION brasero_status_set_not_ready ##### -->
99
 
<para>
100
 
 
101
 
</para>
102
 
 
103
 
@status: 
104
 
@progress: 
105
 
@current_action: 
106
 
 
107
 
 
108
 
<!-- ##### FUNCTION brasero_status_set_error ##### -->
109
 
<para>
110
 
 
111
 
</para>
112
 
 
113
 
@status: 
114
 
@error: 
115
 
 
116