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

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

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