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

« back to all changes in this revision

Viewing changes to doc/reference/xml/rb-tree-model-sort.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-tree-model-sort">
 
5
<refmeta>
 
6
<refentrytitle>rb-tree-model-sort</refentrytitle>
 
7
<manvolnum>3</manvolnum>
 
8
<refmiscinfo>RHYTHMBOX Library</refmiscinfo>
 
9
</refmeta>
 
10
 
 
11
<refnamediv>
 
12
<refname>rb-tree-model-sort</refname><refpurpose></refpurpose>
 
13
</refnamediv>
 
14
 
 
15
<refsynopsisdiv><title>Synopsis</title>
 
16
 
 
17
<synopsis>
 
18
 
 
19
 
 
20
 
 
21
typedef     <link linkend="RBTreeModelSortPrivate">RBTreeModelSortPrivate</link>;
 
22
<link linkend="GtkTreeModel">GtkTreeModel</link>* <link linkend="rb-tree-model-sort-new">rb_tree_model_sort_new</link>        (<link linkend="GtkTreeModel">GtkTreeModel</link> *child_model);
 
23
 
 
24
</synopsis>
 
25
</refsynopsisdiv>
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
<refsect1>
 
36
<title>Description</title>
 
37
<para>
 
38
 
 
39
</para>
 
40
</refsect1>
 
41
 
 
42
<refsect1>
 
43
<title>Details</title>
 
44
<refsect2>
 
45
<title><anchor id="RBTreeModelSortPrivate"/>RBTreeModelSortPrivate</title>
 
46
<indexterm><primary>RBTreeModelSortPrivate</primary></indexterm><programlisting>typedef struct RBTreeModelSortPrivate RBTreeModelSortPrivate;
 
47
</programlisting>
 
48
<para>
 
49
 
 
50
</para></refsect2>
 
51
<refsect2>
 
52
<title><anchor id="rb-tree-model-sort-new"/>rb_tree_model_sort_new ()</title>
 
53
<indexterm><primary>rb_tree_model_sort_new</primary></indexterm><programlisting><link linkend="GtkTreeModel">GtkTreeModel</link>* rb_tree_model_sort_new        (<link linkend="GtkTreeModel">GtkTreeModel</link> *child_model);</programlisting>
 
54
<para>
 
55
 
 
56
</para><variablelist role="params">
 
57
<varlistentry><term><parameter>child_model</parameter>&nbsp;:</term>
 
58
<listitem><simpara>
 
59
</simpara></listitem></varlistentry>
 
60
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
 
61
 
 
62
 
 
63
</simpara></listitem></varlistentry>
 
64
</variablelist></refsect2>
 
65
 
 
66
</refsect1>
 
67
 
 
68
 
 
69
 
 
70
 
 
71
</refentry>