Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMProcessingInstruction
Description
- newtype DOMProcessingInstruction = DOMProcessingInstruction (ManagedPtr DOMProcessingInstruction)
- class GObject o => IsDOMProcessingInstruction o
- toDOMProcessingInstruction :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m DOMProcessingInstruction
- noDOMProcessingInstruction :: Maybe DOMProcessingInstruction
- dOMProcessingInstructionGetSheet :: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) => a -> m DOMStyleSheet
- dOMProcessingInstructionGetTarget :: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) => a -> m Text
- getDOMProcessingInstructionSheet :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe DOMStyleSheet)
- getDOMProcessingInstructionTarget :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe Text)
Exported types
newtype DOMProcessingInstruction Source #
Constructors
DOMProcessingInstruction (ManagedPtr DOMProcessingInstruction) |
Instances
class GObject o => IsDOMProcessingInstruction o Source #
toDOMProcessingInstruction :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m DOMProcessingInstruction Source #
Methods
getSheet
dOMProcessingInstructionGetSheet Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) | |
=> a |
|
-> m DOMStyleSheet | Returns: A |
No description available in the introspection data.
getTarget
dOMProcessingInstructionGetTarget Source #
Arguments
:: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) | |
=> a |
|
-> m Text | Returns: A |
No description available in the introspection data.
Properties
sheet
getDOMProcessingInstructionSheet :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe DOMStyleSheet) Source #
target
getDOMProcessingInstructionTarget :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe Text) Source #