gi-webkit-3.0.12: 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

Methods

getDuration

dOMPerformanceEntryGetDuration Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMPerformanceEntry a) 
=> a

self: A DOMPerformanceEntry

-> m Double

Returns: A gdouble

No description available in the introspection data.

getEntryType

dOMPerformanceEntryGetEntryType Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMPerformanceEntry a) 
=> a

self: A DOMPerformanceEntry

-> m Text

Returns: A gchar

No description available in the introspection data.

getName

dOMPerformanceEntryGetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMPerformanceEntry a) 
=> a

self: A DOMPerformanceEntry

-> m Text

Returns: A gchar

No description available in the introspection data.

getStartTime

dOMPerformanceEntryGetStartTime Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMPerformanceEntry a) 
=> a

self: A DOMPerformanceEntry

-> m Double

Returns: A gdouble

No description available in the introspection data.

Properties

duration

data DOMPerformanceEntryDurationPropertyInfo Source #

Instances

AttrInfo DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrOrigin DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrLabel DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrGetType DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceEntryDurationPropertyInfo Source # 
type AttrAllowedOps DOMPerformanceEntryDurationPropertyInfo Source # 

entryType

data DOMPerformanceEntryEntryTypePropertyInfo Source #

Instances

AttrInfo DOMPerformanceEntryEntryTypePropertyInfo Source # 
type AttrOrigin DOMPerformanceEntryEntryTypePropertyInfo Source # 
type AttrLabel DOMPerformanceEntryEntryTypePropertyInfo Source # 
type AttrGetType DOMPerformanceEntryEntryTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceEntryEntryTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceEntryEntryTypePropertyInfo Source # 
type AttrAllowedOps DOMPerformanceEntryEntryTypePropertyInfo Source # 

name

data DOMPerformanceEntryNamePropertyInfo Source #

Instances

AttrInfo DOMPerformanceEntryNamePropertyInfo Source # 
type AttrOrigin DOMPerformanceEntryNamePropertyInfo Source # 
type AttrLabel DOMPerformanceEntryNamePropertyInfo Source # 
type AttrGetType DOMPerformanceEntryNamePropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceEntryNamePropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceEntryNamePropertyInfo Source # 
type AttrAllowedOps DOMPerformanceEntryNamePropertyInfo Source # 

startTime

data DOMPerformanceEntryStartTimePropertyInfo Source #

Instances

AttrInfo DOMPerformanceEntryStartTimePropertyInfo Source # 
type AttrOrigin DOMPerformanceEntryStartTimePropertyInfo Source # 
type AttrLabel DOMPerformanceEntryStartTimePropertyInfo Source # 
type AttrGetType DOMPerformanceEntryStartTimePropertyInfo Source # 
type AttrBaseTypeConstraint DOMPerformanceEntryStartTimePropertyInfo Source # 
type AttrSetTypeConstraint DOMPerformanceEntryStartTimePropertyInfo Source # 
type AttrAllowedOps DOMPerformanceEntryStartTimePropertyInfo Source #