mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-02 17:32:18 +01:00
Version 1.3.9 (binary, interface == 0)
Tue Sep 25 11:34:22 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 1.3.9 (binary, interface == 0) * glib/gstrfuncs.c (g_ascii_strdown): Change g_ascii_strup/strdown to take a 'len' argument to match g_utf8_strup/strdown. This hopefully will also make it more obvious that they duplicate the string rather than acting like g_strup/strdown. (Suggestion from Matthias Clasen, #59550)
This commit is contained in:
@@ -130,8 +130,10 @@ gint g_ascii_strcasecmp (const gchar *s1,
|
||||
gint g_ascii_strncasecmp (const gchar *s1,
|
||||
const gchar *s2,
|
||||
guint n);
|
||||
gchar* g_ascii_strdown (const gchar *string);
|
||||
gchar* g_ascii_strup (const gchar *string);
|
||||
gchar* g_ascii_strdown (const gchar *str,
|
||||
gssize len);
|
||||
gchar* g_ascii_strup (const gchar *str,
|
||||
gssize len);
|
||||
|
||||
#ifndef G_DISABLE_DEPRECATED
|
||||
|
||||
|
||||
Reference in New Issue
Block a user