gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLEmbedElement

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMHTMLEmbedElement :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m DOMHTMLEmbedElement Source #

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

Methods

getAlign

dOMHTMLEmbedElementGetAlign Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeight

dOMHTMLEmbedElementGetHeight Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMHTMLEmbedElementGetName Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSrc

dOMHTMLEmbedElementGetSrc Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getTypeAttr

dOMHTMLEmbedElementGetTypeAttr Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLEmbedElementGetWidth Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlign

dOMHTMLEmbedElementSetAlign Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setHeight

dOMHTMLEmbedElementSetHeight Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setName

dOMHTMLEmbedElementSetName Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setSrc

dOMHTMLEmbedElementSetSrc Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setTypeAttr

dOMHTMLEmbedElementSetTypeAttr Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setWidth

dOMHTMLEmbedElementSetWidth Source #

Arguments

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

self: A DOMHTMLEmbedElement

-> CLong

value: A glong

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

align

No description available in the introspection data.

constructDOMHTMLEmbedElementAlign :: IsDOMHTMLEmbedElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “align” property. This is rarely needed directly, but it is used by new.

getDOMHTMLEmbedElementAlign :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #

Get the value of the “align” property. When overloading is enabled, this is equivalent to

get dOMHTMLEmbedElement #align

setDOMHTMLEmbedElementAlign :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #

Set the value of the “align” property. When overloading is enabled, this is equivalent to

set dOMHTMLEmbedElement [ #align := value ]

height

No description available in the introspection data.

constructDOMHTMLEmbedElementHeight :: IsDOMHTMLEmbedElement o => CLong -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “height” property. This is rarely needed directly, but it is used by new.

getDOMHTMLEmbedElementHeight :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m CLong Source #

Get the value of the “height” property. When overloading is enabled, this is equivalent to

get dOMHTMLEmbedElement #height

setDOMHTMLEmbedElementHeight :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> CLong -> m () Source #

Set the value of the “height” property. When overloading is enabled, this is equivalent to

set dOMHTMLEmbedElement [ #height := value ]

name

No description available in the introspection data.

constructDOMHTMLEmbedElementName :: IsDOMHTMLEmbedElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “name” property. This is rarely needed directly, but it is used by new.

getDOMHTMLEmbedElementName :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #

Get the value of the “name” property. When overloading is enabled, this is equivalent to

get dOMHTMLEmbedElement #name

setDOMHTMLEmbedElementName :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #

Set the value of the “name” property. When overloading is enabled, this is equivalent to

set dOMHTMLEmbedElement [ #name := value ]

src

No description available in the introspection data.

constructDOMHTMLEmbedElementSrc :: IsDOMHTMLEmbedElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “src” property. This is rarely needed directly, but it is used by new.

getDOMHTMLEmbedElementSrc :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #

Get the value of the “src” property. When overloading is enabled, this is equivalent to

get dOMHTMLEmbedElement #src

setDOMHTMLEmbedElementSrc :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #

Set the value of the “src” property. When overloading is enabled, this is equivalent to

set dOMHTMLEmbedElement [ #src := value ]

type

No description available in the introspection data.

clearDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m () Source #

Set the value of the “type” property to Nothing. When overloading is enabled, this is equivalent to

clear #type

constructDOMHTMLEmbedElementType :: IsDOMHTMLEmbedElement o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “type” property. This is rarely needed directly, but it is used by new.

getDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m (Maybe Text) Source #

Get the value of the “type” property. When overloading is enabled, this is equivalent to

get dOMHTMLEmbedElement #type

setDOMHTMLEmbedElementType :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> Text -> m () Source #

Set the value of the “type” property. When overloading is enabled, this is equivalent to

set dOMHTMLEmbedElement [ #type := value ]

width

No description available in the introspection data.

constructDOMHTMLEmbedElementWidth :: IsDOMHTMLEmbedElement o => CLong -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “width” property. This is rarely needed directly, but it is used by new.

getDOMHTMLEmbedElementWidth :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> m CLong Source #

Get the value of the “width” property. When overloading is enabled, this is equivalent to

get dOMHTMLEmbedElement #width

setDOMHTMLEmbedElementWidth :: (MonadIO m, IsDOMHTMLEmbedElement o) => o -> CLong -> m () Source #

Set the value of the “width” property. When overloading is enabled, this is equivalent to

set dOMHTMLEmbedElement [ #width := value ]