summaryrefslogtreecommitdiff
path: root/gutf8.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-09-06 14:42:13 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-09-06 14:42:13 +0000
commitda765af2bcbcf1718a49cb9634766e4884493f5d (patch)
tree6a81e1e147244a0c0ddc587381841650d8990def /gutf8.c
parentef2dcd6265bcd52a24fc12cfa8f769f899e13653 (diff)
downloadglib-da765af2bcbcf1718a49cb9634766e4884493f5d.tar.gz
Some inline docs fixes.
Wed Sep 6 10:28:34 2000 Owen Taylor <otaylor@redhat.com> * guniprop.c gunicode.h gutf8.c: Some inline docs fixes.
Diffstat (limited to 'gutf8.c')
-rw-r--r--gutf8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gutf8.c b/gutf8.c
index a510dfd67..8bf95ebc3 100644
--- a/gutf8.c
+++ b/gutf8.c
@@ -346,8 +346,8 @@ g_get_charset (char **charset)
/**
* g_unichar_to_utf8:
- * @ch: a ISO10646 character code
- * @out: output buffer, must have at least 6 bytes of space.
+ * @c: a ISO10646 character code
+ * @outbuf: output buffer, must have at least 6 bytes of space.
* If %NULL, the length will be computed and returned
* and nothing will be written to @out.
*