diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2000-12-09 10:18:00 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-12-09 10:18:00 +0800 |
commit | e68b48fb6e2c34fc0097669ba3a85b04ceb1d618 (patch) | |
tree | 8f3cbf42223788d18467225854257078a328a54c /widgets/misc | |
parent | c65fda0e894b86fed0a88ecde17f4040e78af946 (diff) | |
download | gsoc2013-evolution-e68b48fb6e2c34fc0097669ba3a85b04ceb1d618.tar gsoc2013-evolution-e68b48fb6e2c34fc0097669ba3a85b04ceb1d618.tar.gz gsoc2013-evolution-e68b48fb6e2c34fc0097669ba3a85b04ceb1d618.tar.bz2 gsoc2013-evolution-e68b48fb6e2c34fc0097669ba3a85b04ceb1d618.tar.lz gsoc2013-evolution-e68b48fb6e2c34fc0097669ba3a85b04ceb1d618.tar.xz gsoc2013-evolution-e68b48fb6e2c34fc0097669ba3a85b04ceb1d618.tar.zst gsoc2013-evolution-e68b48fb6e2c34fc0097669ba3a85b04ceb1d618.zip |
Work to get a Gtk-Doc infrastructure in place for Gal.
Work to get a Gtk-Doc infrastructure in place for Gal.
Miguel.
svn path=/trunk/; revision=6883
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/e-unicode.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/widgets/misc/e-unicode.c b/widgets/misc/e-unicode.c index 487bff5e9d..d40cc7d88d 100644 --- a/widgets/misc/e-unicode.c +++ b/widgets/misc/e-unicode.c @@ -417,10 +417,10 @@ e_utf8_gtk_clist_append (GtkCList *clist, gchar *text[]) /** * g_unichar_to_utf8: - * @ch: a ISO10646 character code - * @out: 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. + * @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. * * Convert a single character to utf8 * |