~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/reference/xml/rb-druid.xml

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

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.1.2//EN" 
 
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
 
4
<refentry id="rhythmbox-rb-druid">
 
5
<refmeta>
 
6
<refentrytitle>rb-druid</refentrytitle>
 
7
<manvolnum>3</manvolnum>
 
8
<refmiscinfo>RHYTHMBOX Library</refmiscinfo>
 
9
</refmeta>
 
10
 
 
11
<refnamediv>
 
12
<refname>rb-druid</refname><refpurpose></refpurpose>
 
13
</refnamediv>
 
14
 
 
15
<refsynopsisdiv><title>Synopsis</title>
 
16
 
 
17
<synopsis>
 
18
 
 
19
 
 
20
 
 
21
typedef     <link linkend="RBDruidPrivate">RBDruidPrivate</link>;
 
22
<link linkend="RBDruid">RBDruid</link>*    <link linkend="rb-druid-new">rb_druid_new</link>                    (<link linkend="RhythmDB">RhythmDB</link> *db);
 
23
<link linkend="void">void</link>        <link linkend="rb-druid-show">rb_druid_show</link>                   (<link linkend="RBDruid">RBDruid</link> *druid);
 
24
 
 
25
</synopsis>
 
26
</refsynopsisdiv>
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
<refsect1>
 
37
<title>Description</title>
 
38
<para>
 
39
 
 
40
</para>
 
41
</refsect1>
 
42
 
 
43
<refsect1>
 
44
<title>Details</title>
 
45
<refsect2>
 
46
<title><anchor id="RBDruidPrivate"/>RBDruidPrivate</title>
 
47
<indexterm><primary>RBDruidPrivate</primary></indexterm><programlisting>typedef struct RBDruidPrivate RBDruidPrivate;
 
48
</programlisting>
 
49
<para>
 
50
 
 
51
</para></refsect2>
 
52
<refsect2>
 
53
<title><anchor id="rb-druid-new"/>rb_druid_new ()</title>
 
54
<indexterm><primary>rb_druid_new</primary></indexterm><programlisting><link linkend="RBDruid">RBDruid</link>*    rb_druid_new                    (<link linkend="RhythmDB">RhythmDB</link> *db);</programlisting>
 
55
<para>
 
56
 
 
57
</para><variablelist role="params">
 
58
<varlistentry><term><parameter>db</parameter>&nbsp;:</term>
 
59
<listitem><simpara>
 
60
</simpara></listitem></varlistentry>
 
61
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
 
62
 
 
63
 
 
64
</simpara></listitem></varlistentry>
 
65
</variablelist></refsect2>
 
66
<refsect2>
 
67
<title><anchor id="rb-druid-show"/>rb_druid_show ()</title>
 
68
<indexterm><primary>rb_druid_show</primary></indexterm><programlisting><link linkend="void">void</link>        rb_druid_show                   (<link linkend="RBDruid">RBDruid</link> *druid);</programlisting>
 
69
<para>
 
70
 
 
71
</para><variablelist role="params">
 
72
<varlistentry><term><parameter>druid</parameter>&nbsp;:</term>
 
73
<listitem><simpara>
 
74
 
 
75
 
 
76
</simpara></listitem></varlistentry>
 
77
</variablelist></refsect2>
 
78
 
 
79
</refsect1>
 
80
 
 
81
 
 
82
 
 
83
 
 
84
</refentry>