[monkey-bubble: 725/753] Fix API docs for a function. Noted by Steve Chaplin. Closes bug #116457.



commit 7f393930ee5d5b60fe142671146ef6e0ebefd7e5
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Mon Oct 23 12:46:58 2006 +0000

    Fix API docs for a function. Noted by Steve Chaplin. Closes bug #116457.
    
    2006-10-23  Kjartan Maraas  <kmaraas gnome org>
    
    	* libgnome/gnome-score.c: Fix API docs for a function.
    	Noted by Steve Chaplin. Closes bug #116457.

 libgnome/gnome-score.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libgnome/gnome-score.c b/libgnome/gnome-score.c
index b261b03..71e52e1 100644
--- a/libgnome/gnome-score.c
+++ b/libgnome/gnome-score.c
@@ -406,8 +406,7 @@ gnome_score_init (const gchar * gamename)
  * ends.  This function takes care of working out whether the user's score made
  * it into the ten best scores and, if so, records it in the table.
  *
- * Returns: %0 on failure or the status from the gnome-score helper
- * program.
+ * Returns: %0 on failure and the number of bytes written otherwise.
  */
 gint
 gnome_score_log (gfloat score,



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