mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 03:17:52 +02:00
gutf8: Add a g_utf8_validate_len() function
This is a variant of g_utf8_validate() which requires the length to be specified, thereby allowing string lengths up to G_MAXSIZE rather than just G_MAXSSIZE. Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
@@ -2964,6 +2964,7 @@ g_utf8_strrchr
|
||||
g_utf8_strreverse
|
||||
g_utf8_substring
|
||||
g_utf8_validate
|
||||
g_utf8_validate_len
|
||||
g_utf8_make_valid
|
||||
|
||||
<SUBSECTION>
|
||||
|
Reference in New Issue
Block a user