gi-soup-2.4.26: Libsoup bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Soup.Interfaces.ProxyResolver

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ProxyResolver Source #

Memory-managed wrapper type.

Constructors

ProxyResolver (ManagedPtr ProxyResolver) 

Instances

Instances details
Eq ProxyResolver Source # 
Instance details

Defined in GI.Soup.Interfaces.ProxyResolver

GObject ProxyResolver Source # 
Instance details

Defined in GI.Soup.Interfaces.ProxyResolver

ManagedPtrNewtype ProxyResolver Source # 
Instance details

Defined in GI.Soup.Interfaces.ProxyResolver

Methods

toManagedPtr :: ProxyResolver -> ManagedPtr ProxyResolver

TypedObject ProxyResolver Source # 
Instance details

Defined in GI.Soup.Interfaces.ProxyResolver

Methods

glibType :: IO GType

HasParentTypes ProxyResolver Source # 
Instance details

Defined in GI.Soup.Interfaces.ProxyResolver

IsGValue (Maybe ProxyResolver) Source #

Convert ProxyResolver to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Soup.Interfaces.ProxyResolver

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe ProxyResolver -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe ProxyResolver)

type ParentTypes ProxyResolver Source # 
Instance details

Defined in GI.Soup.Interfaces.ProxyResolver

type ParentTypes ProxyResolver = '[SessionFeature, Object]

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

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.