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

Contents

Description

 

Synopsis

Exported types

Methods

getPage

webEditorGetPage Source #

Arguments

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

editor: a WebEditor

-> m WebPage

Returns: the associated WebPage

Gets the WebPage that is associated with the WebEditor that can be used to access the DOMDocument currently loaded into it.

Since: 2.10

Signals

selectionChanged