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.DOMPerformanceEntry

Contents

Description

 

Synopsis

Exported types

newtype DOMPerformanceEntry Source #

Constructors

DOMPerformanceEntry (ManagedPtr DOMPerformanceEntry) 

Instances

GObject DOMPerformanceEntry Source # 
IsObject DOMPerformanceEntry Source # 
IsDOMPerformanceEntry DOMPerformanceEntry Source # 
IsDOMObject DOMPerformanceEntry Source # 
((~) * info (ResolveDOMPerformanceEntryMethod t DOMPerformanceEntry), MethodInfo * info DOMPerformanceEntry p) => IsLabel t (DOMPerformanceEntry -> p) Source # 
((~) * info (ResolveDOMPerformanceEntryMethod t DOMPerformanceEntry), MethodInfo * info DOMPerformanceEntry p) => IsLabelProxy t (DOMPerformanceEntry -> p) Source # 
HasAttributeList * DOMPerformanceEntry Source # 
type SignalList DOMPerformanceEntry Source # 
type SignalList DOMPerformanceEntry
type AttributeList DOMPerformanceEntry Source # 
type AttributeList DOMPerformanceEntry

Methods

getDuration

getEntryType

data DOMPerformanceEntryGetEntryTypeMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMPerformanceEntry a) => MethodInfo * DOMPerformanceEntryGetEntryTypeMethodInfo a signature Source # 

Methods

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

getName

data DOMPerformanceEntryGetNameMethodInfo Source #

Instances

((~) * signature (m Text), MonadIO m, IsDOMPerformanceEntry a) => MethodInfo * DOMPerformanceEntryGetNameMethodInfo a signature Source # 

Methods

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

getStartTime

Properties

duration

data DOMPerformanceEntryDurationPropertyInfo Source #

Instances

AttrInfo DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceEntryDurationPropertyInfo = * ~ ()
type AttrOrigin DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrLabel DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrLabel DOMPerformanceEntryDurationPropertyInfo = "duration"
type AttrGetType DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceEntryDurationPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMPerformanceEntryDuration :: AttrLabelProxy "duration" Source #

entryType

data DOMPerformanceEntryEntryTypePropertyInfo Source #

Instances

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

dOMPerformanceEntryEntryType :: AttrLabelProxy "entryType" Source #

name

data DOMPerformanceEntryNamePropertyInfo Source #

Instances

AttrInfo DOMPerformanceEntryNamePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMPerformanceEntryNamePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMPerformanceEntryNamePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMPerformanceEntryNamePropertyInfo :: * -> Constraint

type AttrGetType DOMPerformanceEntryNamePropertyInfo :: *

type AttrLabel DOMPerformanceEntryNamePropertyInfo :: Symbol

type AttrOrigin DOMPerformanceEntryNamePropertyInfo :: *

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

dOMPerformanceEntryName :: AttrLabelProxy "name" Source #

startTime

data DOMPerformanceEntryStartTimePropertyInfo Source #

Instances

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

dOMPerformanceEntryStartTime :: AttrLabelProxy "startTime" Source #