Improve docs
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 31 Mar 2010 14:50:08 +0000 (10:50 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 31 Mar 2010 14:55:00 +0000 (10:55 -0400)
glib/gstring.c
glib/gurifuncs.c

index aaff031..5a6b5df 100644 (file)
@@ -781,7 +781,7 @@ gunichar_ok (gunichar c)
  * g_string_append_uri_escaped:
  * @string: a #GString
  * @unescaped: a string
- * @reserved_chars_allowed: a string of reserved characters allowed to be used
+ * @reserved_chars_allowed: a string of reserved characters allowed to be used, or %NULL
  * @allow_utf8: set %TRUE if the escaped string may include UTF8 characters
  * 
  * Appends @unescaped to @string, escaped any characters that
index 5f1ef71..a2930aa 100644 (file)
@@ -216,7 +216,7 @@ 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.
+ *      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.