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

unescapeda string
reservedCharsAlloweda string of reserved characters allowed to be used, or null
allowUtf8set true if the escaped string may include UTF8 characters

Returns

string