gi-soup-2.4.18: Libsoup bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Interfaces.ProxyResolver

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ProxyResolver Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf ProxyResolver o) => IsProxyResolver o Source #

Type class for types which can be safely cast to ProxyResolver, for instance with toProxyResolver.

toProxyResolver :: (MonadIO m, IsProxyResolver o) => o -> m ProxyResolver Source #

Cast to ProxyResolver, for types for which this is known to be safe. For general casts, use castTo.

Methods

getProxyAsync

proxyResolverGetProxyAsync :: (HasCallStack, MonadIO m, IsProxyResolver a, IsMessage b, IsCancellable c) => a -> b -> MainContext -> Maybe c -> ProxyResolverCallback -> m () Source #

Deprecated: (Since version 2.28)Use SoupProxyURIResolver.get_proxy_uri_async instead

No description available in the introspection data.

getProxySync

proxyResolverGetProxySync :: (HasCallStack, MonadIO m, IsProxyResolver a, IsMessage b, IsCancellable c) => a -> b -> Maybe c -> m (Word32, Address) Source #

Deprecated: (Since version 2.28)Use SoupProxyURIResolver.get_proxy_uri_sync() instead

No description available in the introspection data.