gi-webkit-3.0.7: WebKit bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.WebHistoryItem

Contents

Description

 

Synopsis

Exported types

newtype WebHistoryItem Source #

Constructors

WebHistoryItem (ManagedPtr WebHistoryItem) 

Instances

GObject WebHistoryItem Source # 
IsObject WebHistoryItem Source # 
IsWebHistoryItem WebHistoryItem Source # 
((~) * info (ResolveWebHistoryItemMethod t WebHistoryItem), MethodInfo * info WebHistoryItem p) => IsLabel t (WebHistoryItem -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> WebHistoryItem -> p #

((~) * info (ResolveWebHistoryItemMethod t WebHistoryItem), MethodInfo * info WebHistoryItem p) => IsLabelProxy t (WebHistoryItem -> p) Source # 
HasAttributeList * WebHistoryItem Source # 
type SignalList WebHistoryItem Source # 
type SignalList WebHistoryItem
type AttributeList WebHistoryItem Source # 
type AttributeList WebHistoryItem

class GObject o => IsWebHistoryItem o Source #

Instances

Methods

copy

data WebHistoryItemCopyMethodInfo Source #

Instances

((~) * signature (m WebHistoryItem), MonadIO m, IsWebHistoryItem a) => MethodInfo * WebHistoryItemCopyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy WebHistoryItemCopyMethodInfo a -> signature -> s

getAlternateTitle

data WebHistoryItemGetAlternateTitleMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsWebHistoryItem a) => MethodInfo * WebHistoryItemGetAlternateTitleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy WebHistoryItemGetAlternateTitleMethodInfo a -> signature -> s

getLastVisitedTime

getOriginalUri

data WebHistoryItemGetOriginalUriMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsWebHistoryItem a) => MethodInfo * WebHistoryItemGetOriginalUriMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy WebHistoryItemGetOriginalUriMethodInfo a -> signature -> s

getTitle

data WebHistoryItemGetTitleMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsWebHistoryItem a) => MethodInfo * WebHistoryItemGetTitleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy WebHistoryItemGetTitleMethodInfo a -> signature -> s

getUri

data WebHistoryItemGetUriMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsWebHistoryItem a) => MethodInfo * WebHistoryItemGetUriMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy WebHistoryItemGetUriMethodInfo a -> signature -> s

new

newWithData

setAlternateTitle

data WebHistoryItemSetAlternateTitleMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsWebHistoryItem a) => MethodInfo * WebHistoryItemSetAlternateTitleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy WebHistoryItemSetAlternateTitleMethodInfo a -> signature -> s

Properties

alternateTitle

data WebHistoryItemAlternateTitlePropertyInfo Source #

Instances

AttrInfo WebHistoryItemAlternateTitlePropertyInfo Source # 
type AttrSetTypeConstraint WebHistoryItemAlternateTitlePropertyInfo Source # 
type AttrSetTypeConstraint WebHistoryItemAlternateTitlePropertyInfo = * ~ Text
type AttrOrigin WebHistoryItemAlternateTitlePropertyInfo Source # 
type AttrLabel WebHistoryItemAlternateTitlePropertyInfo Source # 
type AttrLabel WebHistoryItemAlternateTitlePropertyInfo = "alternate-title"
type AttrGetType WebHistoryItemAlternateTitlePropertyInfo Source # 
type AttrBaseTypeConstraint WebHistoryItemAlternateTitlePropertyInfo Source # 
type AttrAllowedOps WebHistoryItemAlternateTitlePropertyInfo Source # 
type AttrAllowedOps WebHistoryItemAlternateTitlePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

webHistoryItemAlternateTitle :: AttrLabelProxy "alternateTitle" Source #

lastVisitedTime

data WebHistoryItemLastVisitedTimePropertyInfo Source #

Instances

AttrInfo WebHistoryItemLastVisitedTimePropertyInfo Source # 
type AttrSetTypeConstraint WebHistoryItemLastVisitedTimePropertyInfo Source # 
type AttrSetTypeConstraint WebHistoryItemLastVisitedTimePropertyInfo = * ~ ()
type AttrOrigin WebHistoryItemLastVisitedTimePropertyInfo Source # 
type AttrLabel WebHistoryItemLastVisitedTimePropertyInfo Source # 
type AttrLabel WebHistoryItemLastVisitedTimePropertyInfo = "last-visited-time"
type AttrGetType WebHistoryItemLastVisitedTimePropertyInfo Source # 
type AttrBaseTypeConstraint WebHistoryItemLastVisitedTimePropertyInfo Source # 
type AttrAllowedOps WebHistoryItemLastVisitedTimePropertyInfo Source # 
type AttrAllowedOps WebHistoryItemLastVisitedTimePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

webHistoryItemLastVisitedTime :: AttrLabelProxy "lastVisitedTime" Source #

originalUri

data WebHistoryItemOriginalUriPropertyInfo Source #

Instances

