mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
Merge branch 'regex-escape-string-bad-gir' into 'main'
g_regex_escape_string: bad GIR: utf8[] -> utf8 See merge request GNOME/glib!3236
This commit is contained in:
commit
287314c5a9
@ -3584,7 +3584,7 @@ g_regex_escape_nul (const gchar *string,
|
||||
|
||||
/**
|
||||
* g_regex_escape_string:
|
||||
* @string: (array length=length): the string to escape
|
||||
* @string: the string to escape
|
||||
* @length: the length of @string, in bytes, or -1 if @string is nul-terminated
|
||||
*
|
||||
* Escapes the special characters used for regular expressions
|
||||
|
Loading…
Reference in New Issue
Block a user