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

« back to all changes in this revision

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