gi-webkit-3.0.11: 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

newtype DOMBlob Source #

Constructors

DOMBlob (ManagedPtr DOMBlob) 

Instances

Methods

getSize

data DOMBlobGetSizeMethodInfo Source #

Instances

((~) * signature (m Word64), MonadIO m, IsDOMBlob a) => MethodInfo * DOMBlobGetSizeMethodInfo a signature Source # 

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

data DOMBlobSliceMethodInfo Source #

Instances

((~) * signature (Int64 -> Int64 -> Text -> m DOMBlob), MonadIO m, IsDOMBlob a) => MethodInfo * DOMBlobSliceMethodInfo a signature Source # 

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

data DOMBlobSizePropertyInfo Source #

Instances

AttrInfo DOMBlobSizePropertyInfo Source # 
type AttrOrigin DOMBlobSizePropertyInfo Source # 
type AttrLabel DOMBlobSizePropertyInfo Source # 
type AttrGetType DOMBlobSizePropertyInfo Source # 
type AttrBaseTypeConstraint DOMBlobSizePropertyInfo Source # 
type AttrSetTypeConstraint DOMBlobSizePropertyInfo Source # 
type AttrAllowedOps DOMBlobSizePropertyInfo Source # 

type

data DOMBlobTypePropertyInfo Source #

Instances

AttrInfo DOMBlobTypePropertyInfo Source # 
type AttrOrigin DOMBlobTypePropertyInfo Source # 
type AttrLabel DOMBlobTypePropertyInfo Source # 
type AttrGetType DOMBlobTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMBlobTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMBlobTypePropertyInfo Source # 
type AttrAllowedOps DOMBlobTypePropertyInfo Source #