mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
docs: Move the GSimpleProxyResolver SECTIONs
Move them to the struct docs. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
This commit is contained in:
parent
c16c639729
commit
832bf0f90c
@ -33,19 +33,16 @@
|
|||||||
#include "glibintl.h"
|
#include "glibintl.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gsimpleproxyresolver
|
* GSimpleProxyResolver:
|
||||||
* @short_description: Simple proxy resolver implementation
|
|
||||||
* @include: gio/gio.h
|
|
||||||
* @see_also: g_socket_client_set_proxy_resolver()
|
|
||||||
*
|
*
|
||||||
* #GSimpleProxyResolver is a simple #GProxyResolver implementation
|
* `GSimpleProxyResolver` is a simple [iface@Gio.ProxyResolver] implementation
|
||||||
* that handles a single default proxy, multiple URI-scheme-specific
|
* that handles a single default proxy, multiple URI-scheme-specific
|
||||||
* proxies, and a list of hosts that proxies should not be used for.
|
* proxies, and a list of hosts that proxies should not be used for.
|
||||||
*
|
*
|
||||||
* #GSimpleProxyResolver is never the default proxy resolver, but it
|
* `GSimpleProxyResolver` is never the default proxy resolver, but it
|
||||||
* can be used as the base class for another proxy resolver
|
* can be used as the base class for another proxy resolver
|
||||||
* implementation, or it can be created and used manually, such as
|
* implementation, or it can be created and used manually, such as
|
||||||
* with g_socket_client_set_proxy_resolver().
|
* with [method@Gio.SocketClient.set_proxy_resolver].
|
||||||
*
|
*
|
||||||
* Since: 2.36
|
* Since: 2.36
|
||||||
*/
|
*/
|
||||||
|
@ -36,11 +36,6 @@ G_BEGIN_DECLS
|
|||||||
#define G_IS_SIMPLE_PROXY_RESOLVER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_SIMPLE_PROXY_RESOLVER))
|
#define G_IS_SIMPLE_PROXY_RESOLVER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_SIMPLE_PROXY_RESOLVER))
|
||||||
#define G_SIMPLE_PROXY_RESOLVER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_SIMPLE_PROXY_RESOLVER, GSimpleProxyResolverClass))
|
#define G_SIMPLE_PROXY_RESOLVER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_SIMPLE_PROXY_RESOLVER, GSimpleProxyResolverClass))
|
||||||
|
|
||||||
/**
|
|
||||||
* GSimpleProxyResolver:
|
|
||||||
*
|
|
||||||
* A #GProxyResolver implementation for using a fixed set of proxies.
|
|
||||||
**/
|
|
||||||
typedef struct _GSimpleProxyResolver GSimpleProxyResolver;
|
typedef struct _GSimpleProxyResolver GSimpleProxyResolver;
|
||||||
typedef struct _GSimpleProxyResolverPrivate GSimpleProxyResolverPrivate;
|
typedef struct _GSimpleProxyResolverPrivate GSimpleProxyResolverPrivate;
|
||||||
typedef struct _GSimpleProxyResolverClass GSimpleProxyResolverClass;
|
typedef struct _GSimpleProxyResolverClass GSimpleProxyResolverClass;
|
||||||
|
Loading…
Reference in New Issue
Block a user