gi-webkit2webextension-4.0.27: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMFile

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMFile o) => IsDOMFile o Source #

Type class for types which can be safely cast to DOMFile, for instance with toDOMFile.

Instances

Instances details
(GObject o, IsDescendantOf DOMFile o) => IsDOMFile o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMFile

toDOMFile :: (MonadIO m, IsDOMFile o) => o -> m DOMFile Source #

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

Methods

getName

dOMFileGetName Source #

Arguments

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

self: A DOMFile

-> m Text

Returns: A gchar

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