gi-webkit2-4.0.24: WebKit2 bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Objects.WebViewBase

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype WebViewBase Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf WebViewBase o) => IsWebViewBase o Source #

Type class for types which can be safely cast to WebViewBase, for instance with toWebViewBase.

Instances
(GObject o, IsDescendantOf WebViewBase o) => IsWebViewBase o Source # 
Instance details

Defined in GI.WebKit2.Objects.WebViewBase

toWebViewBase :: (MonadIO m, IsWebViewBase o) => o -> m WebViewBase Source #

Cast to WebViewBase, for types for which this is known to be safe. For general casts, use castTo.