g_uri_escape_string: Add missing allow-none annotation

https://bugzilla.gnome.org/show_bug.cgi?id=701409
This commit is contained in:
Arnel A. Borja 2013-06-01 14:47:27 +08:00 committed by Vadim Rutkovsky
parent 87d5985718
commit 8d29a5a357

View File

@ -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.