gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMFileList

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMFileList o) => IsDOMFileList o Source #

Type class for types which can be safely cast to DOMFileList, for instance with toDOMFileList.

toDOMFileList :: (MonadIO m, IsDOMFileList o) => o -> m DOMFileList Source #

Cast to DOMFileList, for types for which this is known to be safe. For general casts, use castTo.

Methods

getLength

dOMFileListGetLength Source #

Arguments

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

self: A DOMFileList

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

item

dOMFileListItem Source #

Arguments

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

self: A DOMFileList

-> CULong

index: A gulong

-> m DOMFile

Returns: A DOMFile

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

length

No description available in the introspection data.

getDOMFileListLength :: (MonadIO m, IsDOMFileList o) => o -> m CULong Source #

Get the value of the “length” property. When overloading is enabled, this is equivalent to

get dOMFileList #length