From 8d29a5a357425892e0fa7e2bc79b7f8b23c7ebd0 Mon Sep 17 00:00:00 2001 From: "Arnel A. Borja" Date: Sat, 1 Jun 2013 14:47:27 +0800 Subject: [PATCH] g_uri_escape_string: Add missing allow-none annotation https://bugzilla.gnome.org/show_bug.cgi?id=701409 --- glib/gurifuncs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/gurifuncs.c b/glib/gurifuncs.c index d438205..5a4a719 100644 --- a/glib/gurifuncs.c +++ b/glib/gurifuncs.c @@ -217,8 +217,8 @@ g_uri_parse_scheme (const char *uri) /** * g_uri_escape_string: * @unescaped: the unescaped input string. - * @reserved_chars_allowed: a string of reserved characters that are - * allowed to be used, or %NULL. + * @reserved_chars_allowed: (allow-none): a string of reserved characters that + * are allowed to be used, or %NULL. * @allow_utf8: %TRUE if the result can include UTF-8 characters. * * Escapes a string for use in a URI. -- 2.7.4