gi-webkit2-4.0.15: WebKit2 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.WebKit2.Objects.WebViewBase

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class GObject o => IsWebViewBase o Source #

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

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.