gi-webkit2webextension-4.0.25: 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.DOMHTMLHeadElement

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLHeadElement Source #

Memory-managed wrapper type.

Constructors

DOMHTMLHeadElement (ManagedPtr DOMHTMLHeadElement) 

class (GObject o, IsDescendantOf DOMHTMLHeadElement o) => IsDOMHTMLHeadElement o Source #

Type class for types which can be safely cast to DOMHTMLHeadElement, for instance with toDOMHTMLHeadElement.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLHeadElement o) => IsDOMHTMLHeadElement o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHeadElement

toDOMHTMLHeadElement :: (MonadIO m, IsDOMHTMLHeadElement o) => o -> m DOMHTMLHeadElement Source #

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

Methods

Overloaded methods

getProfile

dOMHTMLHeadElementGetProfile Source #

Arguments

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

self: A DOMHTMLHeadElement

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setProfile

dOMHTMLHeadElementSetProfile Source #

Arguments

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

self: A DOMHTMLHeadElement

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

profile

No description available in the introspection data.

constructDOMHTMLHeadElementProfile :: (IsDOMHTMLHeadElement o, MonadIO m) => Text -> m (GValueConstruct o) Source #

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

getDOMHTMLHeadElementProfile :: (MonadIO m, IsDOMHTMLHeadElement o) => o -> m (Maybe Text) Source #

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

get dOMHTMLHeadElement #profile

setDOMHTMLHeadElementProfile :: (MonadIO m, IsDOMHTMLHeadElement o) => o -> Text -> m () Source #

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

set dOMHTMLHeadElement [ #profile := value ]