~ubuntu-branches/ubuntu/feisty/libgnome/feisty

« back to all changes in this revision

Viewing changes to doc/reference/xml/gnome-score.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-08-08 17:40:39 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20060808174039-rqz0fbciyqud371c
Tags: 2.15.2-0ubuntu1
* New upstream release:
  - Bug fixes:
    - Use the right gtk+ theme name in the schema.
  - New and updated translations: bn_IN, ca, es, eu, fr, ml, nl, or, zh_HK.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry id="libgnome-gnome-score">
2
2
<refmeta>
3
 
<refentrytitle id="top_of_page">gnome-score</refentrytitle>
 
3
<refentrytitle role="top_of_page">gnome-score</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>LIBGNOME Library</refmiscinfo>
6
6
</refmeta>
11
11
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
12
12
</refnamediv>
13
13
 
14
 
<refsynopsisdiv id="synopsis">
15
 
<title id="synopsis.title">Synopsis</title>
 
14
<refsynopsisdiv role="synopsis">
 
15
<title role="synopsis.title">Synopsis</title>
16
16
 
17
17
<synopsis>
18
18
 
39
39
 
40
40
 
41
41
 
42
 
<refsect1 id="desc">
43
 
<title id="desc.title">Description</title>
 
42
<refsect1 role="desc">
 
43
<title role="desc.title">Description</title>
44
44
<para>
45
45
The routines in this module provide a simple way to keep track of users' scores
46
46
in a game.
56
56
</para>
57
57
</refsect1>
58
58
 
59
 
<refsect1 id="details">
60
 
<title id="details.title">Details</title>
 
59
<refsect1 role="details">
 
60
<title role="details.title">Details</title>
61
61
<refsect2>
62
62
<title><anchor id="gnome-score-init" role="function" condition="deprecated:"/>gnome_score_init ()</title>
63
63
<indexterm role="deprecated"><primary>gnome_score_init</primary></indexterm><programlisting><link linkend="gint">gint</link>        gnome_score_init                (const <link linkend="gchar">gchar</link> *gamename);</programlisting>