Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMStyleSheet
Description
No description available in the introspection data.
Synopsis
- newtype DOMStyleSheet = DOMStyleSheet (ManagedPtr DOMStyleSheet)
- class (GObject o, IsDescendantOf DOMStyleSheet o) => IsDOMStyleSheet o
- toDOMStyleSheet :: (MonadIO m, IsDOMStyleSheet o) => o -> m DOMStyleSheet
- dOMStyleSheetGetContentType :: (HasCallStack, MonadIO m, IsDOMStyleSheet a) => a -> m Text
- dOMStyleSheetGetDisabled :: (HasCallStack, MonadIO m, IsDOMStyleSheet a) => a -> m Bool
- dOMStyleSheetGetHref :: (HasCallStack, MonadIO m, IsDOMStyleSheet a) => a -> m Text
- dOMStyleSheetGetMedia :: (HasCallStack, MonadIO m, IsDOMStyleSheet a) => a -> m DOMMediaList
- dOMStyleSheetGetOwnerNode :: (HasCallStack, MonadIO m, IsDOMStyleSheet a) => a -> m DOMNode
- dOMStyleSheetGetParentStyleSheet :: (HasCallStack, MonadIO m, IsDOMStyleSheet a) => a -> m DOMStyleSheet
- dOMStyleSheetGetTitle :: (HasCallStack, MonadIO m, IsDOMStyleSheet a) => a -> m Text
- dOMStyleSheetSetDisabled :: (HasCallStack, MonadIO m, IsDOMStyleSheet a) => a -> Bool -> m ()
- constructDOMStyleSheetDisabled :: (IsDOMStyleSheet o, MonadIO m) => Bool -> m (GValueConstruct o)
- getDOMStyleSheetDisabled :: (MonadIO m, IsDOMStyleSheet o) => o -> m Bool
- setDOMStyleSheetDisabled :: (MonadIO m, IsDOMStyleSheet o) => o -> Bool -> m ()
- getDOMStyleSheetHref :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe Text)
- getDOMStyleSheetMedia :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe DOMMediaList)
- getDOMStyleSheetOwnerNode :: (MonadIO m, IsDOMStyleSheet o) => o -> m DOMNode
- getDOMStyleSheetParentStyleSheet :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe DOMStyleSheet)
- getDOMStyleSheetTitle :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe Text)
- getDOMStyleSheetType :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe Text)
Exported types
newtype DOMStyleSheet Source #
Memory-managed wrapper type.
Constructors
DOMStyleSheet (ManagedPtr DOMStyleSheet) |
Instances
class (GObject o, IsDescendantOf DOMStyleSheet o) => IsDOMStyleSheet o Source #
Type class for types which can be safely cast to DOMStyleSheet
, for instance with toDOMStyleSheet
.
Instances
(GObject o, IsDescendantOf DOMStyleSheet o) => IsDOMStyleSheet o Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMStyleSheet |
toDOMStyleSheet :: (MonadIO m, IsDOMStyleSheet o) => o -> m DOMStyleSheet Source #
Cast to DOMStyleSheet
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getContentType, getData, getDisabled, getHref, getMedia, getOwnerNode, getParentStyleSheet, getProperty, getQdata, getTitle.
Setters
getContentType
dOMStyleSheetGetContentType Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getDisabled
dOMStyleSheetGetDisabled Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) | |
=> a |
|
-> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getHref
Arguments
:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getMedia
dOMStyleSheetGetMedia Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) | |
=> a |
|
-> m DOMMediaList | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getOwnerNode
dOMStyleSheetGetOwnerNode Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) | |
=> a |
|
-> m DOMNode | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getParentStyleSheet
dOMStyleSheetGetParentStyleSheet Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) | |
=> a |
|
-> m DOMStyleSheet | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getTitle
dOMStyleSheetGetTitle Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
setDisabled
dOMStyleSheetSetDisabled Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMStyleSheet a) | |
=> a |
|
-> Bool |
|
-> m () |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
disabled
No description available in the introspection data.
constructDOMStyleSheetDisabled :: (IsDOMStyleSheet o, MonadIO m) => Bool -> m (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “disabled
” property. This is rarely needed directly, but it is used by new
.
getDOMStyleSheetDisabled :: (MonadIO m, IsDOMStyleSheet o) => o -> m Bool Source #
Get the value of the “disabled
” property.
When overloading is enabled, this is equivalent to
get
dOMStyleSheet #disabled
setDOMStyleSheetDisabled :: (MonadIO m, IsDOMStyleSheet o) => o -> Bool -> m () Source #
Set the value of the “disabled
” property.
When overloading is enabled, this is equivalent to
set
dOMStyleSheet [ #disabled:=
value ]
href
No description available in the introspection data.
getDOMStyleSheetHref :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe Text) Source #
Get the value of the “href
” property.
When overloading is enabled, this is equivalent to
get
dOMStyleSheet #href
media
No description available in the introspection data.
getDOMStyleSheetMedia :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe DOMMediaList) Source #
Get the value of the “media
” property.
When overloading is enabled, this is equivalent to
get
dOMStyleSheet #media
ownerNode
No description available in the introspection data.
getDOMStyleSheetOwnerNode :: (MonadIO m, IsDOMStyleSheet o) => o -> m DOMNode Source #
Get the value of the “owner-node
” property.
When overloading is enabled, this is equivalent to
get
dOMStyleSheet #ownerNode
parentStyleSheet
No description available in the introspection data.
getDOMStyleSheetParentStyleSheet :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe DOMStyleSheet) Source #
Get the value of the “parent-style-sheet
” property.
When overloading is enabled, this is equivalent to
get
dOMStyleSheet #parentStyleSheet
title
No description available in the introspection data.
getDOMStyleSheetTitle :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe Text) Source #
Get the value of the “title
” property.
When overloading is enabled, this is equivalent to
get
dOMStyleSheet #title
type
No description available in the introspection data.
getDOMStyleSheetType :: (MonadIO m, IsDOMStyleSheet o) => o -> m (Maybe Text) Source #
Get the value of the “type
” property.
When overloading is enabled, this is equivalent to
get
dOMStyleSheet #type