gi-webkit2webextension-4.0.24: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMFile

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMFile Source #

Memory-managed wrapper type.

Constructors

DOMFile (ManagedPtr DOMFile) 

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.

noDOMFile :: Maybe DOMFile Source #

A convenience alias for Nothing :: Maybe DOMFile.

Methods

Overloaded 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