glib/gstring.c: Fix inline docs for g_string_prepend_unichar.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 28 Sep 2001 21:39:26 +0000 (21:39 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 28 Sep 2001 21:39:26 +0000 (21:39 +0000)
glib/gstring.c

index a062bbb..23e5171 100644 (file)
@@ -495,14 +495,14 @@ g_string_prepend_c (GString *string,
 }
 
 /**
- * g_string_append_unichar:
- * @string: a #GString
- * @wc: a Unicode character
+ * g_string_prepend_unichar:
+ * @string: a #GString.
+ * @wc: a Unicode character.
  * 
  * Converts a Unicode character into UTF-8, and prepends it
  * to the string.
  * 
- * Return value: @string
+ * Return value: @string.
  **/
 GString*
 g_string_prepend_unichar (GString  *string,