diff --git a/ChangeLog b/ChangeLog index 7d401b41b..58c3a6335 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 6 10:28:34 2000 Owen Taylor + + * guniprop.c gunicode.h gutf8.c: Some inline docs fixes. + 2000-09-06 Sebastian Wilhelmi * glib.h, gtimer.c, tests/thread-test.c: diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 7d401b41b..58c3a6335 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +Wed Sep 6 10:28:34 2000 Owen Taylor + + * guniprop.c gunicode.h gutf8.c: Some inline docs fixes. + 2000-09-06 Sebastian Wilhelmi * glib.h, gtimer.c, tests/thread-test.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 7d401b41b..58c3a6335 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +Wed Sep 6 10:28:34 2000 Owen Taylor + + * guniprop.c gunicode.h gutf8.c: Some inline docs fixes. + 2000-09-06 Sebastian Wilhelmi * glib.h, gtimer.c, tests/thread-test.c: diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 7d401b41b..58c3a6335 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +Wed Sep 6 10:28:34 2000 Owen Taylor + + * guniprop.c gunicode.h gutf8.c: Some inline docs fixes. + 2000-09-06 Sebastian Wilhelmi * glib.h, gtimer.c, tests/thread-test.c: diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 7d401b41b..58c3a6335 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +Wed Sep 6 10:28:34 2000 Owen Taylor + + * guniprop.c gunicode.h gutf8.c: Some inline docs fixes. + 2000-09-06 Sebastian Wilhelmi * glib.h, gtimer.c, tests/thread-test.c: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 7d401b41b..58c3a6335 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +Wed Sep 6 10:28:34 2000 Owen Taylor + + * guniprop.c gunicode.h gutf8.c: Some inline docs fixes. + 2000-09-06 Sebastian Wilhelmi * glib.h, gtimer.c, tests/thread-test.c: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 7d401b41b..58c3a6335 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +Wed Sep 6 10:28:34 2000 Owen Taylor + + * guniprop.c gunicode.h gutf8.c: Some inline docs fixes. + 2000-09-06 Sebastian Wilhelmi * glib.h, gtimer.c, tests/thread-test.c: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 7d401b41b..58c3a6335 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +Wed Sep 6 10:28:34 2000 Owen Taylor + + * guniprop.c gunicode.h gutf8.c: Some inline docs fixes. + 2000-09-06 Sebastian Wilhelmi * glib.h, gtimer.c, tests/thread-test.c: diff --git a/glib/gunicode.h b/glib/gunicode.h index 30d02761f..d58e31667 100644 --- a/glib/gunicode.h +++ b/glib/gunicode.h @@ -145,7 +145,7 @@ gint g_utf8_pointer_to_offset (const gchar *str, const gchar *pos); gchar * g_utf8_prev_char (const gchar *p); gchar * g_utf8_find_next_char (const gchar *p, - const gchar *bound); + const gchar *end); gchar * g_utf8_find_prev_char (const gchar *str, const gchar *p); @@ -161,9 +161,9 @@ gchar *g_utf8_strncpy (gchar *dest, functions are equivalants to strchr and strrchr */ gchar *g_utf8_strchr (const gchar *p, - gunichar ch); + gunichar c); gchar *g_utf8_strrchr (const gchar *p, - gunichar ch); + gunichar c); gunichar2 *g_utf8_to_utf16 (const gchar *str, gint len); diff --git a/glib/guniprop.c b/glib/guniprop.c index 95fe5b758..3c2c29e6a 100644 --- a/glib/guniprop.c +++ b/glib/guniprop.c @@ -253,7 +253,7 @@ g_unichar_toupper (gunichar c) * * Convert a character to lower case * -e * Return value: the result of converting @c to lower case. + * Return value: the result of converting @c to lower case. * If @c is not an upperlower or titlecase character, * @c is returned unchanged. **/ diff --git a/glib/gutf8.c b/glib/gutf8.c index a510dfd67..8bf95ebc3 100644 --- a/glib/gutf8.c +++ b/glib/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. * diff --git a/gunicode.h b/gunicode.h index 30d02761f..d58e31667 100644 --- a/gunicode.h +++ b/gunicode.h @@ -145,7 +145,7 @@ gint g_utf8_pointer_to_offset (const gchar *str, const gchar *pos); gchar * g_utf8_prev_char (const gchar *p); gchar * g_utf8_find_next_char (const gchar *p, - const gchar *bound); + const gchar *end); gchar * g_utf8_find_prev_char (const gchar *str, const gchar *p); @@ -161,9 +161,9 @@ gchar *g_utf8_strncpy (gchar *dest, functions are equivalants to strchr and strrchr */ gchar *g_utf8_strchr (const gchar *p, - gunichar ch); + gunichar c); gchar *g_utf8_strrchr (const gchar *p, - gunichar ch); + gunichar c); gunichar2 *g_utf8_to_utf16 (const gchar *str, gint len); diff --git a/guniprop.c b/guniprop.c index 95fe5b758..3c2c29e6a 100644 --- a/guniprop.c +++ b/guniprop.c @@ -253,7 +253,7 @@ g_unichar_toupper (gunichar c) * * Convert a character to lower case * -e * Return value: the result of converting @c to lower case. + * Return value: the result of converting @c to lower case. * If @c is not an upperlower or titlecase character, * @c is returned unchanged. **/ 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. *