From: Sven Neumann Date: Thu, 24 Jan 2002 14:02:58 +0000 (+0000) Subject: removed an empty line in the inline documentation that confused gtk-doc. X-Git-Tag: GLIB_1_3_13~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ad49d56c14f970752219a683c64b866bbe76ae3;p=platform%2Fupstream%2Fglib.git removed an empty line in the inline documentation that confused gtk-doc. 2002-01-24 Sven Neumann * glib/gutf8.c (g_utf8_to_utf16): removed an empty line in the inline documentation that confused gtk-doc. --- diff --git a/ChangeLog b/ChangeLog index 5ee3412..8f4da72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-24 Sven Neumann + + * glib/gutf8.c (g_utf8_to_utf16): removed an empty line in the + inline documentation that confused gtk-doc. + 2002-01-23 Laszlo Peter * glib/gmessages.c (g_printf_string_upper_bound): return 1 more diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 5ee3412..8f4da72 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +2002-01-24 Sven Neumann + + * glib/gutf8.c (g_utf8_to_utf16): removed an empty line in the + inline documentation that confused gtk-doc. + 2002-01-23 Laszlo Peter * glib/gmessages.c (g_printf_string_upper_bound): return 1 more diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5ee3412..8f4da72 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2002-01-24 Sven Neumann + + * glib/gutf8.c (g_utf8_to_utf16): removed an empty line in the + inline documentation that confused gtk-doc. + 2002-01-23 Laszlo Peter * glib/gmessages.c (g_printf_string_upper_bound): return 1 more diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 5ee3412..8f4da72 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2002-01-24 Sven Neumann + + * glib/gutf8.c (g_utf8_to_utf16): removed an empty line in the + inline documentation that confused gtk-doc. + 2002-01-23 Laszlo Peter * glib/gmessages.c (g_printf_string_upper_bound): return 1 more diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 5ee3412..8f4da72 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-01-24 Sven Neumann + + * glib/gutf8.c (g_utf8_to_utf16): removed an empty line in the + inline documentation that confused gtk-doc. + 2002-01-23 Laszlo Peter * glib/gmessages.c (g_printf_string_upper_bound): return 1 more diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 5ee3412..8f4da72 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2002-01-24 Sven Neumann + + * glib/gutf8.c (g_utf8_to_utf16): removed an empty line in the + inline documentation that confused gtk-doc. + 2002-01-23 Laszlo Peter * glib/gmessages.c (g_printf_string_upper_bound): return 1 more diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 5ee3412..8f4da72 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2002-01-24 Sven Neumann + + * glib/gutf8.c (g_utf8_to_utf16): removed an empty line in the + inline documentation that confused gtk-doc. + 2002-01-23 Laszlo Peter * glib/gmessages.c (g_printf_string_upper_bound): return 1 more diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5ee3412..8f4da72 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2002-01-24 Sven Neumann + + * glib/gutf8.c (g_utf8_to_utf16): removed an empty line in the + inline documentation that confused gtk-doc. + 2002-01-23 Laszlo Peter * glib/gmessages.c (g_printf_string_upper_bound): return 1 more diff --git a/glib/gutf8.c b/glib/gutf8.c index 3ec10a7..ab76fb4 100644 --- a/glib/gutf8.c +++ b/glib/gutf8.c @@ -1266,7 +1266,6 @@ g_utf16_to_ucs4 (const gunichar2 *str, * @str: a UTF-8 encoded string * @len: the maximum length of @str to use. If @len < 0, then * the string is nul-terminated. - * @items_read: location to store number of bytes read, or %NULL. * If %NULL, then %G_CONVERT_ERROR_PARTIAL_INPUT will be * returned in case @str contains a trailing partial