| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMFileList
Description
No description available in the introspection data.
Synopsis
- newtype DOMFileList = DOMFileList (ManagedPtr DOMFileList)
- class (GObject o, IsDescendantOf DOMFileList o) => IsDOMFileList o
- toDOMFileList :: (MonadIO m, IsDOMFileList o) => o -> m DOMFileList
- noDOMFileList :: Maybe DOMFileList
- dOMFileListGetLength :: (HasCallStack, MonadIO m, IsDOMFileList a) => a -> m CULong
- dOMFileListItem :: (HasCallStack, MonadIO m, IsDOMFileList a) => a -> CULong -> m DOMFile
- getDOMFileListLength :: (MonadIO m, IsDOMFileList o) => o -> m CULong
Exported types
newtype DOMFileList Source #
Memory-managed wrapper type.
Constructors
| DOMFileList (ManagedPtr DOMFileList) |
Instances
| Eq DOMFileList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFileList | |
| IsGValue DOMFileList Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMFileList | |
| GObject DOMFileList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFileList Methods gobjectType :: IO GType # | |
| HasParentTypes DOMFileList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFileList | |
| type ParentTypes DOMFileList Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFileList | |
class (GObject o, IsDescendantOf DOMFileList o) => IsDOMFileList o Source #
Type class for types which can be safely cast to DOMFileList, for instance with toDOMFileList.
Instances
| (GObject o, IsDescendantOf DOMFileList o) => IsDOMFileList o Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFileList | |
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.
noDOMFileList :: Maybe DOMFileList Source #
A convenience alias for Nothing :: Maybe DOMFileList.
Methods
Overloaded methods
getLength
Arguments
| :: (HasCallStack, MonadIO m, IsDOMFileList a) | |
| => a |
|
| -> m CULong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
item
Arguments
| :: (HasCallStack, MonadIO m, IsDOMFileList a) | |
| => a |
|
| -> CULong |
|
| -> m DOMFile | Returns: A |
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