projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d29a5a
)
g_uri_unescape_string: Mention (allow-none)/%NULL in documentation
author
Arnel A. Borja
<kyoushuu@yahoo.com>
Mon, 10 Jun 2013 04:37:42 +0000
(12:37 +0800)
committer
Vadim 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
patch
|
blob
|
history
diff --git
a/glib/gurifuncs.c
b/glib/gurifuncs.c
index
5a4a719
..
b2128a2
100644
(file)
--- a/
glib/gurifuncs.c
+++ b/
glib/gurifuncs.c
@@
-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.
*