gi-webkit-3.0.14: 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.DOMBlob

Contents

Description

 

Synopsis

Exported types

Methods

getSize

dOMBlobGetSize Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMBlob a) 
=> a

self: A DOMBlob

-> m Word64

Returns: A guint64

No description available in the introspection data.

slice

dOMBlobSlice Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMBlob a) 
=> a

self: A DOMBlob

-> Int64

start: A gint64

-> Int64

end: A gint64

-> Text

contentType: A gchar

-> m DOMBlob

Returns: A DOMBlob

No description available in the introspection data.

webkitSlice

dOMBlobWebkitSlice Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMBlob a) 
=> a

self: A DOMBlob

-> Int64

start: A gint64

-> Int64

end: A gint64

-> Text

contentType: A gchar

-> m DOMBlob

Returns: a DOMBlob

Deprecated: (Since version 1.10)Use dOMBlobSlice instead.

No description available in the introspection data.

Properties

size

type