mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Implemented proxy-resolver extension point
This extension point allow extending GLib with library like LibProxy that interprets system proxy settings and finds the appropriate configuration based on the type of connection being made. Reviewed-by: Dan Winship <danw@gnome.org>
This commit is contained in:
@@ -198,6 +198,15 @@ typedef struct _GThreadedSocketService GThreadedSocketServi
|
||||
typedef struct _GThemedIcon GThemedIcon;
|
||||
typedef struct _GVfs GVfs; /* Dummy typedef */
|
||||
|
||||
/**
|
||||
* GProxyResolver:
|
||||
*
|
||||
* A helper class to enumerate proxies base on URI.
|
||||
*
|
||||
* Since: 2.26
|
||||
**/
|
||||
typedef struct _GProxyResolver GProxyResolver;
|
||||
|
||||
/**
|
||||
* GVolume:
|
||||
*
|
||||
|
Reference in New Issue
Block a user