DeviceInfoPermissionRequest

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

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

Constructors

this
this(WebKitDeviceInfoPermissionRequest* webKitDeviceInfoPermissionRequest, bool ownedRef)

Sets our main struct and passes it to the parent class.

Members

Functions

getDeviceInfoPermissionRequestStruct
WebKitDeviceInfoPermissionRequest* getDeviceInfoPermissionRequestStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Mixins

__anonymous
mixin PermissionRequestT!(WebKitDeviceInfoPermissionRequest)
Undocumented in source.

Static functions

getType
GType getType()

Variables

webKitDeviceInfoPermissionRequest
WebKitDeviceInfoPermissionRequest* webKitDeviceInfoPermissionRequest;

the main Gtk struct

Inherited Members

From PermissionRequestIF

getPermissionRequestStruct
WebKitPermissionRequest* getPermissionRequestStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
allow
void allow()

Allow the action which triggered this request.

deny
void deny()

Deny the action which triggered this request.

Meta

Since

2.24