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

« back to all changes in this revision

Viewing changes to doc/reference/xml/rb-sourcelist-model.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-rb-sourcelist-model">
5
5
<refmeta>
6
 
<refentrytitle>rb-sourcelist-model</refentrytitle>
 
6
<refentrytitle id="top_of_page">rb-sourcelist-model</refentrytitle>
7
7
<manvolnum>3</manvolnum>
8
8
<refmiscinfo>RHYTHMBOX Library</refmiscinfo>
9
9
</refmeta>
10
10
 
11
11
<refnamediv>
12
 
<refname>rb-sourcelist-model</refname><refpurpose></refpurpose>
 
12
<refname>rb-sourcelist-model</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
 
34
37
 
35
38
 
36
39
 
37
 
<refsect1>
38
 
<title>Description</title>
 
40
<refsect1 id="desc">
 
41
<title id="desc.title">Description</title>
39
42
<para>
40
43
 
41
44
</para>
42
45
</refsect1>
43
46
 
44
 
<refsect1>
45
 
<title>Details</title>
 
47
<refsect1 id="details">
 
48
<title id="details.title">Details</title>
46
49
<refsect2>
47
 
<title><anchor id="rb-sourcelist-model-new"/>rb_sourcelist_model_new ()</title>
 
50
<title><anchor id="rb-sourcelist-model-new" role="function"/>rb_sourcelist_model_new ()</title>
48
51
<indexterm><primary>rb_sourcelist_model_new</primary></indexterm><programlisting><link linkend="GtkTreeModel">GtkTreeModel</link>* rb_sourcelist_model_new       (void);</programlisting>
49
52
<para>
50
53
 
55
58
</simpara></listitem></varlistentry>
56
59
</variablelist></refsect2>
57
60
<refsect2>
58
 
<title><anchor id="rb-sourcelist-model-set-dnd-targets"/>rb_sourcelist_model_set_dnd_targets ()</title>
 
61
<title><anchor id="rb-sourcelist-model-set-dnd-targets" role="function"/>rb_sourcelist_model_set_dnd_targets ()</title>
59
62
<indexterm><primary>rb_sourcelist_model_set_dnd_targets</primary></indexterm><programlisting><link linkend="void">void</link>        rb_sourcelist_model_set_dnd_targets
60
63
                                            (<link linkend="RBSourceListModel">RBSourceListModel</link> *sourcelist,
61
64
                                             <link linkend="GtkTreeView">GtkTreeView</link> *treeview);</programlisting>