gi-webkit-6.0.2: WebKit bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit.Objects.DeviceInfoPermissionRequest

Description

A permission request for accessing user's audio/video devices.

WebKitUserMediaPermissionRequest represents a request for permission to whether WebKit should be allowed to access the user's devices information when requested through the enumerateDevices API.

When a WebKitDeviceInfoPermissionRequest is not handled by the user, it is denied by default.

Since: 2.24

Synopsis

Exported types

newtype DeviceInfoPermissionRequest Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf DeviceInfoPermissionRequest o) => IsDeviceInfoPermissionRequest o Source #

Type class for types which can be safely cast to DeviceInfoPermissionRequest, for instance with toDeviceInfoPermissionRequest.

Instances

Instances details
(GObject o, IsDescendantOf DeviceInfoPermissionRequest o) => IsDeviceInfoPermissionRequest o Source # 
Instance details

Defined in GI.WebKit.Objects.DeviceInfoPermissionRequest

toDeviceInfoPermissionRequest :: (MonadIO m, IsDeviceInfoPermissionRequest o) => o -> m DeviceInfoPermissionRequest Source #

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

Methods