gi-webkit-3.0.9: WebKit 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.WebKit.Objects.WebDataSource

Contents

Description

 

Synopsis

Exported types

newtype WebDataSource Source #

Constructors

WebDataSource (ManagedPtr WebDataSource) 

Instances

GObject WebDataSource Source # 
IsObject WebDataSource Source # 
IsWebDataSource WebDataSource Source # 
((~) * info (ResolveWebDataSourceMethod t WebDataSource), MethodInfo * info WebDataSource p) => IsLabel t (WebDataSource -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> WebDataSource -> p #

((~) * info (ResolveWebDataSourceMethod t WebDataSource), MethodInfo * info WebDataSource p) => IsLabelProxy t (WebDataSource -> p) Source # 
HasAttributeList * WebDataSource Source # 
type SignalList WebDataSource Source # 
type SignalList WebDataSource
type AttributeList WebDataSource Source # 
type AttributeList WebDataSource

class GObject o => IsWebDataSource o Source #

Instances

(GObject a, UnknownAncestorError Constraint WebDataSource a) => IsWebDataSource a Source # 
IsWebDataSource WebDataSource Source # 

Methods

getData

data WebDataSourceGetDataMethodInfo Source #

Instances

((~) * signature (m String), MonadIO m, IsWebDataSource a) => MethodInfo * WebDataSourceGetDataMethodInfo a signature Source # 

Methods

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

getEncoding

data WebDataSourceGetEncodingMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsWebDataSource a) => MethodInfo * WebDataSourceGetEncodingMethodInfo a signature Source # 

Methods

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

getInitialRequest

getMainResource

data WebDataSourceGetMainResourceMethodInfo Source #

Instances

((~) * signature (m WebResource), MonadIO m, IsWebDataSource a) => MethodInfo * WebDataSourceGetMainResourceMethodInfo a signature Source # 

Methods

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

getRequest

data WebDataSourceGetRequestMethodInfo Source #

Instances

((~) * signature (m NetworkRequest), MonadIO m, IsWebDataSource a) => MethodInfo * WebDataSourceGetRequestMethodInfo a signature Source # 

Methods

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

getSubresources

data WebDataSourceGetSubresourcesMethodInfo Source #

Instances

((~) * signature (m [WebResource]), MonadIO m, IsWebDataSource a) => MethodInfo * WebDataSourceGetSubresourcesMethodInfo a signature Source # 

Methods

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

getUnreachableUri

data WebDataSourceGetUnreachableUriMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsWebDataSource a) => MethodInfo * WebDataSourceGetUnreachableUriMethodInfo a signature Source # 

Methods

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

getWebFrame

data WebDataSourceGetWebFrameMethodInfo Source #

Instances

((~) * signature (m WebFrame), MonadIO m, IsWebDataSource a) => MethodInfo * WebDataSourceGetWebFrameMethodInfo a signature Source # 

Methods

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

isLoading

data WebDataSourceIsLoadingMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsWebDataSource a) => MethodInfo * WebDataSourceIsLoadingMethodInfo a signature Source # 

Methods

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

new

newWithRequest