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:
Philip Withnall 2023-01-26 14:47:13 +00:00
commit 287314c5a9

View File

@ -3584,7 +3584,7 @@ g_regex_escape_nul (const gchar *string,
/** /**
* g_regex_escape_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 * @length: the length of @string, in bytes, or -1 if @string is nul-terminated
* *
* Escapes the special characters used for regular expressions * Escapes the special characters used for regular expressions