Improve docs

This commit is contained in:
Behdad Esfahbod 2010-03-31 10:50:08 -04:00
parent f8470ed55a
commit 93ea4ab610
2 changed files with 2 additions and 2 deletions

View 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

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