gi-webkit2webextension-4.0.7: 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

newtype WebEditor Source #

Constructors

WebEditor (ManagedPtr WebEditor) 

Instances

GObject WebEditor Source # 
IsObject WebEditor Source # 
IsWebEditor WebEditor Source # 
((~) * info (ResolveWebEditorMethod t WebEditor), MethodInfo * info WebEditor p) => IsLabel t (WebEditor -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> WebEditor -> p #

((~) * info (ResolveWebEditorMethod t WebEditor), MethodInfo * info WebEditor p) => IsLabelProxy t (WebEditor -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> WebEditor -> p

HasAttributeList * WebEditor Source # 
type SignalList WebEditor Source # 
type SignalList WebEditor
type AttributeList WebEditor Source # 
type AttributeList WebEditor

class GObject o => IsWebEditor o Source #

Instances

(GObject a, UnknownAncestorError Constraint WebEditor a) => IsWebEditor a Source # 
IsWebEditor WebEditor Source # 

Methods

getPage

data WebEditorGetPageMethodInfo Source #

Instances

((~) * signature (m WebPage), MonadIO m, IsWebEditor a) => MethodInfo * WebEditorGetPageMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy WebEditorGetPageMethodInfo a -> signature -> s

Signals

selectionChanged

data WebEditorSelectionChangedSignalInfo Source #

Instances

SignalInfo WebEditorSelectionChangedSignalInfo Source # 

Associated Types

type HaskellCallbackType WebEditorSelectionChangedSignalInfo :: *

Methods

connectSignal :: GObject o => SignalProxy o WebEditorSelectionChangedSignalInfo -> o -> HaskellCallbackType WebEditorSelectionChangedSignalInfo -> SignalConnectMode -> IO SignalHandlerId

type HaskellCallbackType WebEditorSelectionChangedSignalInfo Source # 

onWebEditorSelectionChanged :: (GObject a, MonadIO m) => a -> WebEditorSelectionChangedCallback -> m SignalHandlerId Source #