g_uri_escape_string: Add missing allow-none annotation
authorArnel A. Borja <kyoushuu@yahoo.com>
Sat, 1 Jun 2013 06:47:27 +0000 (14:47 +0800)
committerVadim Rutkovsky <vrutkovs@redhat.com>
Wed, 19 Jun 2013 15:26:45 +0000 (17:26 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=701409

glib/gurifuncs.c

index d438205..5a4a719 100644 (file)
@@ -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.