mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 18:16:34 +02:00
Work around gtk-doc stupidity.
2003-07-25 Matthias Clasen <maclas@gmx.de> * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
This commit is contained in:
committed by
Matthias Clasen
parent
cf4f6e3c18
commit
80eca10e6f
@@ -1,3 +1,7 @@
|
||||
2003-07-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
|
||||
|
||||
2003-07-12 Joel Brich <joel.brich@laposte.net>
|
||||
|
||||
* configure.in: Added "eo" to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2003-07-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
|
||||
|
||||
2003-07-12 Joel Brich <joel.brich@laposte.net>
|
||||
|
||||
* configure.in: Added "eo" to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2003-07-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
|
||||
|
||||
2003-07-12 Joel Brich <joel.brich@laposte.net>
|
||||
|
||||
* configure.in: Added "eo" to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2003-07-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
|
||||
|
||||
2003-07-12 Joel Brich <joel.brich@laposte.net>
|
||||
|
||||
* configure.in: Added "eo" to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2003-07-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
|
||||
|
||||
2003-07-12 Joel Brich <joel.brich@laposte.net>
|
||||
|
||||
* configure.in: Added "eo" to ALL_LINGUAS.
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2003-07-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
|
||||
|
||||
2003-07-12 Joel Brich <joel.brich@laposte.net>
|
||||
|
||||
* configure.in: Added "eo" to ALL_LINGUAS.
|
||||
|
@@ -729,9 +729,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,
|
||||
|
Reference in New Issue
Block a user