AttrInfo WebHistoryItemOriginalUriPropertyInfo Source # 
type AttrSetTypeConstraint WebHistoryItemOriginalUriPropertyInfo Source # 
type AttrSetTypeConstraint WebHistoryItemOriginalUriPropertyInfo = * ~ ()
type AttrOrigin WebHistoryItemOriginalUriPropertyInfo Source # 
type AttrLabel WebHistoryItemOriginalUriPropertyInfo Source # 
type AttrLabel WebHistoryItemOriginalUriPropertyInfo = "original-uri"
type AttrGetType WebHistoryItemOriginalUriPropertyInfo Source # 
type AttrBaseTypeConstraint WebHistoryItemOriginalUriPropertyInfo Source # 
type AttrAllowedOps WebHistoryItemOriginalUriPropertyInfo Source # 
type AttrAllowedOps WebHistoryItemOriginalUriPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

webHistoryItemOriginalUri :: AttrLabelProxy "originalUri" Source #

title

data WebHistoryItemTitlePropertyInfo Source #

Instances

AttrInfo WebHistoryItemTitlePropertyInfo Source # 

Associated Types

type AttrAllowedOps WebHistoryItemTitlePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint WebHistoryItemTitlePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint WebHistoryItemTitlePropertyInfo :: * -> Constraint

type AttrGetType WebHistoryItemTitlePropertyInfo :: *

type AttrLabel WebHistoryItemTitlePropertyInfo :: Symbol

type AttrOrigin WebHistoryItemTitlePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint WebHistoryItemTitlePropertyInfo o => Proxy * WebHistoryItemTitlePropertyInfo -> o -> IO (AttrGetType WebHistoryItemTitlePropertyInfo)

attrSet :: (AttrBaseTypeConstraint WebHistoryItemTitlePropertyInfo o, AttrSetTypeConstraint WebHistoryItemTitlePropertyInfo b) => Proxy * WebHistoryItemTitlePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint WebHistoryItemTitlePropertyInfo o => Proxy * WebHistoryItemTitlePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint WebHistoryItemTitlePropertyInfo o, AttrSetTypeConstraint WebHistoryItemTitlePropertyInfo b) => Proxy * WebHistoryItemTitlePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint WebHistoryItemTitlePropertyInfo Source # 
type AttrSetTypeConstraint WebHistoryItemTitlePropertyInfo = * ~ ()
type AttrOrigin WebHistoryItemTitlePropertyInfo Source # 
type AttrLabel WebHistoryItemTitlePropertyInfo Source # 
type AttrLabel WebHistoryItemTitlePropertyInfo = "title"
type AttrGetType WebHistoryItemTitlePropertyInfo Source # 
type AttrGetType WebHistoryItemTitlePropertyInfo = Text
type AttrBaseTypeConstraint WebHistoryItemTitlePropertyInfo Source # 
type AttrAllowedOps WebHistoryItemTitlePropertyInfo Source # 
type AttrAllowedOps WebHistoryItemTitlePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

webHistoryItemTitle :: AttrLabelProxy "title" Source #

uri

data WebHistoryItemUriPropertyInfo Source #

Instances

AttrInfo WebHistoryItemUriPropertyInfo Source # 

Associated Types

type AttrAllowedOps WebHistoryItemUriPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint WebHistoryItemUriPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint WebHistoryItemUriPropertyInfo :: * -> Constraint

type AttrGetType WebHistoryItemUriPropertyInfo :: *

type AttrLabel WebHistoryItemUriPropertyInfo :: Symbol

type AttrOrigin WebHistoryItemUriPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint WebHistoryItemUriPropertyInfo o => Proxy * WebHistoryItemUriPropertyInfo -> o -> IO (AttrGetType WebHistoryItemUriPropertyInfo)

attrSet :: (AttrBaseTypeConstraint WebHistoryItemUriPropertyInfo o, AttrSetTypeConstraint WebHistoryItemUriPropertyInfo b) => Proxy * WebHistoryItemUriPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint WebHistoryItemUriPropertyInfo o => Proxy * WebHistoryItemUriPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint WebHistoryItemUriPropertyInfo o, AttrSetTypeConstraint WebHistoryItemUriPropertyInfo b) => Proxy * WebHistoryItemUriPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint WebHistoryItemUriPropertyInfo Source # 
type AttrSetTypeConstraint WebHistoryItemUriPropertyInfo = * ~ ()
type AttrOrigin WebHistoryItemUriPropertyInfo Source # 
type AttrLabel WebHistoryItemUriPropertyInfo Source # 
type AttrLabel WebHistoryItemUriPropertyInfo = "uri"
type AttrGetType WebHistoryItemUriPropertyInfo Source # 
type AttrGetType WebHistoryItemUriPropertyInfo = Text
type AttrBaseTypeConstraint WebHistoryItemUriPropertyInfo Source # 
type AttrBaseTypeConstraint WebHistoryItemUriPropertyInfo = IsWebHistoryItem
type AttrAllowedOps WebHistoryItemUriPropertyInfo Source # 
type AttrAllowedOps WebHistoryItemUriPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

webHistoryItemUri :: AttrLabelProxy "uri" Source #