mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01: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:
parent
8f74a6a78a
commit
b205c9267b
@ -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-20 Hans Breuer <hans@breuer.org>
|
2003-07-20 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* glib/trio/makefile.msc : (new file) for msvc build
|
* glib/trio/makefile.msc : (new file) for msvc build
|
||||||
|
@ -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-20 Hans Breuer <hans@breuer.org>
|
2003-07-20 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* glib/trio/makefile.msc : (new file) for msvc build
|
* glib/trio/makefile.msc : (new file) for msvc build
|
||||||
|
@ -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-20 Hans Breuer <hans@breuer.org>
|
2003-07-20 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* glib/trio/makefile.msc : (new file) for msvc build
|
* glib/trio/makefile.msc : (new file) for msvc build
|
||||||
|
@ -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-20 Hans Breuer <hans@breuer.org>
|
2003-07-20 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* glib/trio/makefile.msc : (new file) for msvc build
|
* glib/trio/makefile.msc : (new file) for msvc build
|
||||||
|
@ -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-20 Hans Breuer <hans@breuer.org>
|
2003-07-20 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* glib/trio/makefile.msc : (new file) for msvc build
|
* glib/trio/makefile.msc : (new file) for msvc build
|
||||||
|
@ -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-20 Hans Breuer <hans@breuer.org>
|
2003-07-20 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* glib/trio/makefile.msc : (new file) for msvc build
|
* glib/trio/makefile.msc : (new file) for msvc build
|
||||||
|
@ -730,9 +730,9 @@ g_utf8_get_char_extended (const gchar *p,
|
|||||||
* overlong encodings of valid characters.
|
* overlong encodings of valid characters.
|
||||||
*
|
*
|
||||||
* Return value: the resulting character. If @p points to a partial
|
* Return value: the resulting character. If @p points to a partial
|
||||||
* sequence at the end of a string that could begin a valid character,
|
* sequence at the end of a string that could begin a valid
|
||||||
* returns (gunichar)-2; otherwise, if @p does not point to a valid
|
* character, returns (gunichar)-2; otherwise, if @p does not point
|
||||||
* UTF-8 encoded Unicode character, returns (gunichar)-1.
|
* to a valid UTF-8 encoded Unicode character, returns (gunichar)-1.
|
||||||
**/
|
**/
|
||||||
gunichar
|
gunichar
|
||||||
g_utf8_get_char_validated (const gchar *p,
|
g_utf8_get_char_validated (const gchar *p,
|
||||||
|
Loading…
Reference in New Issue
Block a user