Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.WebKit.Objects.DOMFileList
Description
- newtype DOMFileList = DOMFileList (ManagedPtr DOMFileList)
- class GObject 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 #
Constructors
DOMFileList (ManagedPtr DOMFileList) |
class GObject o => IsDOMFileList o Source #
Instances
toDOMFileList :: (MonadIO m, IsDOMFileList o) => o -> m DOMFileList Source #
Methods
getLength
Arguments
:: (HasCallStack, MonadIO m, IsDOMFileList a) | |
=> a |
|
-> m CULong | Returns: A |
No description available in the introspection data.
item
Arguments
:: (HasCallStack, MonadIO m, IsDOMFileList a) | |
=> a |
|
-> CULong |
|
-> m DOMFile | Returns: A |
No description available in the introspection data.
Properties
length
getDOMFileListLength :: (MonadIO m, IsDOMFileList o) => o -> m CULong Source #