g_uri_unescape_string: Mention (allow-none)/%NULL in documentation
authorArnel A. Borja <kyoushuu@yahoo.com>
Mon, 10 Jun 2013 04:37:42 +0000 (12:37 +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 5a4a719..b2128a2 100644 (file)
@@ -139,7 +139,8 @@ g_uri_unescape_segment (const char *escaped_string,
 /**
  * g_uri_unescape_string:
  * @escaped_string: an escaped string to be unescaped.
- * @illegal_characters: an optional string of illegal characters not to be allowed.
+ * @illegal_characters: (allow-none): a string of illegal characters not to be
+ *      allowed, or %NULL.
  * 
  * Unescapes a whole escaped string.
  *