mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +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:
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user