~ubuntu-branches/ubuntu/hardy/rhythmbox/hardy-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-02 19:23:18 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051202192318-i441e2g7fhmw9njg
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-rating">
 
5
<refmeta>
 
6
<refentrytitle>rb-rating</refentrytitle>
 
7
<manvolnum>3</manvolnum>
 
8
<refmiscinfo>RHYTHMBOX Library</refmiscinfo>
 
9
</refmeta>
 
10
 
 
11
<refnamediv>
 
12
<refname>rb-rating</refname><refpurpose></refpurpose>
 
13
</refnamediv>
 
14
 
 
15
<refsynopsisdiv><title>Synopsis</title>
 
16
 
 
17
<synopsis>
 
18
 
 
19
 
 
20
 
 
21
typedef     <link linkend="RBRatingPrivate">RBRatingPrivate</link>;
 
22
<link linkend="RBRating">RBRating</link>*   <link linkend="rb-rating-new">rb_rating_new</link>                   (void);
 
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="RBRatingPrivate"/>RBRatingPrivate</title>
 
46
<indexterm><primary>RBRatingPrivate</primary></indexterm><programlisting>typedef struct RBRatingPrivate RBRatingPrivate;
 
47
</programlisting>
 
48
<para>
 
49
 
 
50
</para></refsect2>
 
51
<refsect2>
 
52
<title><anchor id="rb-rating-new"/>rb_rating_new ()</title>
 
53
<indexterm><primary>rb_rating_new</primary></indexterm><programlisting><link linkend="RBRating">RBRating</link>*   rb_rating_new                   (void);</programlisting>
 
54
<para>
 
55
 
 
56
</para><variablelist role="params">
 
57
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara>
 
58
 
 
59
 
 
60
</simpara></listitem></varlistentry>
 
61
</variablelist></refsect2>
 
62
 
 
63
</refsect1>
 
64
 
 
65
 
 
66
 
 
67
 
 
68
</refentry>