mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02:00
guri: new URI parsing and generating functions
Add a set of new URI parsing and generating functions, including a new parsed-URI type GUri. Move all the code from gurifuncs.c into guri.c, reimplementing some of those functions (and g_string_append_uri_encoded()) in terms of the new code. Fixes: https://gitlab.gnome.org/GNOME/glib/issues/110 Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Marc-André Lureau
parent
167b950122
commit
d83d68d64c
@@ -408,6 +408,7 @@ G_TYPE_SOURCE
|
||||
G_TYPE_POLLFD
|
||||
G_TYPE_THREAD
|
||||
G_TYPE_OPTION_GROUP
|
||||
G_TYPE_URI
|
||||
|
||||
<SUBSECTION Standard>
|
||||
G_TYPE_IS_BOXED
|
||||
@@ -441,6 +442,7 @@ g_mapped_file_get_type
|
||||
g_markup_parse_context_get_type
|
||||
g_thread_get_type
|
||||
g_option_group_get_type
|
||||
g_uri_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
Reference in New Issue
Block a user