gi-webkit2webextension-4.0.12: WebKit2-WebExtension 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.WebKit2WebExtension.Objects.WebExtension

Contents

Description

 

Synopsis

Exported types

Methods

getPage

webExtensionGetPage Source #

Arguments

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

extension: a WebExtension

-> Word64

pageId: the identifier of the WebPage to get

-> m WebPage

Returns: the WebPage for the given pageId, or Nothing if the identifier doesn't correspond to an exsiting web page.

Get the web page of the given pageId.

Signals

pageCreated