mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +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:
@@ -1662,7 +1662,9 @@ GNetworkAddress
|
||||
g_network_address_new
|
||||
g_network_address_get_hostname
|
||||
g_network_address_get_port
|
||||
g_network_address_get_scheme
|
||||
g_network_address_parse
|
||||
g_network_address_parse_uri
|
||||
<SUBSECTION Standard>
|
||||
GNetworkAddressClass
|
||||
GNetworkAddressPrivate
|
||||
|
Reference in New Issue
Block a user