mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Added GProxy interface for proxy extension point
Implement an extension point for proxy protocol implementation. This is mainly useful for socket-based proxy where it is possible to use the proxied socket the same way it would for other stream based socket. Reviewed-by: Dan Winship <danw@gnome.org>
This commit is contained in:
@@ -206,6 +206,7 @@ typedef struct _GVfs GVfs; /* Dummy typedef */
|
||||
* Since: 2.26
|
||||
**/
|
||||
typedef struct _GProxyResolver GProxyResolver;
|
||||
typedef struct _GProxy GProxy;
|
||||
typedef struct _GProxyAddress GProxyAddress;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user