gi-soup-2.4.20: 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.Objects.ProxyResolverDefault

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ProxyResolverDefault Source #

Memory-managed wrapper type.

Constructors

ProxyResolverDefault (ManagedPtr ProxyResolverDefault) 
Instances
GObject ProxyResolverDefault Source # 
Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

Methods

gobjectType :: IO GType

HasParentTypes ProxyResolverDefault Source # 
Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

type ParentTypes ProxyResolverDefault Source # 
Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

type ParentTypes ProxyResolverDefault = Object ': (ProxyURIResolver ': (SessionFeature ': ([] :: [Type])))

class (GObject o, IsDescendantOf ProxyResolverDefault o) => IsProxyResolverDefault o Source #

Type class for types which can be safely cast to ProxyResolverDefault, for instance with toProxyResolverDefault.

Instances
(GObject o, IsDescendantOf ProxyResolverDefault o) => IsProxyResolverDefault o Source # 
Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

toProxyResolverDefault :: (MonadIO m, IsProxyResolverDefault o) => o -> m ProxyResolverDefault Source #

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

Properties

gproxyResolver

No description available in the introspection data.

clearProxyResolverDefaultGproxyResolver :: (MonadIO m, IsProxyResolverDefault o) => o -> m () Source #

Set the value of the “gproxy-resolver” property to Nothing. When overloading is enabled, this is equivalent to

clear #gproxyResolver

constructProxyResolverDefaultGproxyResolver :: (IsProxyResolverDefault o, IsProxyResolver a) => a -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “gproxy-resolver” property. This is rarely needed directly, but it is used by new.

setProxyResolverDefaultGproxyResolver :: (MonadIO m, IsProxyResolverDefault o, IsProxyResolver a) => o -> a -> m () Source #

Set the value of the “gproxy-resolver” property. When overloading is enabled, this is equivalent to

set proxyResolverDefault [ #gproxyResolver := value ]