mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
g_uri_unescape_string: Mention (allow-none)/%NULL in documentation
https://bugzilla.gnome.org/show_bug.cgi?id=701409
This commit is contained in:
parent
8d29a5a357
commit
19e20084ab
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user