mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Improve docs
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-02-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c: Improve docs.
|
||||||
|
|
||||||
2006-02-11 Matthias Clasen <mclasen@redhat.com>
|
2006-02-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* configure.in: Bump version
|
* configure.in: Bump version
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
2006-02-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c: Improve docs.
|
||||||
|
|
||||||
2006-02-11 Matthias Clasen <mclasen@redhat.com>
|
2006-02-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* configure.in: Bump version
|
* configure.in: Bump version
|
||||||
|
@@ -1,3 +1,7 @@
|
|||||||
|
2006-02-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gstrfuncs.c: Improve docs.
|
||||||
|
|
||||||
2006-02-11 Matthias Clasen <mclasen@redhat.com>
|
2006-02-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* configure.in: Bump version
|
* configure.in: Bump version
|
||||||
|
@@ -1748,9 +1748,8 @@ g_ascii_xdigit_value (gchar c)
|
|||||||
* characters include all ASCII letters. If you compare two CP932
|
* characters include all ASCII letters. If you compare two CP932
|
||||||
* strings using this function, you will get false matches.
|
* strings using this function, you will get false matches.
|
||||||
*
|
*
|
||||||
* Return value: an integer less than, equal to, or greater than
|
* Return value: 0 if the strings match, a negative value if @s1 < @s2,
|
||||||
* zero if @s1 is found, respectively, to be less than,
|
* or a positive value if @s1 > @s2.
|
||||||
* to match, or to be greater than @s2.
|
|
||||||
**/
|
**/
|
||||||
gint
|
gint
|
||||||
g_ascii_strcasecmp (const gchar *s1,
|
g_ascii_strcasecmp (const gchar *s1,
|
||||||
@@ -1790,10 +1789,8 @@ g_ascii_strcasecmp (const gchar *s1,
|
|||||||
* function only on strings known to be in encodings where bytes
|
* function only on strings known to be in encodings where bytes
|
||||||
* corresponding to ASCII letters always represent themselves.
|
* corresponding to ASCII letters always represent themselves.
|
||||||
*
|
*
|
||||||
* Return value: an integer less than, equal to, or greater than zero
|
* Return value: 0 if the strings match, a negative value if @s1 < @s2,
|
||||||
* if the first @n bytes of @s1 is found, respectively,
|
* or a positive value if @s1 > @s2.
|
||||||
* to be less than, to match, or to be greater than the
|
|
||||||
* first @n bytes of @s2.
|
|
||||||
**/
|
**/
|
||||||
gint
|
gint
|
||||||
g_ascii_strncasecmp (const gchar *s1,
|
g_ascii_strncasecmp (const gchar *s1,
|
||||||
|
Reference in New Issue
Block a user