Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMFile
Description
No description available in the introspection data.
Synopsis
Exported types
Memory-managed wrapper type.
Instances
Eq DOMFile Source # | |
GObject DOMFile Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFile | |
ManagedPtrNewtype DOMFile Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFile Methods toManagedPtr :: DOMFile -> ManagedPtr DOMFile | |
TypedObject DOMFile Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFile | |
HasParentTypes DOMFile Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFile | |
IsGValue (Maybe DOMFile) Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMFile Methods gvalueGType_ :: IO GType gvalueSet_ :: Ptr GValue -> Maybe DOMFile -> IO () gvalueGet_ :: Ptr GValue -> IO (Maybe DOMFile) | |
type ParentTypes DOMFile Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFile |
class (GObject o, IsDescendantOf DOMFile o) => IsDOMFile o Source #
Instances
(GObject o, IsDescendantOf DOMFile o) => IsDOMFile o Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMFile |
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getName, getProperty, getQdata, getSize.
Setters
getName
Arguments
:: (HasCallStack, MonadIO m, IsDOMFile a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
name
No description available in the introspection data.
getDOMFileName :: (MonadIO m, IsDOMFile o) => o -> m (Maybe Text) Source #
Get the value of the “name
” property.
When overloading is enabled, this is equivalent to
get
dOMFile #name