[monkey-bubble: 711/753] Finally worked out why gnome_score_get_notable() was not being included in



commit 545ab663151ca05a504f8626a238727628e75d23
Author: Malcolm Tredinnick <malcolm src gnome org>
Date:   Sat Jun 1 03:14:48 2002 +0000

    Finally worked out why gnome_score_get_notable() was not being included in
    
    	* doc/reference/libgnome-sections.txt,
    	  doc/reference/tmpl/gnome-score.sgml, libgnome/gnome-score.c,
    	  libgnome/gnome-score.h:
    	  Finally worked out why gnome_score_get_notable() was not being
    	  included in the documentation and fixed that problem (stoopid
    	  gtk-doc).
    
    	* libgnome/gnome-gconf.c: Fixed a problem with not using &lt;
    	  entities in one of the functions. Kills a build warning, too.
    
    	* libgnome/gnome-i18n.c: Fixed a couple of typos.

 libgnome/gnome-score.c |    2 +-
 libgnome/gnome-score.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgnome/gnome-score.c b/libgnome/gnome-score.c
index 6505986..b10fa3b 100644
--- a/libgnome/gnome-score.c
+++ b/libgnome/gnome-score.c
@@ -404,7 +404,7 @@ gnome_score_log (gfloat score,
  *
  * Fetches the most notable players on @gamename at level @level.
  *
- * Returns: the number of scores returned.  The @names, @scores and @scoretime
+ * Returns: The number of scores returned.  The @names, @scores and @scoretime
  * pointers point to regions that were allocated with g_malloc() with the
  * contents.
  */
diff --git a/libgnome/gnome-score.h b/libgnome/gnome-score.h
index 3f200f7..a0fc06f 100644
--- a/libgnome/gnome-score.h
+++ b/libgnome/gnome-score.h
@@ -50,8 +50,8 @@ gnome_score_log(gfloat score,
 		   in the game */
 		gboolean higher_to_lower_score_order);
 
-
-gint /* Returns number of items in the arrays */
+/* Returns number of items in the arrays */
+gint
 gnome_score_get_notable(const gchar *gamename, /* Will be auto-determined if NULL */
 			const gchar *level,
 			gchar ***names,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]