gi-webkit2webextension-4.0.15: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMFile

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class GObject o => IsDOMFile o Source #

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

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

getName

dOMFileGetName Source #

Arguments

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

self: A DOMFile

-> m Text

Returns: A gchar

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