glib.gurifuncs

Undocumented in source.

Members

Functions

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.

Manifest constants

G_URI_RESERVED_CHARS_ALLOWED_IN_PATH
enum G_URI_RESERVED_CHARS_ALLOWED_IN_PATH;
Undocumented in source.
G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT
enum G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT;
Undocumented in source.
G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO
enum G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO;
Undocumented in source.
G_URI_RESERVED_CHARS_GENERIC_DELIMITERS
enum G_URI_RESERVED_CHARS_GENERIC_DELIMITERS;
Undocumented in source.
G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS
enum G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
Undocumented in source.

Meta