gi-webkit2-4.0.26: WebKit2 bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2.Objects.PointerLockPermissionRequest

Description

No description available in the introspection data.

Synopsis

Exported types

newtype PointerLockPermissionRequest Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf PointerLockPermissionRequest o) => IsPointerLockPermissionRequest o Source #

Type class for types which can be safely cast to PointerLockPermissionRequest, for instance with toPointerLockPermissionRequest.

Instances

Instances details
(GObject o, IsDescendantOf PointerLockPermissionRequest o) => IsPointerLockPermissionRequest o Source # 
Instance details

Defined in GI.WebKit2.Objects.PointerLockPermissionRequest

toPointerLockPermissionRequest :: (MonadIO m, IsPointerLockPermissionRequest o) => o -> m PointerLockPermissionRequest Source #

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

Methods

Overloaded methods