gi-webkit2-0.2.10.12: 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

class GObject o => DownloadK o Source

Instances

Methods

downloadCancel

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

downloadGetAllowOverwrite

downloadGetDestination

downloadGetElapsedTime

downloadGetEstimatedProgress

downloadGetReceivedDataLength

downloadGetRequest

downloadGetResponse

downloadGetWebView

downloadSetAllowOverwrite

downloadSetDestination

Properties

AllowOverwrite

Destination

EstimatedProgress

Response

Signals

CreatedDestination

DecideDestination

Failed

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

Finished

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

ReceivedData