gi-soup-2.4.21: 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

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

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

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 ]