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

totalJsHeapSize

usedJsHeapSize