~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to docs/reference/xml/brasero-track-stream-cfg.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-BraseroTrackStreamCfg">
 
10
<refmeta>
 
11
<refentrytitle role="top_of_page" id="brasero-BraseroTrackStreamCfg.top_of_page">BraseroTrackStreamCfg</refentrytitle>
 
12
<manvolnum>3</manvolnum>
 
13
<refmiscinfo>BRASERO Library</refmiscinfo>
 
14
</refmeta>
 
15
 
 
16
<refnamediv>
 
17
<refname>BraseroTrackStreamCfg</refname>
 
18
<refpurpose></refpurpose>
 
19
</refnamediv>
 
20
 
 
21
<refsynopsisdiv id="brasero-BraseroTrackStreamCfg.synopsis" role="synopsis">
 
22
<title role="synopsis.title">Synopsis</title>
 
23
 
 
24
<synopsis>
 
25
                    <link linkend="BraseroTrackStreamCfg">BraseroTrackStreamCfg</link>;
 
26
<link linkend="BraseroTrackStreamCfg">BraseroTrackStreamCfg</link> * <link linkend="brasero-track-stream-cfg-new">brasero_track_stream_cfg_new</link>    (void);
 
27
</synopsis>
 
28
</refsynopsisdiv>
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
<refsect1 id="brasero-BraseroTrackStreamCfg.description" role="desc">
 
39
<title role="desc.title">Description</title>
 
40
<para>
 
41
</para>
 
42
</refsect1>
 
43
 
 
44
<refsect1 id="brasero-BraseroTrackStreamCfg.details" role="details">
 
45
<title role="details.title">Details</title>
 
46
<refsect2 id="BraseroTrackStreamCfg" role="struct">
 
47
<title>BraseroTrackStreamCfg</title>
 
48
<indexterm zone="BraseroTrackStreamCfg"><primary sortas="BraseroTrackStreamCfg">BraseroTrackStreamCfg</primary></indexterm><programlisting>typedef struct {
 
49
        BraseroTrackStream parent_instance;
 
50
} BraseroTrackStreamCfg;
 
51
</programlisting>
 
52
<para>
 
53
</para></refsect2>
 
54
<refsect2 id="brasero-track-stream-cfg-new" role="function">
 
55
<title>brasero_track_stream_cfg_new ()</title>
 
56
<indexterm zone="brasero-track-stream-cfg-new"><primary sortas="brasero_track_stream_cfg_new">brasero_track_stream_cfg_new</primary></indexterm><programlisting><link linkend="BraseroTrackStreamCfg">BraseroTrackStreamCfg</link> * brasero_track_stream_cfg_new    (void);</programlisting>
 
57
<para>
 
58
</para><variablelist role="params">
 
59
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
 
60
</simpara></listitem></varlistentry>
 
61
</variablelist></refsect2>
 
62
 
 
63
</refsect1>
 
64
 
 
65
 
 
66
 
 
67
 
 
68
</refentry>