g_uri_unescape_string: Mention (allow-none)/%NULL in documentation

https://bugzilla.gnome.org/show_bug.cgi?id=701409
This commit is contained in:
Arnel A. Borja 2013-06-10 12:37:42 +08:00 committed by Vadim Rutkovsky
parent 8d29a5a357
commit 19e20084ab

View 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.
*