mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-05 00:43:40 +02:00
Added method g_network_address_parse_uri()
This method allow creating a network address from a URI. If no port is found in the URI, the default_port parameter will be used. Note that new property scheme is there for future TLS implementation. Reviewed-by: Dan Winship <danw@gnome.org>
This commit is contained in:
@@ -1212,8 +1212,10 @@ g_srv_target_list_sort
|
||||
g_network_address_get_type G_GNUC_CONST
|
||||
g_network_address_get_hostname
|
||||
g_network_address_get_port
|
||||
g_network_address_get_scheme
|
||||
g_network_address_new
|
||||
g_network_address_parse
|
||||
g_network_address_parse_uri
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user