- g_uri_escape_string
char* g_uri_escape_string(const(char)* unescaped, const(char)* reserved_chars_allowed, gboolean allow_utf8)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_uri_parse_scheme
char* g_uri_parse_scheme(const(char)* uri)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_uri_unescape_segment
char* g_uri_unescape_segment(const(char)* escaped_string, const(char)* escaped_string_end, const(char)* illegal_characters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_uri_unescape_string
char* g_uri_unescape_string(const(char)* escaped_string, const(char)* illegal_characters)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.