mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Implemented proxy_enumerate() for all Connectables
This patch implements method proxy_enumerate from GSocketConnectable for all connectables (GNetworkAddress, GNetworkService, GInetSocketAddress and GUnixSocketAddress). Reviewed-by: Dan Winship <danw@gnome.org>
This commit is contained in:
@@ -62,6 +62,8 @@ GSocketConnectable *g_network_service_new (const gchar *service,
|
||||
const gchar *g_network_service_get_service (GNetworkService *srv);
|
||||
const gchar *g_network_service_get_protocol (GNetworkService *srv);
|
||||
const gchar *g_network_service_get_domain (GNetworkService *srv);
|
||||
const gchar *g_network_service_get_scheme (GNetworkService *srv);
|
||||
void g_network_service_set_scheme (GNetworkService *srv, const gchar *scheme);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user