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

« back to all changes in this revision

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

  • 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
 
<refentry id="libbrasero-burn-BraseroSumDialog">
2
 
<refmeta>
3
 
<refentrytitle role="top_of_page" id="libbrasero-burn-BraseroSumDialog.top_of_page">BraseroSumDialog</refentrytitle>
4
 
<manvolnum>3</manvolnum>
5
 
<refmiscinfo>LIBBRASERO-BURN Library</refmiscinfo>
6
 
</refmeta>
7
 
 
8
 
<refnamediv>
9
 
<refname>BraseroSumDialog</refname>
10
 
<refpurpose></refpurpose>
11
 
</refnamediv>
12
 
 
13
 
<refsynopsisdiv id="libbrasero-burn-BraseroSumDialog.synopsis" role="synopsis">
14
 
<title role="synopsis.title">Synopsis</title>
15
 
 
16
 
<synopsis>
17
 
                    <link linkend="BraseroSumDialog">BraseroSumDialog</link>;
18
 
<link linkend="BraseroSumDialog">BraseroSumDialog</link> *  <link linkend="brasero-sum-dialog-new">brasero_sum_dialog_new</link>              ();
19
 
</synopsis>
20
 
</refsynopsisdiv>
21
 
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
<refsect1 id="libbrasero-burn-BraseroSumDialog.description" role="desc">
31
 
<title role="desc.title">Description</title>
32
 
<para>
33
 
</para>
34
 
</refsect1>
35
 
 
36
 
<refsect1 id="libbrasero-burn-BraseroSumDialog.details" role="details">
37
 
<title role="details.title">Details</title>
38
 
<refsect2 id="BraseroSumDialog" role="struct">
39
 
<title>BraseroSumDialog</title>
40
 
<indexterm zone="BraseroSumDialog"><primary sortas="BraseroSumDialog">BraseroSumDialog</primary></indexterm><programlisting>typedef struct {
41
 
        BraseroToolDialog parent;
42
 
} BraseroSumDialog;
43
 
</programlisting>
44
 
<para>
45
 
</para></refsect2>
46
 
<refsect2 id="brasero-sum-dialog-new" role="function">
47
 
<title>brasero_sum_dialog_new ()</title>
48
 
<indexterm zone="brasero-sum-dialog-new"><primary sortas="brasero_sum_dialog_new">brasero_sum_dialog_new</primary></indexterm><programlisting><link linkend="BraseroSumDialog">BraseroSumDialog</link> *  brasero_sum_dialog_new              ();</programlisting>
49
 
<para>
50
 
Creates a new <link linkend="BraseroSumDialog"><type>BraseroSumDialog</type></link> object</para>
51
 
<para>
52
 
</para><variablelist role="params">
53
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> a <link linkend="BraseroSumDialog"><type>BraseroSumDialog</type></link>. Unref when it is not needed anymore.
54
 
</simpara></listitem></varlistentry>
55
 
</variablelist></refsect2>
56
 
 
57
 
</refsect1>
58
 
 
59
 
 
60
 
 
61
 
 
62
 
</refentry>