mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Improve docs
This commit is contained in:
parent
f8470ed55a
commit
93ea4ab610
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user