gi-webkit2-4.0.2: WebKit2 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.WebKit2.Objects.Download

Contents

Description

 

Synopsis

Exported types

newtype Download Source

Constructors

Download (ForeignPtr Download) 

Instances

Methods

downloadCancel

data DownloadCancelMethodInfo Source

Instances

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

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

downloadGetAllowOverwrite

downloadGetDestination

downloadGetElapsedTime

downloadGetEstimatedProgress

downloadGetReceivedDataLength

downloadGetRequest

downloadGetResponse

downloadGetWebView

downloadSetAllowOverwrite

downloadSetDestination

data DownloadSetDestinationMethodInfo Source

Instances

((~) * signature (Text -> m ()), MonadIO m, DownloadK a) => MethodInfo * DownloadSetDestinationMethodInfo a signature Source 

Properties

AllowOverwrite

Destination

EstimatedProgress

Response

Signals

CreatedDestination

DecideDestination

Failed

type DownloadFailedCallbackC = Ptr () -> Ptr GError -> Ptr () -> IO () Source

Finished

type DownloadFinishedCallbackC = Ptr () -> Ptr () -> IO () Source

ReceivedData