Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype DOMHTMLHeadElement = DOMHTMLHeadElement (ManagedPtr DOMHTMLHeadElement)
- class (GObject o, IsDescendantOf DOMHTMLHeadElement o) => IsDOMHTMLHeadElement o
- toDOMHTMLHeadElement :: (MonadIO m, IsDOMHTMLHeadElement o) => o -> m DOMHTMLHeadElement
- noDOMHTMLHeadElement :: Maybe DOMHTMLHeadElement
- dOMHTMLHeadElementGetProfile :: (HasCallStack, MonadIO m, IsDOMHTMLHeadElement a) => a -> m Text
- dOMHTMLHeadElementSetProfile :: (HasCallStack, MonadIO m, IsDOMHTMLHeadElement a) => a -> Text -> m ()
- constructDOMHTMLHeadElementProfile :: IsDOMHTMLHeadElement o => Text -> IO (GValueConstruct o)
- getDOMHTMLHeadElementProfile :: (MonadIO m, IsDOMHTMLHeadElement o) => o -> m (Maybe Text)
- setDOMHTMLHeadElementProfile :: (MonadIO m, IsDOMHTMLHeadElement o) => o -> Text -> m ()
Exported types
newtype DOMHTMLHeadElement Source #
Memory-managed wrapper type.
Instances
GObject DOMHTMLHeadElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHeadElement gobjectType :: IO GType # | |
HasParentTypes DOMHTMLHeadElement Source # | |
type ParentTypes DOMHTMLHeadElement Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLHeadElement type ParentTypes DOMHTMLHeadElement = DOMHTMLElement ': (DOMElement ': (DOMNode ': (DOMObject ': (Object ': (DOMEventTarget ': ([] :: [Type])))))) |
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
(GObject o, IsDescendantOf DOMHTMLHeadElement o) => IsDOMHTMLHeadElement o Source # | |
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
.
noDOMHTMLHeadElement :: Maybe DOMHTMLHeadElement Source #
A convenience alias for Nothing
:: Maybe
DOMHTMLHeadElement
.
Methods
getProfile
dOMHTMLHeadElementGetProfile Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLHeadElement a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setProfile
dOMHTMLHeadElementSetProfile Source #
:: (HasCallStack, MonadIO m, IsDOMHTMLHeadElement a) | |
=> a |
|
-> Text |
|
-> 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 => Text -> IO (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 ]