| 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.DOMHTMLQuoteElement
Description
- newtype DOMHTMLQuoteElement = DOMHTMLQuoteElement (ForeignPtr DOMHTMLQuoteElement)
- class GObject o => DOMHTMLQuoteElementK o
- toDOMHTMLQuoteElement :: DOMHTMLQuoteElementK o => o -> IO DOMHTMLQuoteElement
- noDOMHTMLQuoteElement :: Maybe DOMHTMLQuoteElement
- dOMHTMLQuoteElementGetCite :: (MonadIO m, DOMHTMLQuoteElementK a) => a -> m Text
- dOMHTMLQuoteElementSetCite :: (MonadIO m, DOMHTMLQuoteElementK a) => a -> Text -> m ()
- data DOMHTMLQuoteElementCitePropertyInfo
- constructDOMHTMLQuoteElementCite :: Text -> IO ([Char], GValue)
- getDOMHTMLQuoteElementCite :: (MonadIO m, DOMHTMLQuoteElementK o) => o -> m Text
- setDOMHTMLQuoteElementCite :: (MonadIO m, DOMHTMLQuoteElementK o) => o -> Text -> m ()
Exported types
newtype DOMHTMLQuoteElement Source
Constructors
| DOMHTMLQuoteElement (ForeignPtr DOMHTMLQuoteElement) |
Instances
class GObject o => DOMHTMLQuoteElementK o Source
Instances
| (GObject o, IsDescendantOf DOMHTMLQuoteElement o) => DOMHTMLQuoteElementK o |
toDOMHTMLQuoteElement :: DOMHTMLQuoteElementK o => o -> IO DOMHTMLQuoteElement Source
Methods
dOMHTMLQuoteElementGetCite
dOMHTMLQuoteElementGetCite :: (MonadIO m, DOMHTMLQuoteElementK a) => a -> m Text Source
dOMHTMLQuoteElementSetCite
dOMHTMLQuoteElementSetCite :: (MonadIO m, DOMHTMLQuoteElementK a) => a -> Text -> m () Source
Properties
Cite
data DOMHTMLQuoteElementCitePropertyInfo Source
Instances
| AttrInfo DOMHTMLQuoteElementCitePropertyInfo | |
| type AttrLabel DOMHTMLQuoteElementCitePropertyInfo = "DOMHTMLQuoteElement::cite" | |
| type AttrGetType DOMHTMLQuoteElementCitePropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMHTMLQuoteElementCitePropertyInfo = DOMHTMLQuoteElementK | |
| type AttrSetTypeConstraint DOMHTMLQuoteElementCitePropertyInfo = * ~ Text | |
| type AttrAllowedOps DOMHTMLQuoteElementCitePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getDOMHTMLQuoteElementCite :: (MonadIO m, DOMHTMLQuoteElementK o) => o -> m Text Source
setDOMHTMLQuoteElementCite :: (MonadIO m, DOMHTMLQuoteElementK o) => o -> Text -> m () Source