| 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.WebKit.Objects.WebHistoryItem
Contents
Description
- newtype WebHistoryItem = WebHistoryItem (ForeignPtr WebHistoryItem)
- class GObject o => WebHistoryItemK o
- toWebHistoryItem :: WebHistoryItemK o => o -> IO WebHistoryItem
- noWebHistoryItem :: Maybe WebHistoryItem
- webHistoryItemCopy :: (MonadIO m, WebHistoryItemK a) => a -> m WebHistoryItem
- webHistoryItemGetAlternateTitle :: (MonadIO m, WebHistoryItemK a) => a -> m Text
- webHistoryItemGetLastVisitedTime :: (MonadIO m, WebHistoryItemK a) => a -> m Double
- webHistoryItemGetOriginalUri :: (MonadIO m, WebHistoryItemK a) => a -> m Text
- webHistoryItemGetTitle :: (MonadIO m, WebHistoryItemK a) => a -> m Text
- webHistoryItemGetUri :: (MonadIO m, WebHistoryItemK a) => a -> m Text
- webHistoryItemNew :: MonadIO m => m WebHistoryItem
- webHistoryItemNewWithData :: MonadIO m => Text -> Text -> m WebHistoryItem
- webHistoryItemSetAlternateTitle :: (MonadIO m, WebHistoryItemK a) => a -> Text -> m ()
- data WebHistoryItemAlternateTitlePropertyInfo
- constructWebHistoryItemAlternateTitle :: Text -> IO ([Char], GValue)
- getWebHistoryItemAlternateTitle :: (MonadIO m, WebHistoryItemK o) => o -> m Text
- setWebHistoryItemAlternateTitle :: (MonadIO m, WebHistoryItemK o) => o -> Text -> m ()
- data WebHistoryItemLastVisitedTimePropertyInfo
- getWebHistoryItemLastVisitedTime :: (MonadIO m, WebHistoryItemK o) => o -> m Double
- data WebHistoryItemOriginalUriPropertyInfo
- getWebHistoryItemOriginalUri :: (MonadIO m, WebHistoryItemK o) => o -> m Text
- data WebHistoryItemTitlePropertyInfo
- getWebHistoryItemTitle :: (MonadIO m, WebHistoryItemK o) => o -> m Text
- data WebHistoryItemUriPropertyInfo
- getWebHistoryItemUri :: (MonadIO m, WebHistoryItemK o) => o -> m Text
Exported types
class GObject o => WebHistoryItemK o Source
Instances
| (GObject o, IsDescendantOf WebHistoryItem o) => WebHistoryItemK o |
toWebHistoryItem :: WebHistoryItemK o => o -> IO WebHistoryItem Source
Methods
webHistoryItemCopy
webHistoryItemCopy :: (MonadIO m, WebHistoryItemK a) => a -> m WebHistoryItem Source
webHistoryItemGetAlternateTitle
webHistoryItemGetAlternateTitle :: (MonadIO m, WebHistoryItemK a) => a -> m Text Source
webHistoryItemGetLastVisitedTime
webHistoryItemGetLastVisitedTime :: (MonadIO m, WebHistoryItemK a) => a -> m Double Source
webHistoryItemGetOriginalUri
webHistoryItemGetOriginalUri :: (MonadIO m, WebHistoryItemK a) => a -> m Text Source
webHistoryItemGetTitle
webHistoryItemGetTitle :: (MonadIO m, WebHistoryItemK a) => a -> m Text Source
webHistoryItemGetUri
webHistoryItemGetUri :: (MonadIO m, WebHistoryItemK a) => a -> m Text Source
webHistoryItemNew
webHistoryItemNew :: MonadIO m => m WebHistoryItem Source
webHistoryItemNewWithData
webHistoryItemNewWithData :: MonadIO m => Text -> Text -> m WebHistoryItem Source
webHistoryItemSetAlternateTitle
webHistoryItemSetAlternateTitle :: (MonadIO m, WebHistoryItemK a) => a -> Text -> m () Source
Properties
AlternateTitle
data WebHistoryItemAlternateTitlePropertyInfo Source
Instances
| AttrInfo WebHistoryItemAlternateTitlePropertyInfo | |
| type AttrLabel WebHistoryItemAlternateTitlePropertyInfo = "WebHistoryItem::alternate-title" | |
| type AttrGetType WebHistoryItemAlternateTitlePropertyInfo = Text | |
| type AttrBaseTypeConstraint WebHistoryItemAlternateTitlePropertyInfo = WebHistoryItemK | |
| type AttrSetTypeConstraint WebHistoryItemAlternateTitlePropertyInfo = * ~ Text | |
| type AttrAllowedOps WebHistoryItemAlternateTitlePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) |
getWebHistoryItemAlternateTitle :: (MonadIO m, WebHistoryItemK o) => o -> m Text Source
setWebHistoryItemAlternateTitle :: (MonadIO m, WebHistoryItemK o) => o -> Text -> m () Source
LastVisitedTime
data WebHistoryItemLastVisitedTimePropertyInfo Source
Instances
| AttrInfo WebHistoryItemLastVisitedTimePropertyInfo | |
| type AttrLabel WebHistoryItemLastVisitedTimePropertyInfo = "WebHistoryItem::last-visited-time" | |
| type AttrGetType WebHistoryItemLastVisitedTimePropertyInfo = Double | |
| type AttrBaseTypeConstraint WebHistoryItemLastVisitedTimePropertyInfo = WebHistoryItemK | |
| type AttrSetTypeConstraint WebHistoryItemLastVisitedTimePropertyInfo = * ~ () | |
| type AttrAllowedOps WebHistoryItemLastVisitedTimePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getWebHistoryItemLastVisitedTime :: (MonadIO m, WebHistoryItemK o) => o -> m Double Source
OriginalUri
data WebHistoryItemOriginalUriPropertyInfo Source
Instances
| AttrInfo WebHistoryItemOriginalUriPropertyInfo | |
| type AttrLabel WebHistoryItemOriginalUriPropertyInfo = "WebHistoryItem::original-uri" | |
| type AttrGetType WebHistoryItemOriginalUriPropertyInfo = Text | |
| type AttrBaseTypeConstraint WebHistoryItemOriginalUriPropertyInfo = WebHistoryItemK | |
| type AttrSetTypeConstraint WebHistoryItemOriginalUriPropertyInfo = * ~ () | |
| type AttrAllowedOps WebHistoryItemOriginalUriPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getWebHistoryItemOriginalUri :: (MonadIO m, WebHistoryItemK o) => o -> m Text Source
Title
data WebHistoryItemTitlePropertyInfo Source
Instances
| AttrInfo WebHistoryItemTitlePropertyInfo | |
| type AttrLabel WebHistoryItemTitlePropertyInfo = "WebHistoryItem::title" | |
| type AttrGetType WebHistoryItemTitlePropertyInfo = Text | |
| type AttrBaseTypeConstraint WebHistoryItemTitlePropertyInfo = WebHistoryItemK | |
| type AttrSetTypeConstraint WebHistoryItemTitlePropertyInfo = * ~ () | |
| type AttrAllowedOps WebHistoryItemTitlePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getWebHistoryItemTitle :: (MonadIO m, WebHistoryItemK o) => o -> m Text Source
Uri
data WebHistoryItemUriPropertyInfo Source
Instances
| AttrInfo WebHistoryItemUriPropertyInfo | |
| type AttrLabel WebHistoryItemUriPropertyInfo = "WebHistoryItem::uri" | |
| type AttrGetType WebHistoryItemUriPropertyInfo = Text | |
| type AttrBaseTypeConstraint WebHistoryItemUriPropertyInfo = WebHistoryItemK | |
| type AttrSetTypeConstraint WebHistoryItemUriPropertyInfo = * ~ () | |
| type AttrAllowedOps WebHistoryItemUriPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getWebHistoryItemUri :: (MonadIO m, WebHistoryItemK o) => o -> m Text Source