gi-soup-2.4.22: Libsoup bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Interfaces.ProxyResolver

Description

No description available in the introspection data.

Synopsis

Exported types

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

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

Instances

Instances details
(GObject o, IsDescendantOf ProxyResolver o) => IsProxyResolver o Source # 
Instance details

Defined in GI.Soup.Interfaces.ProxyResolver

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

Overloaded 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.