~ubuntu-branches/ubuntu/precise/rhythmbox/precise-201203091205

« back to all changes in this revision

Viewing changes to doc/reference/xml/rb-daap-source.xml

Tags: upstream-0.9.5
ImportĀ upstreamĀ versionĀ 0.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4
4
<refentry id="rhythmbox-RBDAAPSource">
5
5
<refmeta>
6
 
<refentrytitle>RBDAAPSource</refentrytitle>
 
6
<refentrytitle id="top_of_page">RBDAAPSource</refentrytitle>
7
7
<manvolnum>3</manvolnum>
8
8
<refmiscinfo>RHYTHMBOX Library</refmiscinfo>
9
9
</refmeta>
10
10
 
11
11
<refnamediv>
12
 
<refname>RBDAAPSource</refname><refpurpose></refpurpose>
 
12
<refname>RBDAAPSource</refname>
 
13
<refpurpose></refpurpose>
 
14
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
13
15
</refnamediv>
14
16
 
15
 
<refsynopsisdiv><title>Synopsis</title>
 
17
<refsynopsisdiv id="synopsis">
 
18
<title id="synopsis.title">Synopsis</title>
16
19
 
17
20
<synopsis>
18
21
 
38
41
 
39
42
 
40
43
 
41
 
<refsect1>
42
 
<title>Description</title>
 
44
<refsect1 id="desc">
 
45
<title id="desc.title">Description</title>
43
46
<para>
44
47
 
45
48
</para>
46
49
</refsect1>
47
50
 
48
 
<refsect1>
49
 
<title>Details</title>
 
51
<refsect1 id="details">
 
52
<title id="details.title">Details</title>
50
53
<refsect2>
51
 
<title><anchor id="RBDAAPSourcePrivate"/>RBDAAPSourcePrivate</title>
 
54
<title><anchor id="RBDAAPSourcePrivate" role="typedef"/>RBDAAPSourcePrivate</title>
52
55
<indexterm><primary>RBDAAPSourcePrivate</primary></indexterm><programlisting>typedef struct RBDAAPSourcePrivate RBDAAPSourcePrivate;
53
56
</programlisting>
54
57
<para>
55
58
 
56
59
</para></refsect2>
57
60
<refsect2>
58
 
<title><anchor id="rb-daap-sources-init"/>rb_daap_sources_init ()</title>
 
61
<title><anchor id="rb-daap-sources-init" role="function"/>rb_daap_sources_init ()</title>
59
62
<indexterm><primary>rb_daap_sources_init</primary></indexterm><programlisting><link linkend="RBSource">RBSource</link>*   rb_daap_sources_init            (<link linkend="RBShell">RBShell</link> *shell);</programlisting>
60
63
<para>
61
64
 
69
72
</simpara></listitem></varlistentry>
70
73
</variablelist></refsect2>
71
74
<refsect2>
72
 
<title><anchor id="rb-daap-sources-shutdown"/>rb_daap_sources_shutdown ()</title>
 
75
<title><anchor id="rb-daap-sources-shutdown" role="function"/>rb_daap_sources_shutdown ()</title>
73
76
<indexterm><primary>rb_daap_sources_shutdown</primary></indexterm><programlisting><link linkend="void">void</link>        rb_daap_sources_shutdown        (<link linkend="RBShell">RBShell</link> *shell);</programlisting>
74
77
<para>
75
78
 
81
84
</simpara></listitem></varlistentry>
82
85
</variablelist></refsect2>
83
86
<refsect2>
84
 
<title><anchor id="rb-daap-source-find-for-uri"/>rb_daap_source_find_for_uri ()</title>
 
87
<title><anchor id="rb-daap-source-find-for-uri" role="function"/>rb_daap_source_find_for_uri ()</title>
85
88
<indexterm><primary>rb_daap_source_find_for_uri</primary></indexterm><programlisting><link linkend="RBDAAPSource">RBDAAPSource</link>* rb_daap_source_find_for_uri   (const <link linkend="gchar">gchar</link> *uri);</programlisting>
86
89
<para>
87
90
 
95
98
</simpara></listitem></varlistentry>
96
99
</variablelist></refsect2>
97
100
<refsect2>
98
 
<title><anchor id="rb-daap-source-get-headers"/>rb_daap_source_get_headers ()</title>
 
101
<title><anchor id="rb-daap-source-get-headers" role="function"/>rb_daap_source_get_headers ()</title>
99
102
<indexterm><primary>rb_daap_source_get_headers</primary></indexterm><programlisting><link linkend="gchar">gchar</link>*      rb_daap_source_get_headers      (<link linkend="RBDAAPSource">RBDAAPSource</link> *source,
100
103
                                             const <link linkend="gchar">gchar</link> *uri,
101
104
                                             <link linkend="glong">glong</link> time,