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.Objects.ProxyResolverDefault

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ProxyResolverDefault Source #

Memory-managed wrapper type.

Constructors

ProxyResolverDefault (ManagedPtr ProxyResolverDefault) 

Instances

Instances details
Eq ProxyResolverDefault Source # 
Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

GObject ProxyResolverDefault Source # 
Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

ManagedPtrNewtype ProxyResolverDefault Source # 
Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

TypedObject ProxyResolverDefault Source # 
Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

Methods

glibType :: IO GType

HasParentTypes ProxyResolverDefault Source # 
Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

IsGValue (Maybe ProxyResolverDefault) Source #

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

Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

type ParentTypes ProxyResolverDefault Source # 
Instance details

Defined in GI.Soup.Objects.ProxyResolverDefault

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

Instances details
(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.

Methods

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, MonadIO m, IsProxyResolver a) => a -> m (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 ]