mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 15:46:17 +01:00
g_uri_escape_string: Add missing allow-none annotation
https://bugzilla.gnome.org/show_bug.cgi?id=701409
This commit is contained in:
parent
87d5985718
commit
8d29a5a357
@ -217,8 +217,8 @@ g_uri_parse_scheme (const char *uri)
|
|||||||
/**
|
/**
|
||||||
* g_uri_escape_string:
|
* g_uri_escape_string:
|
||||||
* @unescaped: the unescaped input string.
|
* @unescaped: the unescaped input string.
|
||||||
* @reserved_chars_allowed: a string of reserved characters that are
|
* @reserved_chars_allowed: (allow-none): a string of reserved characters that
|
||||||
* allowed to be used, or %NULL.
|
* are allowed to be used, or %NULL.
|
||||||
* @allow_utf8: %TRUE if the result can include UTF-8 characters.
|
* @allow_utf8: %TRUE if the result can include UTF-8 characters.
|
||||||
*
|
*
|
||||||
* Escapes a string for use in a URI.
|
* Escapes a string for use in a URI.
|
||||||
|
Loading…
Reference in New Issue
Block a user