gi-gio-2.0.10: Gio bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Objects.SimpleProxyResolver

Contents

Description

 

Synopsis

Exported types

newtype SimpleProxyResolver Source #

Constructors

SimpleProxyResolver (ManagedPtr SimpleProxyResolver) 

Instances

GObject SimpleProxyResolver Source # 
IsObject SimpleProxyResolver Source # 
IsProxyResolver SimpleProxyResolver Source # 
IsSimpleProxyResolver SimpleProxyResolver Source # 
((~) * info (ResolveSimpleProxyResolverMethod t SimpleProxyResolver), MethodInfo * info SimpleProxyResolver p) => IsLabel t (SimpleProxyResolver -> p) Source # 
((~) * info (ResolveSimpleProxyResolverMethod t SimpleProxyResolver), MethodInfo * info SimpleProxyResolver p) => IsLabelProxy t (SimpleProxyResolver -> p) Source # 
HasAttributeList * SimpleProxyResolver Source # 
type SignalList SimpleProxyResolver Source # 
type SignalList SimpleProxyResolver
type AttributeList SimpleProxyResolver Source # 
type AttributeList SimpleProxyResolver

Methods

new

setDefaultProxy

data SimpleProxyResolverSetDefaultProxyMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsSimpleProxyResolver a) => MethodInfo * SimpleProxyResolverSetDefaultProxyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy SimpleProxyResolverSetDefaultProxyMethodInfo a -> signature -> s

setIgnoreHosts

data SimpleProxyResolverSetIgnoreHostsMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsSimpleProxyResolver a) => MethodInfo * SimpleProxyResolverSetIgnoreHostsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy SimpleProxyResolverSetIgnoreHostsMethodInfo a -> signature -> s

setUriProxy

data SimpleProxyResolverSetUriProxyMethodInfo Source #

Instances

((~) * signature (Text -> Text -> m ()), MonadIO m, IsSimpleProxyResolver a) => MethodInfo * SimpleProxyResolverSetUriProxyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy SimpleProxyResolverSetUriProxyMethodInfo a -> signature -> s

Properties

defaultProxy

data SimpleProxyResolverDefaultProxyPropertyInfo Source #

Instances

AttrInfo SimpleProxyResolverDefaultProxyPropertyInfo Source # 
type AttrSetTypeConstraint SimpleProxyResolverDefaultProxyPropertyInfo Source # 
type AttrSetTypeConstraint SimpleProxyResolverDefaultProxyPropertyInfo = * ~ Text
type AttrOrigin SimpleProxyResolverDefaultProxyPropertyInfo Source # 
type AttrLabel SimpleProxyResolverDefaultProxyPropertyInfo Source # 
type AttrLabel SimpleProxyResolverDefaultProxyPropertyInfo = "default-proxy"
type AttrGetType SimpleProxyResolverDefaultProxyPropertyInfo Source # 
type AttrBaseTypeConstraint SimpleProxyResolverDefaultProxyPropertyInfo Source # 
type AttrAllowedOps SimpleProxyResolverDefaultProxyPropertyInfo Source # 
type AttrAllowedOps SimpleProxyResolverDefaultProxyPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

simpleProxyResolverDefaultProxy :: AttrLabelProxy "defaultProxy" Source #

ignoreHosts

data SimpleProxyResolverIgnoreHostsPropertyInfo Source #

Instances

AttrInfo SimpleProxyResolverIgnoreHostsPropertyInfo Source # 
type AttrSetTypeConstraint SimpleProxyResolverIgnoreHostsPropertyInfo Source # 
type AttrSetTypeConstraint SimpleProxyResolverIgnoreHostsPropertyInfo = * ~ [Text]
type AttrOrigin SimpleProxyResolverIgnoreHostsPropertyInfo Source # 
type AttrLabel SimpleProxyResolverIgnoreHostsPropertyInfo Source # 
type AttrLabel SimpleProxyResolverIgnoreHostsPropertyInfo = "ignore-hosts"
type AttrGetType SimpleProxyResolverIgnoreHostsPropertyInfo Source # 
type AttrBaseTypeConstraint SimpleProxyResolverIgnoreHostsPropertyInfo Source # 
type AttrAllowedOps SimpleProxyResolverIgnoreHostsPropertyInfo Source # 
type AttrAllowedOps SimpleProxyResolverIgnoreHostsPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

simpleProxyResolverIgnoreHosts :: AttrLabelProxy "ignoreHosts" Source #