Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.WebKit.Objects.PointerLockPermissionRequest
Contents
Description
A permission request for locking the pointer.
WebKitPointerLockPermissionRequest represents a request for permission to decide whether WebKit can lock the pointer device when requested by web content.
When a WebKitPointerLockPermissionRequest is not handled by the user, it is allowed by default.
Since: 2.28
Synopsis
- newtype PointerLockPermissionRequest = PointerLockPermissionRequest (ManagedPtr PointerLockPermissionRequest)
- class (GObject o, IsDescendantOf PointerLockPermissionRequest o) => IsPointerLockPermissionRequest o
- toPointerLockPermissionRequest :: (MonadIO m, IsPointerLockPermissionRequest o) => o -> m PointerLockPermissionRequest
Exported types
newtype PointerLockPermissionRequest Source #
Memory-managed wrapper type.
Constructors
PointerLockPermissionRequest (ManagedPtr PointerLockPermissionRequest) |
Instances
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
(GObject o, IsDescendantOf PointerLockPermissionRequest o) => IsPointerLockPermissionRequest o Source # | |
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
Click to display all available methods, including inherited ones
Methods
allow, bindProperty, bindPropertyFull, deny, forceFloating, freezeNotify, getv, isFloating, notify, notifyByPspec, ref, refSink, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure.
Getters
getData, getProperty, getQdata.