String.appendUriEscaped
glib.string_.String appendUriEscaped(string unescaped, string reservedCharsAllowed, bool allowUtf8)Appends unescaped to string, escaping any characters that are reserved in URIs using URI-style escape sequences.
Parameters
unescaped | a string |
reservedCharsAllowed | a string of reserved characters allowed to be used, or null |
allowUtf8 | set true if the escaped string may include UTF8 characters |
Returns
string