mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Adding GProxyAddressEnumerator class
An implementation of GSocketAddressEnumerator that handles proxy enumeration. This class is mainly usefull for Connectables implementation such as NetworkService, NetworkAddress and SocketAddress to handle proxies. Reviewed-by: Dan Winship <danw@gnome.org>
This commit is contained in:
@@ -208,6 +208,7 @@ typedef struct _GVfs GVfs; /* Dummy typedef */
|
||||
typedef struct _GProxyResolver GProxyResolver;
|
||||
typedef struct _GProxy GProxy;
|
||||
typedef struct _GProxyAddress GProxyAddress;
|
||||
typedef struct _GProxyAddressEnumerator GProxyAddressEnumerator;
|
||||
|
||||
/**
|
||||
* GVolume:
|
||||
|
Reference in New Issue
Block a user