gi-webkit-0.2.4.13: 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.Download

Contents

Description

 

Synopsis

Exported types

newtype Download Source

Constructors

Download (ForeignPtr Download) 

Instances

GObject Download Source 
((~) * info (ResolveDownloadMethod t Download), MethodInfo * info Download p) => IsLabel t (Download -> p) Source 

Methods

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

((~) * info (ResolveDownloadMethod t Download), MethodInfo * info Download p) => IsLabelProxy t (Download -> p) Source 

Methods

fromLabelProxy :: Proxy Symbol t -> Download -> p

type ParentTypes Download Source 
type AttributeList Download Source 
type SignalList Download Source 

Methods

downloadCancel

data DownloadCancelMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m ()), MonadIO m, DownloadK a) => MethodInfo (TYPE Lifted) DownloadCancelMethodInfo a signature Source 

downloadCancel :: (MonadIO m, DownloadK a) => a -> m () Source

downloadGetCurrentSize

downloadGetDestinationUri

downloadGetElapsedTime

downloadGetNetworkRequest

downloadGetNetworkResponse

downloadGetProgress

downloadGetStatus

downloadGetSuggestedFilename

downloadGetTotalSize

downloadGetUri

downloadNew

downloadSetDestinationUri

downloadStart

data DownloadStartMethodInfo Source

Instances

((~) (TYPE Lifted) signature (m ()), MonadIO m, DownloadK a) => MethodInfo (TYPE Lifted) DownloadStartMethodInfo a signature Source 

downloadStart :: (MonadIO m, DownloadK a) => a -> m () Source

Properties

CurrentSize

DestinationUri

NetworkRequest

NetworkResponse

Progress

Status

SuggestedFilename

TotalSize

Signals

Error