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

Contents

Description

 

Synopsis

Exported types

Methods

getJsHeapSizeLimit

dOMMemoryInfoGetJsHeapSizeLimit Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Ptr ()

self: A WebKitDOMMemoryInfo

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.2)

The MemoryInfo object has been removed from WebKit, this function does nothing.

getTotalJsHeapSize

dOMMemoryInfoGetTotalJsHeapSize Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Ptr ()

self: A WebKitDOMMemoryInfo

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.2)

The MemoryInfo object has been removed from WebKit, this function does nothing.

getUsedJsHeapSize

dOMMemoryInfoGetUsedJsHeapSize Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Ptr ()

self: A WebKitDOMMemoryInfo

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.2)

The MemoryInfo object has been removed from WebKit, this function does nothing.

Properties

jsHeapSizeLimit

data DOMMemoryInfoJsHeapSizeLimitPropertyInfo Source #

Instances

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

totalJsHeapSize

data DOMMemoryInfoTotalJsHeapSizePropertyInfo Source #

Instances

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

usedJsHeapSize

data DOMMemoryInfoUsedJsHeapSizePropertyInfo Source #

Instances

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