From: Matthias Clasen Date: Thu, 24 Jul 2003 23:07:29 +0000 (+0000) Subject: Work around gtk-doc stupidity. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b205c9267b85243a1081b0854d172bf25284fbab;p=dana%2Fcg-glib.git Work around gtk-doc stupidity. 2003-07-25 Matthias Clasen * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity. --- diff --git a/ChangeLog b/ChangeLog index 905a2fc9..34af8f7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-07-25 Matthias Clasen + + * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity. + 2003-07-20 Hans Breuer * glib/trio/makefile.msc : (new file) for msvc build diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 905a2fc9..34af8f7c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2003-07-25 Matthias Clasen + + * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity. + 2003-07-20 Hans Breuer * glib/trio/makefile.msc : (new file) for msvc build diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 905a2fc9..34af8f7c 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2003-07-25 Matthias Clasen + + * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity. + 2003-07-20 Hans Breuer * glib/trio/makefile.msc : (new file) for msvc build diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 905a2fc9..34af8f7c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2003-07-25 Matthias Clasen + + * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity. + 2003-07-20 Hans Breuer * glib/trio/makefile.msc : (new file) for msvc build diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 905a2fc9..34af8f7c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2003-07-25 Matthias Clasen + + * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity. + 2003-07-20 Hans Breuer * glib/trio/makefile.msc : (new file) for msvc build diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 905a2fc9..34af8f7c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2003-07-25 Matthias Clasen + + * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity. + 2003-07-20 Hans Breuer * glib/trio/makefile.msc : (new file) for msvc build diff --git a/glib/gutf8.c b/glib/gutf8.c index abf9deef..a0f056ee 100644 --- a/glib/gutf8.c +++ b/glib/gutf8.c @@ -730,9 +730,9 @@ g_utf8_get_char_extended (const gchar *p, * overlong encodings of valid characters. * * Return value: the resulting character. If @p points to a partial - * sequence at the end of a string that could begin a valid character, - * returns (gunichar)-2; otherwise, if @p does not point to a valid - * UTF-8 encoded Unicode character, returns (gunichar)-1. + * sequence at the end of a string that could begin a valid + * character, returns (gunichar)-2; otherwise, if @p does not point + * to a valid UTF-8 encoded Unicode character, returns (gunichar)-1. **/ gunichar g_utf8_get_char_validated (const gchar *p,